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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 9 10:08:52 PDT 2012


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


kekeniro2 at yahoo.co.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice


--- Comment #1 from kekeniro2 at yahoo.co.jp 2012-05-09 10:10:14 PDT ---
Sorry, that message(...line716...) was from git head.

D2.059's message is here:
  Assertion failure: '!vthis->csym' on line 686 in file 'glue.c'


In addition, explicit parameter type of delegate literal prevents this error.
  map!( (dchar a){return local;} )( "" ); // 'dchar' added


Environment:
  Windows XP SP3 32bit

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