[Mono-bugs] [Bug 43038][Nor] Changed - Mono fails with valid IL
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 15 May 2003 00:08:25 -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 Thu May 15 00:06:14 2003
+++ shadow/43038.tmp.25394 Thu May 15 00:08:25 2003
@@ -1,23 +1,22 @@
Bug#: 43038
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
-Summary: Mono fails with invalid IL
+Summary: Mono fails with valid IL
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