summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cleanup-10.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-21 01:00:16 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-21 01:00:16 +0000
commit740f95fc6ae227dc0dd2b8906da9121260e42618 (patch)
treee415ec516ab0f73d09567c141a3e898398407e90 /gcc/testsuite/gcc.dg/cleanup-10.c
parent799a418f242788bbef2860aeeeb7d7346c8129d1 (diff)
downloadgcc-740f95fc6ae227dc0dd2b8906da9121260e42618.tar.gz
* gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not -fasynchronous-unwind-tables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89359 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/cleanup-10.c')
-rw-r--r--gcc/testsuite/gcc.dg/cleanup-10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cleanup-10.c b/gcc/testsuite/gcc.dg/cleanup-10.c
index 76470e61581..35936eabb53 100644
--- a/gcc/testsuite/gcc.dg/cleanup-10.c
+++ b/gcc/testsuite/gcc.dg/cleanup-10.c
@@ -1,5 +1,5 @@
/* { dg-do run { target *-*-linux* powerpc*-*-darwin* } } */
-/* { dg-options "-fasynchronous-unwind-tables -fexceptions -O2" } */
+/* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */
/* Verify that cleanups work with exception handling through signal frames
on alternate stack. */