[Bug tree-optimization/36054] bad code generation with -ftree-vectorize
d dot g dot gorbachev at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Feb 13 15:26:00 GMT 2009
------- Comment #21 from d dot g dot gorbachev at gmail dot com 2009-02-13 15:25 -------
Created an attachment (id=17293)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17293&action=view)
precompiled source
The same issue with GCC 4.3.3 (i686-pc-linux-gnu).
C source:
http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/kqemu.c?root=qemu&revision=6338&content-type=text%2Fplain
cc1 -O3 -march=pentium4 kqemu.c
Offending asm code:
kqemu_cpu_exec:
...
movl 8(%ebp), %ebx
...
.L96:
movdqa (%ebx), %xmm0 // segmentation fault
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36054
More information about the Gcc-bugs
mailing list