[Issue 12231] New: ICE on the class declaration within lambda inside template constraint

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 23 02:38:34 PST 2014


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

           Summary: ICE on the class declaration within lambda inside
                    template constraint
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: k.hara.pg at gmail.com


--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2014-02-23 02:38:29 PST ---
Test case:

void func()()
if (is(typeof({ class C {} })))
{}

void main() { func(); }

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