[Issue 9449] Segmentation fault in main()
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 26 11:30:21 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9449
Ali Cehreli <acehreli at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |acehreli at yahoo.com
--- Comment #13 from Ali Cehreli <acehreli at yahoo.com> 2013-10-26 11:30:17 PDT ---
I hit the same bug without any obvious SIMD operations:
struct Point
{
double f;
double g;
}
void main()
{
Point[1] arr;
}
Ali
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list