diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2007-08-29 11:18:28 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2007-08-29 11:18:28 +0200 |
commit | 935cb9ac0f5d694467bf5c51d46339f13e6db5d4 (patch) | |
tree | 8eb7af7377064cf34bb7354de34a07a2456387f2 /gcc/testsuite/gcc.dg/cleanup-8.c | |
parent | 8a84c9a7710903895dfa2c1e7103e18321af75a6 (diff) | |
download | gcc-935cb9ac0f5d694467bf5c51d46339f13e6db5d4.zip gcc-935cb9ac0f5d694467bf5c51d46339f13e6db5d4.tar.gz gcc-935cb9ac0f5d694467bf5c51d46339f13e6db5d4.tar.bz2 |
pr31344.c: Move to ...
* 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.
From-SVN: r127889
Diffstat (limited to 'gcc/testsuite/gcc.dg/cleanup-8.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cleanup-8.c b/gcc/testsuite/gcc.dg/cleanup-8.c index 6f3ff6c..d233560 100644 --- a/gcc/testsuite/gcc.dg/cleanup-8.c +++ b/gcc/testsuite/gcc.dg/cleanup-8.c @@ -1,4 +1,4 @@ -/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* *-*-darwin[912]*} } */ +/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* *-*-darwin[912]* } } */ /* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */ /* Verify that cleanups work with exception handling through signal frames. */ |