[Issue 11067] New: dmd segfaults on nested template instantiation (eg A!(A!(int)) )

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 18 20:53:54 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11067

           Summary: dmd segfaults on nested template instantiation (eg
                    A!(A!(int)) )
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: thelastmammoth at gmail.com


--- Comment #0 from thelastmammoth at gmail.com 2013-09-18 20:53:52 PDT ---
dmd -c main.d: segmentation fault
both v2.064-devel-66a38bb and v2.063.2

----
A!(A!(int)) detections;
struct A(T) if(is(T==int)) {}
struct A(T) if(is(T==A!(int))) {}
----

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list