[Issue 1030] New: ICE one-liner; struct in delegate

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 7 11:20:45 PST 2007


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

           Summary: ICE one-liner; struct in delegate
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: default_357-line at yahoo.de


The following one-liner causes an ICE in line 0. Verified on GDC .21, .23 and
DMD 1.007:

void main() { void delegate() test={ struct test2 {;} }; }

Greetings, downs


-- 



More information about the Digitalmars-d-bugs mailing list