]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR target/20095
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2005 00:38:32 +0000 (00:38 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Mar 2005 00:38:32 +0000 (00:38 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cleanup-5.c

index f17ab858249bd21895a06e23aa340b2c3a851a6a..1859326a7be92b65487e82f4bb7e2dd84990b0d6 100644 (file)
@@ -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.
index f5306db47526af3822f13f03b49097edc3a02c74..2770c3db764a1358d1e1957650388d9505eeba29 100644 (file)
@@ -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.  */