[Issue 12377] New: ICE (backend\cgxmm.c 622) for math on cdouble array items
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 15 21:37:32 PDT 2014
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: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list