[Mono-bugs] [Bug 64394][Nor] New - [GMCS] CS0146 makes compiler hang (errors/cs0146.cs)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 13:05:39 -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 martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=64394

--- shadow/64394	2004-08-27 13:05:39.000000000 -0400
+++ shadow/64394.tmp.15218	2004-08-27 13:05:39.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 64394
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: martin@ximian.com                            
+ReportedBy: martin@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] CS0146 makes compiler hang (errors/cs0146.cs)
+
+// cs0146.cs: Circular base class dependency involving 'B' and 'A'
+// Line: 7
+
+class A : B {
+}
+
+class B : A {
+}