https://d.puremagic.com/issues/show_bug.cgi?id=12431
Summary: SIMD vector in struct ICE
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from John Colvin <[email protected]> 2014-03-21
14:17:28 GMT ---
import core.simd;
import std.stdio;
struct A
{
float4 x;
}
void main()
{
A a;
writeln(a.x.array);
}
Internal error: e2ir.c 90
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------