From 54778d9cf50cf51781b7a1d08d963a6c8e803ac1 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Mon, 15 Aug 2005 23:42:33 +0000 Subject: [PATCH] * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*. From-SVN: r103133 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/special/weak-1.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c23ebecc8e4..3b05f172ff0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-08-15 John David Anglin + + * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*. + 2005-08-15 Fariborz Jahanian * 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 b7fb909716a..fd45acdc726 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 -- 2.30.2