[Mono-bugs] [Bug 58322][Maj] Changed - Compilation fails when mixing goto and exceptions
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 23 May 2004 15:03:56 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58322
--- shadow/58322 2004-05-17 15:25:07.000000000 -0400
+++ shadow/58322.tmp.24976 2004-05-23 15:03:56.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58322
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: alan.schmitt@polytechnique.org
QAContact: mono-bugs@ximian.com
@@ -79,6 +79,9 @@
Replacing the "throw" by a "goto k_0", or replacing the "goto k_0" by a
"throw" does not show the problem. One must use both to have the problem.
I'm using:
schmitta@charm mono_bug % mcs --version
Mono C# compiler version 0.91.0.0
+
+------- Additional Comments From martin@ximian.com 2004-05-23 15:03 -------
+Fixed in CVS.