This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51955

--- Comment #2 from Dale Weiler <graphitem at gmail dot com> 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. 
There seems to be nothing out of the ordinary that could be causing the
segmentation fault.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]