[Issue 8100] New: [ICE] with templated subclassing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 15 11:08:46 PDT 2012


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

           Summary: [ICE] with templated subclassing
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2012-05-15 11:10:14 PDT ---
DMD 2.060alpha crashes:


class Foo(T1) { T1.Q r; }
class Bar(T2) : Foo!(Bar!T2) {}
Bar!bool b;
void main() {}

-- 
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