[Mono-bugs] [Bug 52730][Wis] Changed - We generate invalid IL for the access of static readonly fields in ctors
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 20:41:23 -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=52730
--- shadow/52730 2004-01-11 18:24:02.000000000 -0500
+++ shadow/52730.tmp.9847 2004-01-21 20:41:23.000000000 -0500
@@ -67,6 +67,11 @@
Created an attachment (id=6385)
new proposed patch (last one broke some non-static things)
------- Additional Comments From miguel@ximian.com 2004-01-11 18:24 -------
Applied patch.
+
+------- Additional Comments From miguel@ximian.com 2004-01-21 20:41 -------
+I reverted the patch and applied a different approach to always
+compute corrently the need for a temporary variable, this fixed the
+bug reported on the mailing lists.