← Back to index
|
Original Bugzilla link
Bug 15852 – ICE(cod1) 1669: DMD failed with SIMD code
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2016-03-30T14:53:37Z
Last change time
2019-04-12T14:53:32Z
Keywords
ice, ice-on-valid-code, SIMD
Assigned to
No Owner
Creator
Илья Ярошенко
Comments
Comment #0
by ilyayaroshenko — 2016-03-30T14:53:37Z
import core.simd; unittest { double2 a; auto ds = foo([a]).array; } double2 foo(double2[] a) { auto f = a[0]; return f; } ---- dmd -unittest -main sum.d Internal error: backend/cod1.c 1669