diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2005-08-15 23:42:33 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2005-08-15 23:42:33 +0000 |
commit | 54778d9cf50cf51781b7a1d08d963a6c8e803ac1 (patch) | |
tree | 3ad2d5680e04a558797b955cae3f6f8153f5cc81 /gcc | |
parent | 35fd1d777afc784654139c33ffb9c1cd25bbd072 (diff) | |
download | gcc-54778d9cf50cf51781b7a1d08d963a6c8e803ac1.zip gcc-54778d9cf50cf51781b7a1d08d963a6c8e803ac1.tar.gz gcc-54778d9cf50cf51781b7a1d08d963a6c8e803ac1.tar.bz2 |
* gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.
From-SVN: r103133
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> |