Bug 315898 (MONO64394) - [GMCS] CS0146 makes compiler hang (errors/cs0146.cs)
Summary: [GMCS] CS0146 makes compiler hang (errors/cs0146.cs)
Status: RESOLVED FIXED
Alias: MONO64394
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 20:05 UTC by Martin Baulig
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:52:13 UTC


---- Reported by martin@ximian.com 2004-08-27 13:05:39 MST ----

// cs0146.cs: Circular base class dependency involving 'B' and 'A'
// Line: 7

class A : B {
}

class B : A {
}



---- Additional Comments From martin@ximian.com 2004-09-09 08:43:56 MST ----

Fixed in CVS.


Unknown operating system unknown. Setting to default OS "Other".