]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cleanup-8.c: Run on i386-darwin9 and later.
authorGeoffrey Keating <geoffk@apple.com>
Fri, 8 Jun 2007 03:29:00 +0000 (03:29 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 8 Jun 2007 03:29:00 +0000 (03:29 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/cleanup-10.C
gcc/testsuite/g++.dg/ext/cleanup-11.C
gcc/testsuite/g++.dg/ext/cleanup-8.C
gcc/testsuite/g++.dg/ext/cleanup-9.C

index 4c517137ac2b485c2d9957f5a03ab87f7cc24e21..598af903b6a92fdc600c6cc404fdc4d6d0c6c585 100644 (file)
 
 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.
index c0c6971a3899d8330998edbedc3a0e404901016f..eeb607b29885cfbe97009f49a21c593517632d09 100644 (file)
@@ -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.  */
index 06c65693c195815fbe12d50710f81f9fadf7d3e1..0b6d11ce26dec8b86dcf7eed5024637bcdb17de6 100644 (file)
@@ -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.  */
index ece12e8125c94d6f8b9b8e15d5178cce8b057487..be667684898ca4d859131922d1c22cc2b2c27f86 100644 (file)
@@ -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.  */
index 59a973505ae32bd140e994d906ec40d55def4167..87f828399887a994b3fa8648860adf2a5144177e 100644 (file)
@@ -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.  */