[Mono-bugs] [Bug 31470][Nor] Changed - unnecessary leave after throw
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Oct 2002 00:09:56 -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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=31470
--- shadow/31470 Sun Oct 6 12:55:43 2002
+++ shadow/31470.tmp.7067 Wed Oct 9 20:09:56 2002
@@ -205,6 +205,10 @@
ms runtime.
------- Additional Comments From martin@gnome.org 2002-10-06 12:55 -------
Even if we can't avoid the leave, the endless loop is because the leave was going outside of the method. We need to use this dummy
ret in this case. My latest flow analysis patch will fix this, it's now almost complete.
+
+------- Additional Comments From martin@gnome.org 2002-10-09 20:09 -------
+Added your testcase to verify-1.cs
+