[Issue 9322] New: Internal error: ../ztc/cod1.c 3510 with SIMD on OSX 32

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 15 13:55:39 PST 2013


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

           Summary: Internal error: ../ztc/cod1.c 3510 with SIMD on OSX 32
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Mac OS X
            Status: NEW
          Keywords: SIMD
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bugzilla at digitalmars.com


--- Comment #0 from Walter Bright <bugzilla at digitalmars.com> 2013-01-15 13:55:38 PST ---
import core.simd;

float4 foo(float4 a);

void main()
{
    auto a = foo([0, 1, 2, 3]);
}
-----------------------------

The problem only happens with SIMD on 32 bits.

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