[Mono-bugs] [Bug 78925][Maj] New - [gmcs] Sample program crashes the compiler.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 21 20:16:09 EDT 2006
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=78925
--- shadow/78925 2006-07-21 20:16:09.000000000 -0400
+++ shadow/78925.tmp.17103 2006-07-21 20:16:09.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 78925
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: miguel at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [gmcs] Sample program crashes the compiler.
+
+The following program crashes the compiler, this is a reduced test case
+from the PHP compiler Phalanger (http://www.php-compiler.net/)
+
+using System.Collections.Generic;
+
+internal class VariablesTable : IEnumerable<VariablesTable.Entry>
+{
+ public class Entry {
+ }
+}
More information about the mono-bugs
mailing list