[Mono-bugs] [Bug 77767][Nor] Changed - [PATCH][GMCS] allow yield break in catch clause

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 13 17:13:23 EST 2006


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 at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77767

--- shadow/77767	2006-03-13 13:48:49.000000000 -0500
+++ shadow/77767.tmp.3109	2006-03-13 17:13:23.000000000 -0500
@@ -54,6 +54,13 @@
 Created an attachment (id=16597)
 proposed fix
 
 
 ------- Additional Comments From rharinath at novell.com  2006-03-13 13:48 -------
 Looks good.  Can you apply it to 'mcs' too.
+
+------- Additional Comments From miguel at ximian.com  2006-03-13 17:13 -------
+Am pretty sure that yielding inside a catch was not allowed.
+
+Maybe something changed, but we need to make sure that if we yield in
+a catch clause  that the generated code actually works and generates
+the proper code.


More information about the mono-bugs mailing list