diff options
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 4b8468a..f5306db 100644 --- a/gcc/testsuite/gcc.dg/cleanup-5.c +++ b/gcc/testsuite/gcc.dg/cleanup-5.c @@ -1,4 +1,4 @@ -/* { dg-do run { target i?86-*-linux* x86_64-*-linux* ia64-*-linux* alpha*-*-linux* powerpc*-*-linux* s390*-*-linux* sparc*-*-linux* mips*-*-linux* } } */ +/* { dg-do run } */ /* { dg-options "-fexceptions" } */ /* Verify that cleanups work with exception handling. */ |