This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/51955] _mm_setzero_si128 intrinsic causes segfault without -O
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 23 Jan 2012 10:50:52 +0000
- Subject: [Bug target/51955] _mm_setzero_si128 intrinsic causes segfault without -O
- Auto-submitted: auto-generated
- References: <bug-51955-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51955
--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-23 10:50:52 UTC ---
void _start() {
main();
}
isn't properly aligning the stack for the ABI GCC assumes. Simply drop it.