[Mono-bugs] [Bug 26506][Nor] Changed - Implicit Leave opcode generated breaks generated images. Need workaround
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Jul 2002 12:16:26 -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=26506
--- shadow/26506 Mon Jul 22 07:21:55 2002
+++ shadow/26506.tmp.22010 Mon Jul 22 08:16:26 2002
@@ -1,13 +1,13 @@
Bug#: 26506
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -105,6 +105,10 @@
do not know how to fix that.
------- Additional Comments From lupus@ximian.com 2002-07-13 13:30 -------
Just an additional note: the exception related issue is present also in
the the mcs-generated mcs (either with the ms or mono runtime).
+
+------- Additional Comments From martin@gnome.org 2002-07-22 08:16 -------
+All that was left to fix in this bug was the try { ... } finally {
+... } issue. Fixed this and added verify-1.cs to the test suite.