From: sje Date: Thu, 24 Mar 2005 17:32:03 +0000 (+0000) Subject: PR target/20095 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3272c03d5241123fc928a3412bf47999446dec6;p=thirdparty%2Fgcc.git PR target/20095 * gcc.dg/cleanup-5.c: skip if ia64-hp-hpux11.* git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96995 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5fdb7b21628d..81e6cdc8f0f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-24 Steve Ellcey + + PR target/20095 + * gcc.dg/cleanup-5.c: skip if ia64-hp-hpux11.* + 2005-03-24 Alexandre Oliva * gcc.dg/badshift.c: Renamed to... diff --git a/gcc/testsuite/gcc.dg/cleanup-5.c b/gcc/testsuite/gcc.dg/cleanup-5.c index 2770c3db764a..497ab0be90f8 100644 --- a/gcc/testsuite/gcc.dg/cleanup-5.c +++ b/gcc/testsuite/gcc.dg/cleanup-5.c @@ -1,6 +1,7 @@ /* HP-UX libunwind.so doesn't provide _UA_END_OF_STACK */ -/* { dg-do run { xfail "ia64-hp-hpux11.*" } } */ +/* { dg-do run } */ /* { dg-options "-fexceptions" } */ +/* { dg-skip-if "" { "ia64-*-hpux11.*" } { "*" } { "" } } */ /* Verify that cleanups work with exception handling. */ #include