[Mono-bugs] [Bug 73260][Nor] Changed - Syntax error causes gmcs to crash

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Mar 2005 19:05:54 -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 miguel@ximian.com.

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

--- shadow/73260	2005-03-03 02:34:12.000000000 -0500
+++ shadow/73260.tmp.21883	2005-03-15 19:05:54.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 73260
 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: martin@ximian.com                            
 ReportedBy: dsilva@ccs.neu.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Syntax error causes gmcs to crash
@@ -78,6 +78,9 @@
 
 Just the syntax error.
 
 How often does this happen? 
 
 Whenever a delegate's return type is an inner class.
+
+------- Additional Comments From miguel@ximian.com  2005-03-15 19:05 -------
+Seems simple to fix, a null check is missing.