From: sje Date: Fri, 11 Mar 2005 00:38:32 +0000 (+0000) Subject: PR target/20095 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26eed60fb65f75ec9f96da2d711480d622308e51;p=thirdparty%2Fgcc.git PR target/20095 * gcc.dg/cleanup-5.c: xfail for ia64-hp-hpux11.* git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96279 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f17ab858249b..1859326a7be9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-03-10 Steve Ellcey + + PR target/20095 + * gcc.dg/cleanup-5.c: xfail for ia64-hp-hpux11.* + 2005-03-10 John David Anglin * 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 f5306db47526..2770c3db764a 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. */