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

           Summary: Assertion failure: '0' on line 1123 in file 'glue.c'
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: verylonglogin....@gmail.com


--- Comment #0 from Denis <verylonglogin....@gmail.com> 2011-07-15 10:20:29 PDT 
---
Original test-case was posted as comment for Issue6296. IMHO, it isn't a
duplicate of those issue. DustMite-d testcase:

template Rebindable(T) if( is(T) )
{
}
template hasUnsharedAliasing(R : Rebindable!R)
{
}

struct S
{
    static Z f() { assert(0); }
    alias typeof(this) Z;
}

void main()
{
    S.f();
}

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

Reply via email to