summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20050503-1.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-16 19:00:07 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-16 19:00:07 +0000
commit0c836bd3039b541bb53a479a89366fdf0144df20 (patch)
tree50c073664db550fe5237b46b92d5285946bc08aa /gcc/testsuite/gcc.dg/20050503-1.c
parent2af936a97f1a219a27ad2a0385d86a50a5a2b6cb (diff)
downloadgcc-0c836bd3039b541bb53a479a89366fdf0144df20.tar.gz
PR testsuite/25215
* gcc.dg/20050503-1.c: Skip on x86 ilp32 with -fpic/-fPIC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108668 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/20050503-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/20050503-1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/20050503-1.c b/gcc/testsuite/gcc.dg/20050503-1.c
index f8246dbbd3f..1ab93cad7bf 100644
--- a/gcc/testsuite/gcc.dg/20050503-1.c
+++ b/gcc/testsuite/gcc.dg/20050503-1.c
@@ -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;