From 20967296dc0517322a6058ec55491de9707c0c34 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Thu, 7 Jun 2007 19:04:02 +0000 Subject: [PATCH] attr-weakref-1-darwin.c: Run on all Darwin platforms. * 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. * gcc.dg/darwin-ld-4.c: Run on all Darwin platforms. * gcc.dg/cleanup-8.c: Run on i386-darwin9 and later. * gcc.dg/cleanup-9.c: Run on i386-darwin9 and later. * gcc.dg/cleanup-10.c: Run on i386-darwin9 and later. * gcc.dg/cleanup-11.c: Run on i386-darwin9 and later. From-SVN: r125538 --- gcc/testsuite/ChangeLog | 11 ++++++++++- gcc/testsuite/gcc.dg/20050826-1.c | 2 +- gcc/testsuite/gcc.dg/attr-weakref-1-darwin.c | 2 +- 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 +- gcc/testsuite/gcc.dg/darwin-ld-2.c | 2 +- gcc/testsuite/gcc.dg/darwin-ld-4.c | 2 +- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d59c747e366..d364c9a0ca7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,4 +1,13 @@ -2007-06-06 Geoffrey Keating +2007-06-07 Geoffrey Keating + + * 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. + * gcc.dg/darwin-ld-4.c: Run on all Darwin platforms. + * gcc.dg/cleanup-8.c: Run on i386-darwin9 and later. + * gcc.dg/cleanup-9.c: Run on i386-darwin9 and later. + * gcc.dg/cleanup-10.c: Run on i386-darwin9 and later. + * gcc.dg/cleanup-11.c: Run on i386-darwin9 and later. * gcc.dg/darwin-minversion-3.c: New. diff --git a/gcc/testsuite/gcc.dg/20050826-1.c b/gcc/testsuite/gcc.dg/20050826-1.c index 7563ec7ef11..9101fb0227a 100644 --- a/gcc/testsuite/gcc.dg/20050826-1.c +++ b/gcc/testsuite/gcc.dg/20050826-1.c @@ -1,6 +1,6 @@ /* Test whether strncmp has not been "optimized" into memcmp nor any code with memcmp semantics. */ -/* { dg-do run { target i?86-*-linux* x86_64-*-linux* ia64-*-linux* alpha*-*-linux* powerpc*-*-linux* s390*-*-linux* sparc*-*-linux* i?86-*-darwin* powerpc-*-darwin*} } */ +/* { dg-do run { target i?86-*-linux* x86_64-*-linux* ia64-*-linux* alpha*-*-linux* powerpc*-*-linux* s390*-*-linux* sparc*-*-linux* *-*-darwin* } } */ /* { dg-options "-O2" } */ #include #include diff --git a/gcc/testsuite/gcc.dg/attr-weakref-1-darwin.c b/gcc/testsuite/gcc.dg/attr-weakref-1-darwin.c index ef0ec52eacf..c6835ed7ad0 100644 --- a/gcc/testsuite/gcc.dg/attr-weakref-1-darwin.c +++ b/gcc/testsuite/gcc.dg/attr-weakref-1-darwin.c @@ -1,4 +1,4 @@ -// { dg-do run { target { powerpc-*-darwin* } } } +// { dg-do run { target { *-*-darwin* } } } // { dg-require-weak "" } // { dg-options "-O2" } // { dg-options "-O2 -mmacosx-version-min=10.2" { target { powerpc-*-darwin* } } } diff --git a/gcc/testsuite/gcc.dg/cleanup-10.c b/gcc/testsuite/gcc.dg/cleanup-10.c index beac2ecd56f..11b7403f5ed 100644 --- a/gcc/testsuite/gcc.dg/cleanup-10.c +++ b/gcc/testsuite/gcc.dg/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/gcc.dg/cleanup-11.c b/gcc/testsuite/gcc.dg/cleanup-11.c index 8330c2b4bbe..6e145c5f31c 100644 --- a/gcc/testsuite/gcc.dg/cleanup-11.c +++ b/gcc/testsuite/gcc.dg/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/gcc.dg/cleanup-8.c b/gcc/testsuite/gcc.dg/cleanup-8.c index 3aca7223bd7..6f3ff6c511b 100644 --- a/gcc/testsuite/gcc.dg/cleanup-8.c +++ b/gcc/testsuite/gcc.dg/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/gcc.dg/cleanup-9.c b/gcc/testsuite/gcc.dg/cleanup-9.c index 62a7e800179..93d0463aab8 100644 --- a/gcc/testsuite/gcc.dg/cleanup-9.c +++ b/gcc/testsuite/gcc.dg/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. */ diff --git a/gcc/testsuite/gcc.dg/darwin-ld-2.c b/gcc/testsuite/gcc.dg/darwin-ld-2.c index 33a9c86d9cd..5de19524f0b 100644 --- a/gcc/testsuite/gcc.dg/darwin-ld-2.c +++ b/gcc/testsuite/gcc.dg/darwin-ld-2.c @@ -2,7 +2,7 @@ /* Developed by Devang Patel . */ /* { dg-options "-bind_at_load" } */ -/* { dg-do link { target powerpc-*-darwin* } } */ +/* { dg-do link { target *-*-darwin* } } */ int main() { diff --git a/gcc/testsuite/gcc.dg/darwin-ld-4.c b/gcc/testsuite/gcc.dg/darwin-ld-4.c index 35d1be41659..5cac36ccf4f 100644 --- a/gcc/testsuite/gcc.dg/darwin-ld-4.c +++ b/gcc/testsuite/gcc.dg/darwin-ld-4.c @@ -2,7 +2,7 @@ /* Developed by Devang Patel . */ /* { dg-options "-bundle" } */ -/* { dg-do link { target powerpc-*-darwin* } } */ +/* { dg-do link { target *-*-darwin* } } */ int main() {