diff options
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-10.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-11.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-8.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-9.c | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index db4aa5a0798..50ada5db973 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-11-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gcc.dg/cleanup-8.c: Enable test on hppa*-*-hpux*. + * gcc.dg/cleanup-9.c: Likewise. + * gcc.dg/cleanup-10.c: Likewise. + * gcc.dg/cleanup-11.c: Likewise. + 2005-11-17 Francois-Xavier Coudert <coudert@clipper.ens.fr> PR fortran/24892 diff --git a/gcc/testsuite/gcc.dg/cleanup-10.c b/gcc/testsuite/gcc.dg/cleanup-10.c index e8ae3bca78e..beac2ecd56f 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 *-*-linux* powerpc*-*-darwin* } } */ +/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */ /* { 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 ff315f73d7a..8330c2b4bbe 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 *-*-linux* powerpc*-*-darwin* } } */ +/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */ /* { 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 321e1f029df..3aca7223bd7 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 *-*-linux* powerpc*-*-darwin* } } */ +/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */ /* { 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 c3ac5fb726b..62a7e800179 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 *-*-linux* powerpc*-*-darwin* } } */ +/* { dg-do run { target hppa*-*-hpux* *-*-linux* powerpc*-*-darwin* } } */ /* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */ /* Verify that cleanups work with exception handling through realtime signal frames. */ |