[Mono-bugs] [Bug 31470][Nor] Changed - unnecessary leave after throw

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Sep 2002 08:40:17 -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 lupus@ximian.com.

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

--- shadow/31470	Mon Sep 30 03:25:18 2002
+++ shadow/31470.tmp.1046	Mon Sep 30 04:40:17 2002
@@ -1,14 +1,14 @@
 Bug#: 31470
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dietmar@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -74,6 +74,14 @@
 
 	} // end handler 0
     } // end of method default void Main() 
 
 both leave instructions are unnecessary and wrong, because they point to no
 valid IL code.
+
+------- Additional Comments From lupus@ximian.com  2002-09-30 04:40 -------
+This is a slightly different case of bug
+http://bugzilla.ximian.com/show_bug.cgi?id=26506
+that was supposedly fixed.
+The leave instructions are automatically generated by the Reflection
+API: mcs needs to cope with that.
+