[Bug target/82703] [7/8 Regression] Wrong addition of std::array components with -O2 -ftree-loop-vectorize -ftree-slp-vectorize (works fine with -O2)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 27 12:21:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82703
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Oct 27 12:20:55 2017
New Revision: 254145
URL: https://gcc.gnu.org/viewcvs?rev=254145&root=gcc&view=rev
Log:
PR target/82703
* config/i386/i386-protos.h (maybe_get_pool_constant): Removed.
* config/i386/i386.c (maybe_get_pool_constant): Removed.
(ix86_split_to_parts): Use avoid_constant_pool_reference instead of
maybe_get_pool_constant.
* config/i386/predicates.md (zero_extended_scalar_load_operand):
Likewise.
* gcc.dg/pr82703.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/pr82703.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386-protos.h
trunk/gcc/config/i386/i386.c
trunk/gcc/config/i386/predicates.md
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list