[Mono-bugs] [Bug 79798][Maj] Changed - possible to generate invalid IL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Nov 4 10:37:21 EST 2006


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 gert.driesen at pandora.be.

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

--- shadow/79798	2006-11-02 23:42:53.000000000 -0500
+++ shadow/79798.tmp.28224	2006-11-04 10:37:21.000000000 -0500
@@ -67,6 +67,16 @@
 Can you provide a self-contained testcase?
 
 ------- Additional Comments From porges+ximian at porg.es  2006-11-02 23:42 -------
 Created an attachment (id=17982)
 I managed to get it down to this. Compile with gmcs.
 
+
+------- Additional Comments From gert.driesen at pandora.be  2006-11-04 10:37 -------
+The code you provided does not compile using gmcs (built from svn), 
+as you're attempting to access an instance field from a static 
+method.
+
+If older versions of gmcs allowed this code to compile, then that 
+probably caused the invalid IL.
+
+Resolve as FIXED ?


More information about the mono-bugs mailing list