From 0aab7a4b725f565fcd1dbc85c798a2dc88914c2c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 20 Oct 2004 18:00:16 -0700 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/cleanup-10.c | 2 +- gcc/testsuite/gcc.dg/cleanup-11.c | 2 +- gcc/testsuite/gcc.dg/cleanup-8.c | 2 +- gcc/testsuite/gcc.dg/cleanup-9.c | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) 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. */ -- 2.30.2