Bug 15603 – ICE in cgxmm.c 647

Status
RESOLVED
Resolution
FIXED
Severity
critical
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2016-01-25T07:52:00Z
Last change time
2017-01-15T20:14:32Z
Keywords
ice
Assigned to
nobody
Creator
b2.temp

Comments

Comment #0 by b2.temp — 2016-01-25T07:52:44Z
import std.stdio; import std.math; void main() { T cfloor(T)(T x) { return floor(x.re)+floor(x.im)*1i; } (1+1i-cfloor(1+1i)).writeln; // OK } output: Internal error: backend/cgxmm.c 647