[Issue 8778] Struct with core.simd type has wrong size and gives Segmentation fault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 8 12:43:16 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8778



--- Comment #2 from Malte Skarupke <malteskarupke at web.de> 2012-10-08 12:25:14 PDT ---
One more comment:
I can also get the non-pure Vector4 to segfault by doing this for example:
Vector4 a;
a.xyzw.array = [1, 2, 3, 4];
Vector4 b = a + a + a + a + a + a; // segfault. probably alignment issue for
one of the temporaries

Should I create a separate bug for this or should I keep these as one ticket?

-- 
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