https://d.puremagic.com/issues/show_bug.cgi?id=12500
Summary: ICE in codegen when multiplying an incremented size_t
by a double
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from JR <[email protected]> 2014-03-31 12:18:33 PDT ---
[dmd from git; v2.066-devel-75159e4]
void main()
{
size_t foo;
++foo *= 1.5;
}
--> Internal error: backend/cgcs.c 221
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------