diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-02 20:06:23 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-02 20:06:23 +0000 |
commit | 9daaf08e60ec775b71f2a4a4938456c3255299f4 (patch) | |
tree | 9cd9bff613a14d8f68c6e708d2203bee26121f20 /gcc/testsuite/gcc.dg/cleanup-5.c | |
parent | 3f4d4fd672580c88a48b16555aee247de9fbe31b (diff) | |
download | gcc-9daaf08e60ec775b71f2a4a4938456c3255299f4.tar.gz |
* g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
* g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
* g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
* gcc.dg/cleanup-5.c: Run only on Linux targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/cleanup-5.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cleanup-5.c b/gcc/testsuite/gcc.dg/cleanup-5.c index f5306db4752..4b8468aa733 100644 --- a/gcc/testsuite/gcc.dg/cleanup-5.c +++ b/gcc/testsuite/gcc.dg/cleanup-5.c @@ -1,4 +1,4 @@ -/* { dg-do run } */ +/* { dg-do run { target i?86-*-linux* x86_64-*-linux* ia64-*-linux* alpha*-*-linux* powerpc*-*-linux* s390*-*-linux* sparc*-*-linux* mips*-*-linux* } } */ /* { dg-options "-fexceptions" } */ /* Verify that cleanups work with exception handling. */ |