From: Richard Henderson Date: Thu, 21 Oct 2004 01:00:16 +0000 (-0700) Subject: cleanup-10.c, [...]: Use -fnon-call-exceptions, not -fasynchronous-unwind-tables. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0aab7a4b725f565fcd1dbc85c798a2dc88914c2c;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 16493f2c65f..36186a43cfd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-10-20 Richard Henderson + + * 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 * gcc.c-torture/unsorted/call386.c (foo): Fix return type. 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. */ diff --git a/gcc/testsuite/gcc.dg/cleanup-11.c b/gcc/testsuite/gcc.dg/cleanup-11.c index 4ad131f00ae..447b3986222 100644 --- a/gcc/testsuite/gcc.dg/cleanup-11.c +++ b/gcc/testsuite/gcc.dg/cleanup-11.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 realtime signal frames on alternate stack. */ diff --git a/gcc/testsuite/gcc.dg/cleanup-8.c b/gcc/testsuite/gcc.dg/cleanup-8.c index b802d25ead1..25bc305adc1 100644 --- a/gcc/testsuite/gcc.dg/cleanup-8.c +++ b/gcc/testsuite/gcc.dg/cleanup-8.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. */ diff --git a/gcc/testsuite/gcc.dg/cleanup-9.c b/gcc/testsuite/gcc.dg/cleanup-9.c index 2381e955e44..4cf4a413fa4 100644 --- a/gcc/testsuite/gcc.dg/cleanup-9.c +++ b/gcc/testsuite/gcc.dg/cleanup-9.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 realtime signal frames. */