[Issue 8699] New: [ICE] (cast.c, line 1991) with bad array of functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 20 05:03:26 PDT 2012


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

           Summary: [ICE] (cast.c, line 1991) with bad array of functions
           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 2012-09-20 05:04:21 PDT ---
import std.algorithm: min;
void main() {
    auto foo = [(int x, int y) => x + y, &min!(int, int, int)];
}


DMD 2.061alpha:

Assertion failure: 'd->purity != PUREfwdref' on line 1991 in file 'cast.c'

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