[Bug target/57777] [4.7 Regression] Python module fails compilation with "-march=core-avx2 -O3"
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 3 20:30:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57777
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.7/4.8/4.9 Regression] |[4.7 Regression] Python
|Python module fails |module fails compilation
|compilation with |with "-march=core-avx2 -O3"
|"-march=core-avx2 -O3" |
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Jul 3 20:23:38 2013
New Revision: 200649
URL: http://gcc.gnu.org/viewcvs?rev=200649&root=gcc&view=rev
Log:
PR target/57777
* config/i386/predicates.md (vsib_address_operand): Disallow
SYMBOL_REF or LABEL_REF in parts.disp if TARGET_64BIT && flag_pic.
* gcc.target/i386/pr57777.c: New test.
Added:
trunk/gcc/testsuite/gcc.target/i386/pr57777.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/predicates.md
trunk/gcc/testsuite/ChangeLog
Author: jakub
Date: Wed Jul 3 20:24:19 2013
New Revision: 200650
URL: http://gcc.gnu.org/viewcvs?rev=200650&root=gcc&view=rev
Log:
PR target/57777
* config/i386/predicates.md (vsib_address_operand): Disallow
SYMBOL_REF or LABEL_REF in parts.disp if TARGET_64BIT && flag_pic.
* gcc.target/i386/pr57777.c: New test.
Added:
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr57777.c
Modified:
branches/gcc-4_8-branch/gcc/ChangeLog
branches/gcc-4_8-branch/gcc/config/i386/predicates.md
branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
Fixed for 4.8.2+ so far.
More information about the Gcc-bugs
mailing list