[Issue 8071] New: ICE(glue.c): delegate passed to std.algorithm.map

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 9 05:46:48 PDT 2012


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

           Summary: ICE(glue.c): delegate passed to std.algorithm.map
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: kekeniro2 at yahoo.co.jp


--- Comment #0 from kekeniro2 at yahoo.co.jp 2012-05-09 05:48:08 PDT ---
This command results in abnormal program termination with error:
  Assertion failure: '!vthis->csym' on line 716 in file 'glue.c'

COMMAND: ( the order of arguments is significant )
  dmd moda.d modb.d

moda.d
---------------------------------------
import std.algorithm;

modb.d
---------------------------------------
import std.algorithm;
class C {
    void memberFun() {
        int local;
        map!( (a){return local;} )( "" );
    }
}

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