digitalmars.D.bugs - [Issue 8344] New: segfault on recursive template constraint evaluation
- d-bugmail puremagic.com (20/20) Jul 03 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8344
http://d.puremagic.com/issues/show_bug.cgi?id=8344 Summary: segfault on recursive template constraint evaluation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch --- Comment #0 from timon.gehr gmx.ch 2012-07-03 17:22:41 PDT --- The following code snippet crashes DMD 2.059: class C(T) if(C!T){ } class D: C!D{ } It should output a circular dependency diagnostic instead. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 03 2012