[Issue 7261] New: [ICE glue.c line 678] With taskPool.reduce

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 9 16:51:14 PST 2012


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

           Summary: [ICE glue.c line 678] With taskPool.reduce
           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-01-09 16:51:12 PST ---
Compiled with -inline:


import std.parallelism: taskPool;
void main() {
    int x = taskPool.reduce!q{a + b}([1, 2]);
}


DMD 2.058 head:

Assertion failure: '!vthis->csym' on line 678 in file 'glue.c'


The same code compiles and runs without errors without -inline.

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