Bug 17792 – [ICE] Internal error: ddmd/backend/el.c 3033 with simd.double4

Status
RESOLVED
Resolution
WORKSFORME
Severity
critical
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2017-08-30T06:47:20Z
Last change time
2019-03-18T06:21:30Z
Keywords
ice
Assigned to
No Owner
Creator
Basile-z

Comments

Comment #0 by b2.temp — 2017-08-30T06:47:20Z
test case: --- void main() { import core.simd, std.stdio; writeln(double4.init.array); } ---
Comment #1 by b2.temp — 2017-11-03T18:50:38Z
w/ double2 as well (now that double4 usage is restricted by an option)