re PR target/20095 (gcc.dg/cleanup-5.c fails on ia64-hpux)
authorSteve Ellcey <sje@cup.hp.com>
Thu, 24 Mar 2005 17:32:03 +0000 (17:32 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 24 Mar 2005 17:32:03 +0000 (17:32 +0000)
PR target/20095
* gcc.dg/cleanup-5.c: skip if ia64-hp-hpux11.*

From-SVN: r96995

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

index 5fdb7b2..81e6cdc 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 2770c3d..497ab0b 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>