[Issue 10450] New: [ICE](cgcv.c 2162) With a struct of float4 with symbolic debug info

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 23 05:29:59 PDT 2013


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

           Summary: [ICE](cgcv.c 2162) With a struct of float4 with
                    symbolic debug info
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            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 2013-06-23 05:29:57 PDT ---
import core.simd;
struct Foo {
    float4 a;
}
void main() {}


compiling with "-g" gives, dmd 2.064alpha:

Internal error: backend\cgcv.c 2162

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