[Mono-bugs] [Bug 73260][Nor] Changed - Syntax error causes gmcs to crash
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Mar 2005 11:47:06 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73260
--- shadow/73260 2005-03-15 19:05:54.000000000 -0500
+++ shadow/73260.tmp.4984 2005-03-16 11:47:06.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 73260
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: dsilva@ccs.neu.edu
@@ -81,6 +81,9 @@
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.
+
+------- Additional Comments From martin@ximian.com 2005-03-16 11:47 -------
+This is also broken in MCS; I'll do it after merging.