[Mono-bugs] [Bug 37708][Maj] Changed - mcs miscompiles break statement
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 12 Feb 2003 19:56:08 -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=37708
--- shadow/37708 Fri Feb 7 01:58:08 2003
+++ shadow/37708.tmp.23693 Wed Feb 12 19:56:08 2003
@@ -5,18 +5,17 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Major
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mcs miscompiles break statement
Description of Problem:
In the method
@@ -69,6 +68,9 @@
------- Additional Comments From mathpup@mylinuxisp.com 2003-02-07 01:58 -------
Also, if I comment out the line with "return 0;" mcs still compiles the program,
but csc complains: Testing.Method(int)': not all code paths return a value. It
seems likely that these are both symptoms of the same bug. (And
interestingly, it's the latter case that I actually noticed first.)
+
+------- Additional Comments From miguel@ximian.com 2003-02-12 19:56 -------
+I am assigning this bug to Martin, as this is a flow analysis bug.