summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/sibcall-6.c
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-29 09:18:28 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-29 09:18:28 +0000
commitd8b96761ec6f7fc01404ea90a3e5a901ac4311a9 (patch)
tree8eb7af7377064cf34bb7354de34a07a2456387f2 /gcc/testsuite/gcc.dg/sibcall-6.c
parent230658a4beea3f00a40a600a14544fbadf81a13c (diff)
downloadgcc-d8b96761ec6f7fc01404ea90a3e5a901ac4311a9.tar.gz
* gcc.dg/pr31344.c: Move to ...
* gcc.dg/dfp/pr31344.c: ... here. * gcc.dg/sibcall-6.c: Simplify dg-skip-if directive. * gcc.dg/20050503-1.c: Ditto. * gcc.dg/20050111-1.c: Simplify i?86 and x86_64 dg-options directive. * gcc.dg/20061127-1.c: Compile only for fpic targets. * gcc.dg/20060801-1.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/sibcall-6.c')
-rw-r--r--gcc/testsuite/gcc.dg/sibcall-6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/sibcall-6.c b/gcc/testsuite/gcc.dg/sibcall-6.c
index ca26400ba33..f57f9c43781 100644
--- a/gcc/testsuite/gcc.dg/sibcall-6.c
+++ b/gcc/testsuite/gcc.dg/sibcall-6.c
@@ -6,8 +6,8 @@
Copyright (C) 2002 Free Software Foundation Inc.
Contributed by Andreas Bauer <baueran@in.tum.de> */
-/* { dg-do run { target i?86-*-* s390*-*-* x86_64-*-*} } */
-/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && ilp32 } { "-fpic" "-fPIC" } { "" } } */
+/* { dg-do run { target i?86-*-* x86_64-*-* s390*-*-* } } */
+/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && fpic } } { "*" } { "" } } */
/* { dg-options "-O2 -foptimize-sibling-calls" } */
extern void abort (void);