[Mono-bugs] [Bug 52589][Wis] Changed - We allow goto to exit a finally block
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jan 2004 00:35:28 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52589
--- shadow/52589 2004-01-20 16:07:35.000000000 -0500
+++ shadow/52589.tmp.31574 2004-01-21 00:35:28.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 52589
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: We allow break, continue, goto to exit a finally block
+Summary: We allow goto to exit a finally block
We allow programs such as:
class T {
static void Main ()
{
@@ -84,6 +84,9 @@
I don't like your implementation idea at all. There's no need to add
yet another field to EmitContext for things the flow code already
knows about.
It's now FIXED in CVS (except the goto case, but that's another
story).
+
+------- Additional Comments From bmaurer@users.sf.net 2004-01-21 00:35 -------
+Lets leave this open till all cases are fixed.