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: nob...@puremagic.com
        ReportedBy: kekeni...@yahoo.co.jp


--- Comment #0 from kekeni...@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: -------

Reply via email to