re PR target/57777 (Python module fails compilation with "-march=core-avx2 -O3")
authorJakub Jelinek <jakub@redhat.com>
Wed, 3 Jul 2013 20:23:38 +0000 (22:23 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 3 Jul 2013 20:23:38 +0000 (22:23 +0200)
commitf7bc421d11513d7852e14efe60c107f1a910ec72
treeb83e620b3e0a1e1c9f6c333dcde0289983574229
parent2febd8772b4b3edde917141f58fb66ae44457474
re PR target/57777 (Python module fails compilation with "-march=core-avx2 -O3")

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: r200649
gcc/ChangeLog
gcc/config/i386/predicates.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr57777.c [new file with mode: 0644]