diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/special/weak-1.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c23ebec..3b05f17 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-08-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*. + 2005-08-15 Fariborz Jahanian <fjahanian@apple.com> * g++.dg/template/local6.C: New test. diff --git a/gcc/testsuite/gcc.dg/special/weak-1.c b/gcc/testsuite/gcc.dg/special/weak-1.c index b7fb909..fd45acd 100644 --- a/gcc/testsuite/gcc.dg/special/weak-1.c +++ b/gcc/testsuite/gcc.dg/special/weak-1.c @@ -1,6 +1,7 @@ -/* { dg-do run } */ +/* { dg-do run { xfail { hppa*-*-hpux* && { ! hppa*64*-*-* } } } } */ /* { dg-require-weak "" } */ /* { dg-additional-sources weak-1a.c } */ +/* See PR target/23387 for hppa xfail details. */ #include <stdlib.h> |
