[Bug middle-end/85586] [8/9 Regression] Optimizer produces different result on -O2 and -O3
clyon at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 2 12:13:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85586
Christophe Lyon <clyon at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clyon at gcc dot gnu.org
--- Comment #7 from Christophe Lyon <clyon at gcc dot gnu.org> ---
Hi Richard,
The new testcase fails on armeb when gcc is configured --with-fpu neon-fp16:
FAIL: gcc.dg/vect/pr85586.c -flto -ffat-lto-objects scan-tree-dump-times vect
"LOOP VECTORIZED" 1
FAIL: gcc.dg/vect/pr85586.c scan-tree-dump-times vect "LOOP VECTORIZED" 1
GCC configure flags:
--target armeb-none-linux-gnueabihf
--with-mode arm
--with-cpu cortex-a9
--with-fpu neon-fp16
Using vfpv3-d16-fp16 as default fpu skips that part of the test.
More information about the Gcc-bugs
mailing list