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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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 {
+       }
+}
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to