[Mono-bugs] [Bug 75673][Wis] New - Crash while compiling errnoneous
program
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jul 31 01:20:36 EDT 2005
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=75673
--- shadow/75673 2005-07-31 01:20:36.000000000 -0400
+++ shadow/75673.tmp.7077 2005-07-31 01:20:36.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 75673
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: miguel at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Crash while compiling errnoneous program
+
+The following erroneous program crashes the compiler:
+
+using System;
+using System.Collections;
+
+class XX {
+ static IEnumerator X ()
+ {
+ }
+
+ static void Main ()
+ {
+ foreach (int a in X){
+ }
+ }
+}
More information about the mono-bugs
mailing list