[Mono-bugs] [Bug 26506][Nor] Changed - Wrong branch target with loops and void-returning methods

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Jul 2002 14:44:27 -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 miguel@ximian.com.

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

--- shadow/26506	Mon Jul  8 10:42:36 2002
+++ shadow/26506.tmp.3542	Mon Jul  8 10:44:27 2002
@@ -56,6 +56,11 @@
 The loop issue is fixed in the latest mcs, but the try/finally
 generated one is not. Here, basically, the Reflection API causes the
 reflection implementation to insert a leave opcode at the end of the
 try block that points at the end of the try/finally blocks.
 mcs needs to make sure there is some code there, or add an explicit
 ret. This happens with either the mono or ms runtime.
+
+------- Additional Comments From miguel@ximian.com  2002-07-08 10:44 -------
+Yeah, I have never liked that behavior of the Reflection API.
+
+Is this important to fix though?