diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cleanup-5.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/cleanup-5.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cleanup-5.c b/gcc/testsuite/gcc.dg/cleanup-5.c index f5306db4752..2770c3db764 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. */ |

