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



--- Comment #2 from Malte Skarupke <malteskaru...@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: -------

Reply via email to