re PR testsuite/25215 (-fpic/-fPIC failure in gcc.dg/20050503-1.c)

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

From-SVN: r108668
This commit is contained in:
Kaveh R. Ghazi 2005-12-16 19:00:07 +00:00 committed by Kaveh Ghazi
parent 70c1d01294
commit 282b7663e6
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-12-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
PR testsuite/25215
* gcc.dg/20050503-1.c: Skip on x86 ilp32 with -fpic/-fPIC.
2005-12-16 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/24899

View File

@ -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;