[Bug tree-optimization/48377] [4.6/4.7 regression] miscompilation at -O3
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 3 10:01:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48377
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ebotcazou at gcc dot
| |gnu.org
--- Comment #39 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-06-03 10:01:01 UTC ---
> Fixed (the testcase with aligned(1)). The original is INVALID.
The testcase with aligned(1) cannot pass on strict-alignment targets, either
with or without vectorization. On the SPARC:
(botcazou@nile) /nile.build/botcazou/gcc-head/sparc-sun-solaris2.8 $ ./pr48377
Bus Error (core dumped)
On IA-64:
(botcazou@merced) /nile.build/botcazou/gcc-head/ia64-linux-gnu $ ./pr48377
pr48377(1543): unaligned access to 0x6000000000001041, ip=0x4000000000000650
pr48377(1543): unaligned access to 0x6000000000001045, ip=0x4000000000000650
pr48377(1543): unaligned access to 0x6000000000001049, ip=0x4000000000000650
pr48377(1543): unaligned access to 0x600000000000104d, ip=0x4000000000000650
Please move it to gcc.target/i386 or something equivalent.
More information about the Gcc-bugs
mailing list