diff options
author | Steve Ellcey <sje@cup.hp.com> | 2005-03-11 00:38:32 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2005-03-11 00:38:32 +0000 |
commit | 2f8cbead4ba3f7fa939a690c0e6e061f27cde4d4 (patch) | |
tree | e60c8d639e8f448f24af5536f02b6d59a7bc34bf /gcc | |
parent | 96eb155c73c4afd0854c135da18ccd0cd9f87408 (diff) | |
download | gcc-2f8cbead4ba3f7fa939a690c0e6e061f27cde4d4.zip gcc-2f8cbead4ba3f7fa939a690c0e6e061f27cde4d4.tar.gz gcc-2f8cbead4ba3f7fa939a690c0e6e061f27cde4d4.tar.bz2 |
re PR target/20095 (gcc.dg/cleanup-5.c fails on ia64-hpux)
PR target/20095
* gcc.dg/cleanup-5.c: xfail for ia64-hp-hpux11.*
From-SVN: r96279
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-5.c | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f17ab85..1859326 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-10 Steve Ellcey <sje@cup.hp.com> + + PR target/20095 + * gcc.dg/cleanup-5.c: xfail for ia64-hp-hpux11.* + 2005-03-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * objc.dg/stabs-1.m (dg-final): Change regexp pattern for hppa SOM. diff --git a/gcc/testsuite/gcc.dg/cleanup-5.c b/gcc/testsuite/gcc.dg/cleanup-5.c index f5306db..2770c3d 100644 --- a/gcc/testsuite/gcc.dg/cleanup-5.c +++ b/gcc/testsuite/gcc.dg/cleanup-5.c @@ -1,4 +1,5 @@ -/* { dg-do run } */ +/* HP-UX libunwind.so doesn't provide _UA_END_OF_STACK */ +/* { dg-do run { xfail "ia64-hp-hpux11.*" } } */ /* { dg-options "-fexceptions" } */ /* Verify that cleanups work with exception handling. */ |