[Issue 8996] New: [ICE](e2ir.c line 768) with bigint main-imported

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 11 03:05:55 PST 2012


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

           Summary: [ICE](e2ir.c line 768) with bigint main-imported
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          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 2012-11-11 03:05:54 PST ---
void foo(T)(T) {}
void main() {
    import std.bigint;
    foo(BigInt());
}



DMD 2.061alpha gives:

ZERO
Internal error: e2ir.c 768


I don't know if this is a regression.
(And I don't know where that ZERO comes from.)

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