aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2007-06-08 03:29:00 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2007-06-08 03:29:00 +0000
commit294e1a5bf10e457c966278bba233d6cea29e3e04 (patch)
treea36e56883b0d2554ee7fa5b3739f93d1cd919e84
parent2734e1c321126a8017ba79d8e998693821a3f82f (diff)
downloadgcc-294e1a5bf10e457c966278bba233d6cea29e3e04.zip
gcc-294e1a5bf10e457c966278bba233d6cea29e3e04.tar.gz
gcc-294e1a5bf10e457c966278bba233d6cea29e3e04.tar.bz2
cleanup-8.c: Run on i386-darwin9 and later.
* g++.dg/ext/cleanup-8.c: Run on i386-darwin9 and later. * g++.dg/ext/cleanup-9.c: Run on i386-darwin9 and later. * g++.dg/ext/cleanup-10.c: Run on i386-darwin9 and later. * g++.dg/ext/cleanup-11.c: Run on i386-darwin9 and later. From-SVN: r125556
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/g++.dg/ext/cleanup-10.C2
-rw-r--r--gcc/testsuite/g++.dg/ext/cleanup-11.C2
-rw-r--r--gcc/testsuite/g++.dg/ext/cleanup-8.C2
-rw-r--r--gcc/testsuite/g++.dg/ext/cleanup-9.C2
5 files changed, 9 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4c51713..598af90 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -23,6 +23,11 @@
2007-06-07 Geoffrey Keating <geoffk@apple.com>
+ * g++.dg/ext/cleanup-8.c: Run on i386-darwin9 and later.
+ * g++.dg/ext/cleanup-9.c: Run on i386-darwin9 and later.
+ * g++.dg/ext/cleanup-10.c: Run on i386-darwin9 and later.
+ * g++.dg/ext/cleanup-11.c: Run on i386-darwin9 and later.
+
* gcc.dg/attr-weakref-1-darwin.c: Run on all Darwin platforms.
* gcc.dg/20050826-1.c: Run on all Darwin platforms.
* gcc.dg/darwin-ld-2.c: Run on all Darwin platforms.
diff --git a/gcc/testsuite/g++.dg/ext/cleanup-10.C b/gcc/testsuite/g++.dg/ext/cleanup-10.C
index c0c6971..eeb607b 100644
--- a/gcc/testsuite/g++.dg/ext/cleanup-10.C
+++ b/gcc/testsuite/g++.dg/ext/cleanup-10.C
@@ -1,4 +1,4 @@
-/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */
+/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* *-*-darwin[912]* } } */
/* { 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/g++.dg/ext/cleanup-11.C b/gcc/testsuite/g++.dg/ext/cleanup-11.C
index 06c6569..0b6d11c 100644
--- a/gcc/testsuite/g++.dg/ext/cleanup-11.C
+++ b/gcc/testsuite/g++.dg/ext/cleanup-11.C
@@ -1,4 +1,4 @@
-/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */
+/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* *-*-darwin[912]* } } */
/* { 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/g++.dg/ext/cleanup-8.C b/gcc/testsuite/g++.dg/ext/cleanup-8.C
index ece12e8..be66768 100644
--- a/gcc/testsuite/g++.dg/ext/cleanup-8.C
+++ b/gcc/testsuite/g++.dg/ext/cleanup-8.C
@@ -1,4 +1,4 @@
-/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */
+/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* *-*-darwin[912]* } } */
/* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */
/* Verify that cleanups work with exception handling through signal
frames. */
diff --git a/gcc/testsuite/g++.dg/ext/cleanup-9.C b/gcc/testsuite/g++.dg/ext/cleanup-9.C
index 59a9735..87f8283 100644
--- a/gcc/testsuite/g++.dg/ext/cleanup-9.C
+++ b/gcc/testsuite/g++.dg/ext/cleanup-9.C
@@ -1,4 +1,4 @@
-/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */
+/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* *-*-darwin[912]* } } */
/* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */
/* Verify that cleanups work with exception handling through realtime
signal frames. */