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: nob...@puremagic.com
        ReportedBy: timon.g...@gmx.ch


--- Comment #0 from timon.g...@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: -------

Reply via email to