]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR target/57777 (Python module fails compilation with "-march=core-avx2...
authorJakub Jelinek <jakub@redhat.com>
Wed, 7 May 2014 15:59:37 +0000 (17:59 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 7 May 2014 15:59:37 +0000 (17:59 +0200)
commit0bdc2ca60c900f07f2b1622d2cc69b9654766dac
treed49eea915a0f86d20043aad7b5240f18c66558dc
parent1b0399e74fe2b18b73c22704c33da76a792be836
backport: re PR target/57777 (Python module fails compilation with "-march=core-avx2 -O3")

Backported from mainline
2013-07-03  Jakub Jelinek  <jakub@redhat.com>

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.

From-SVN: r210169
gcc/ChangeLog
gcc/config/i386/predicates.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr57777.c [new file with mode: 0644]