[Mono-bugs] [Bug 73485][Nor] Changed - Problem compiling recursive delegates

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Mar 2005 06:56:39 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73485

--- shadow/73485	2005-03-08 15:42:51.000000000 -0500
+++ shadow/73485.tmp.19839	2005-03-09 06:56:39.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 73485
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: miguel@ximian.com                            
 ReportedBy: dsilva@ccs.neu.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Problem compiling recursive delegates
@@ -62,6 +62,11 @@
 
 Actual Results:
 
 $ gmcs Test2.cs
 Test2.cs(9) error CS0103: The name `check' could not be found in `Test2'
 Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From rharinath@novell.com  2005-03-09 06:56 -------
+This is reproducible with MCS too.  If I move the 'object[] instrs'
+line below the anonymous delegate, it works again.  That suggests to
+me that somewhere, the code isn't handling implicit blocks.