[Bug c/51955] _mm_setzero_si128 intrinsic causes segfault without -O

2012-01-22 Thread graphitem at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51955 --- Comment #2 from Dale Weiler 2012-01-23 01:57:00 UTC --- Created attachment 26421 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26421 objdump -d (dissasembly) This is a dissasembly of the generated assembly from the following testcase.

[Bug c/51955] _mm_setzero_si128 intrinsic causes segfault without -O

2012-01-22 Thread graphitem at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51955 --- Comment #1 from Dale Weiler 2012-01-23 01:53:51 UTC --- Created attachment 26420 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26420 Test case This is a working test case which will cause the segmentation fault.