Bug 9322 – Internal error: ../ztc/cod1.c 3510 with SIMD on OSX 32
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Mac OS X
Creation time
2013-01-15T13:55:00Z
Last change time
2013-01-16T01:49:22Z
Keywords
SIMD
Assigned to
nobody
Creator
bugzilla
Comments
Comment #0 by bugzilla — 2013-01-15T13:55:38Z
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.