[Mono-bugs] [Bug 57703][Maj] Changed - FIXED, need testcase: MCS emits invalid IL for events on an interface
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 13:02:31 -0400 (EDT)
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=57703
--- shadow/57703 2004-04-29 12:47:47.000000000 -0400
+++ shadow/57703.tmp.26053 2004-04-29 13:02:31.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: martin@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: V1
URL:
Cc:
-Summary: MCS emits invalid IL for events on an interface
+Summary: FIXED, need testcase: MCS emits invalid IL for events on an interface
I just stumbed onto a very serious compiler issue : apparently events on
an interface are also generated as fields, and the events themselves are
always tagged with specialname and rtspecialname attributes
I attached a tar file containing a source file, and both an assembly
@@ -143,6 +143,10 @@
According to our rules, the correct Priority of this bug is `Major'.
The rule is
Major == MCS generates invalid code.
------- Additional Comments From martin@ximian.com 2004-04-29 12:47 -------
I'm now working on this.
+
+------- Additional Comments From martin@ximian.com 2004-04-29 13:02 -------
+The bug is fixed in CVS.
+Does anyone have an idea how to get a testcase which we can run on Mono ?