[Mono-bugs] [Bug 43038][Nor] Changed - MCS produces invalid code with infinite loop in a try block

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 29 May 2003 16:36:58 -0400 (EDT)


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=43038

--- shadow/43038	Fri May 16 15:07:25 2003
+++ shadow/43038.tmp.24023	Thu May 29 16:36:58 2003
@@ -11,12 +11,13 @@
 AssignedTo: martin@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Summary: MCS produces invalid code with infinite loop in a try block
+OtherBugsDependingOnThis: 43884
 
 Description of Problem: 
  
 When a C# program compiled with mcs contains a loop instead a try statement, 
 mono complains about invalid IL. However, if the try statement includes a catch 
 clause, the program runs normally. I'm attaching the IL with and without the catch 
@@ -75,6 +76,9 @@
 ------- Additional Comments From lupus@ximian.com  2003-05-15 13:36 -------
 mcs is producing invalid code (a branch target out of
 method).
 
 ------- Additional Comments From miguel@ximian.com  2003-05-16 15:07 -------
 Reassigned to Martin.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-29 16:36 -------
+This is from the Rotor test suite. Adding dependency.