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
This commit is contained in:
Francois-Xavier Coudert 2014-11-15 19:46:14 +00:00 committed by François-Xavier Coudert
parent 2772f5a14f
commit d66a0f56fe
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-11-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR target/60104
* gcc.target/i386/sibcall-1.c: Don't run on pic targets.
2014-11-15 Marc Glisse <marc.glisse@inria.fr>
* gcc.target/i386/intrinsics_opt-1.c: New testcase.

View file

@ -1,4 +1,4 @@
/* { dg-do compile { target ia32 } } */
/* { dg-do compile { target { ia32 && nonpic } } } */
/* { dg-options "-O2" } */
extern int (*foo)(int);