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

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

index 5fdb7b21628db3772d059230c6b6ba95e9097334..81e6cdc8f0f7c6d5bdcac9507812d0d325e19adf 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-24  Steve Ellcey  <sje@cup.hp.com>
+
+       PR target/20095
+       * gcc.dg/cleanup-5.c: skip if ia64-hp-hpux11.*
+
 2005-03-24  Alexandre Oliva  <aoliva@redhat.com>
 
        * gcc.dg/badshift.c: Renamed to...
index 2770c3db764a1358d1e1957650388d9505eeba29..497ab0be90f8bd802abdb0d8374320f2ffacf473 100644 (file)
@@ -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 <unwind.h>