[Issue 10224] core.simd ICE cgcv.c line 2162 when compiling with -g

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 27 13:04:56 PDT 2013


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



--- Comment #4 from bearophile_hugs at eml.cc 2013-06-27 13:04:53 PDT ---
Also take a look at the test cases in Issue 10450 

Another test case:

import core.simd: double2;
struct Foo {
    double2 x;
    this(uint) {
        x = [0.0, 0.0];
    }
}
void main() {
    Foo y = Foo();
}



dmd gives the same error with -g:

Internal error: backend\cgcv.c 2162


ldmd2 gives even without -g:

fpext source and destination must both be a vector or neither
  %tmp1 = fpext double 0x7FFC000000000000 to <2 x double>
Broken module found, compilation aborted!

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