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
This commit is contained in:
parent
2734e1c321
commit
294e1a5bf1
5 changed files with 9 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue