[Mono-bugs] [Bug 41952][Nor] Changed - Unchecked state not activated.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 25 Apr 2003 23:57:15 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41952
--- shadow/41952 Fri Apr 25 23:37:19 2003
+++ shadow/41952.tmp.18185 Fri Apr 25 23:57:15 2003
@@ -1,13 +1,13 @@
Bug#: 41952
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
@@ -28,6 +28,13 @@
}
}
------- Additional Comments From miguel@ximian.com 2003-04-25 23:37 -------
This has to do with the "Unchecked" statement not getting nested
properly in the block chain
+
+------- Additional Comments From miguel@ximian.com 2003-04-25 23:57 -------
+The problem is as follows:
+
+The bug happens in EmitMeta(), because EmitMeta does call resolve on
+expressions, out-of-band of the statements, so the unchecked constant
+is not used during constant resolution.