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
This commit is contained in:
Geoffrey Keating 2007-06-07 19:04:02 +00:00 committed by Geoffrey Keating
parent e46b55d038
commit 20967296dc
9 changed files with 18 additions and 9 deletions

View file

@ -1,4 +1,13 @@
2007-06-06 Geoffrey Keating <geoffk@apple.com>
2007-06-07 Geoffrey Keating <geoffk@apple.com>
* 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.

View file

@ -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 <stddef.h>
#include <stdio.h>

View file

@ -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* } } }

View 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. */

View 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. */

View 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. */

View 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. */

View file

@ -2,7 +2,7 @@
/* Developed by Devang Patel <dpatel@apple.com>. */
/* { dg-options "-bind_at_load" } */
/* { dg-do link { target powerpc-*-darwin* } } */
/* { dg-do link { target *-*-darwin* } } */
int main()
{

View file

@ -2,7 +2,7 @@
/* Developed by Devang Patel <dpatel@apple.com>. */
/* { dg-options "-bundle" } */
/* { dg-do link { target powerpc-*-darwin* } } */
/* { dg-do link { target *-*-darwin* } } */
int main()
{