https://d.puremagic.com/issues/show_bug.cgi?id=12377
Summary: ICE (backend\cgxmm.c 622) for math on cdouble array
items
Product: D
Version: D2
Platform: x86_64
OS/Version: All
Status: NEW
Keywords: ice, rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2014-03-16
06:37:31 EET ---
cdouble fun(cdouble[] a)
{
return a[0] + a[0];
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------