aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cleanup-10.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-10-20 18:00:16 -0700
committerRichard Henderson <rth@gcc.gnu.org>2004-10-20 18:00:16 -0700
commit0aab7a4b725f565fcd1dbc85c798a2dc88914c2c (patch)
treee415ec516ab0f73d09567c141a3e898398407e90 /gcc/testsuite/gcc.dg/cleanup-10.c
parent4ba4c213cc5588f1261d335e4efe16915ccad116 (diff)
downloadgcc-0aab7a4b725f565fcd1dbc85c798a2dc88914c2c.zip
gcc-0aab7a4b725f565fcd1dbc85c798a2dc88914c2c.tar.gz
gcc-0aab7a4b725f565fcd1dbc85c798a2dc88914c2c.tar.bz2
cleanup-10.c, [...]: Use -fnon-call-exceptions, not -fasynchronous-unwind-tables.
* 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. From-SVN: r89359
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 76470e6..35936ea 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. */