This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed,testsuite] Not run gcc.target/i386/sibcall-1.c on PIC targets


Donât run gcc.target/i386/sibcall-1.c on PIC targets.


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.


Index: gcc.target/i386/sibcall-1.c
===================================================================
--- gcc.target/i386/sibcall-1.c	(revision 217599)
+++ gcc.target/i386/sibcall-1.c	(working copy)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target ia32 } } */
+/* { dg-do compile { target { ia32 && nonpic } } } */
 /* { dg-options "-O2" } */
 
 extern int (*foo)(int);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]