[Issue 4494] New: [ICE] Array literal filled with results of void function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 23 09:59:39 PDT 2010


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

           Summary: [ICE] Array literal filled with results of void
                    function
           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 2010-07-23 09:59:30 PDT ---
void foo() {}
void main() {
    [foo];
}


Dmd 2.047 prints:
Internal error: ..\ztc\cod1.c 2650

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