[Issue 11922] New: ICE on nonexistent identifier in templated auto method

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 13 15:49:55 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11922

           Summary: ICE on nonexistent identifier in templated auto method
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: thecybershadow at gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-01-14 01:49:52 EET ---
struct S
{
    auto f(B)(B) { return a; }
}

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

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


More information about the Digitalmars-d-bugs mailing list