From: Francois-Xavier Coudert Date: Sat, 15 Nov 2014 19:46:14 +0000 (+0000) Subject: re PR target/60104 (load not folded into indirect branch on x86-64) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d66a0f56fe77f373ad167ee29636cfdf195644e3;p=gcc.git re PR target/60104 (load not folded into indirect branch on x86-64) PR target/60104 * gcc.target/i386/sibcall-1.c: Don't run on pic targets. From-SVN: r217611 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a0fe1a47a24..9921fec1ef8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-11-15 Francois-Xavier Coudert + + PR target/60104 + * gcc.target/i386/sibcall-1.c: Don't run on pic targets. + 2014-11-15 Marc Glisse * gcc.target/i386/intrinsics_opt-1.c: New testcase. diff --git a/gcc/testsuite/gcc.target/i386/sibcall-1.c b/gcc/testsuite/gcc.target/i386/sibcall-1.c index 5f0dc298bd2..482071390ca 100644 --- a/gcc/testsuite/gcc.target/i386/sibcall-1.c +++ b/gcc/testsuite/gcc.target/i386/sibcall-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target ia32 } } */ +/* { dg-do compile { target { ia32 && nonpic } } } */ /* { dg-options "-O2" } */ extern int (*foo)(int);