[Mono-bugs] [Bug 33151][Wis] Changed - MCS creates bad MSIL for if statement
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 Nov 2002 21:12:48 -0000
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=33151
--- shadow/33151 Fri Nov 1 12:05:33 2002
+++ shadow/33151.tmp.23779 Fri Nov 1 16:12:48 2002
@@ -1,14 +1,14 @@
Bug#: 33151
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: david_stephenson@hp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -52,6 +52,14 @@
I have tried barf on the exe so something must be wrong...
------- Additional Comments From david_stephenson@hp.com 2002-11-01 12:05 -------
Created an attachment (id=2689)
the example prog which shows the bug
+
+------- Additional Comments From miguel@ximian.com 2002-11-01 16:12 -------
+I compiled your program with mcs and csc, and they both generate the
+same exception. It is a bug in your code most likely, the state of
+things changes inside the first if test.
+
+Ran in on both mono and .net and get the same behavior. Your code
+seems to be the buggy one.