]> gcc.gnu.org Git - gcc.git/commitdiff
cleanup-10.c, [...]: Use -fnon-call-exceptions, not -fasynchronous-unwind-tables.
authorRichard Henderson <rth@redhat.com>
Thu, 21 Oct 2004 01:00:16 +0000 (18:00 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 21 Oct 2004 01:00:16 +0000 (18:00 -0700)
        * 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cleanup-10.c
gcc/testsuite/gcc.dg/cleanup-11.c
gcc/testsuite/gcc.dg/cleanup-8.c
gcc/testsuite/gcc.dg/cleanup-9.c

index 16493f2c65fcc7b45805d70e6fedc0a9cff22219..36186a43cfd1967d3c9c7aae8ef7ca3f701fcd3c 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-20  Richard Henderson  <rth@redhat.com>
+
+       * 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.
+
 2004-10-20  Richard Henderson  <rth@redhat.com>
 
        * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
index 76470e615816b7d19df32cb87f1864fff8fd4fa2..35936eabb5310fa7fe1729ae76a364b64f6a4e24 100644 (file)
@@ -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.  */
 
index 4ad131f00ae893d10130cfba42447b9769656f6f..447b39862220d595f8801393cf927bb3aad06d88 100644 (file)
@@ -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 realtime signal
    frames on alternate stack.  */
 
index b802d25ead179b4939f46ac50517c20dc786ffa7..25bc305adc1864d95a315c938f93cd126f15b10b 100644 (file)
@@ -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.  */
 
index 2381e955e44d1a39130cf417efd347a3ea8355a4..4cf4a413fa4940aa44b842ca775f4c6c03df43e3 100644 (file)
@@ -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 realtime
    signal frames.  */
 
This page took 0.088428 seconds and 5 git commands to generate.