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]

[testsuite patch]: fix PR testsuite/25215


This patch fixes PR testsuite/25215.  Tested via "make check" on
i686-unknown-linux-gnu.

Okay for mainline/4.1/4.0?

		Thanks,
		--Kaveh


2005-12-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	PR testsuite/25215
	* gcc.dg/20050503-1.c: Skip on x86 ilp32 with -fpic/-fPIC.

diff -rup orig/egcc-SVN20051214/gcc/testsuite/gcc.dg/20050503-1.c egcc-SVN20051214/gcc/testsuite/gcc.dg/20050503-1.c
--- orig/egcc-SVN20051214/gcc/testsuite/gcc.dg/20050503-1.c	2005-11-03 10:38:19.000000000 -0500
+++ egcc-SVN20051214/gcc/testsuite/gcc.dg/20050503-1.c	2005-12-15 17:49:17.000000000 -0500
@@ -2,6 +2,7 @@
    Test whether tail call information is propagated through builtin
    expanders.  */
 /* { dg-do compile } */
+/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
 /* { dg-options "-O2" } */
 
 typedef __SIZE_TYPE__ size_t;


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