From: fxcoudert Date: Sat, 15 Nov 2014 19:46:14 +0000 (+0000) Subject: PR target/60104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d9f24299482fdee98dfc0edaeabefbca2fa6368;p=thirdparty%2Fgcc.git PR target/60104 * gcc.target/i386/sibcall-1.c: Don't run on pic targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217611 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a0fe1a47a24d..9921fec1ef85 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 5f0dc298bd28..482071390ca6 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);