[Mono-bugs] [Bug 70400][Min] Changed - Wrong behavior of breaking out of SWITCH, when done from within a nested SWITCH and a nested IF
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 13:59:25 -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=70400
--- shadow/70400 2005-03-01 13:32:29.000000000 -0500
+++ shadow/70400.tmp.15459 2005-03-01 13:59:25.000000000 -0500
@@ -138,6 +138,22 @@
can't check out this testcase on HEAD.
Vladimir -- What bugs are preventing you from upgrading. The newer
versions should be MUCH more reliable.
-- Ben
+
+------- Additional Comments From miguel@ximian.com 2005-03-01 13:59 -------
+On HEAD I get a different behavior:
+
+mono$ mcs sim.cs
+sim.cs(8) warning CS0162: Unreachable code detected
+sim.cs(10) warning CS0162: Unreachable code detected
+sim.cs(13) warning CS0162: Unreachable code detected
+Compilation succeeded - 3 warning(s)
+mono$ mono sim.exe
+mono$
+
+So a bug is fixed, but some code that shoudl have been reached is not.
+
+
+