From: John David Anglin Date: Sat, 31 Dec 2005 02:12:34 +0000 (+0000) Subject: re PR middle-end/24827 (FAIL: gcc.dg/attr-weakref-1.c) X-Git-Tag: releases/gcc-4.2.0~5103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67570aba0d22b6c21b9b4e541ba6225852175f75;p=thirdparty%2Fgcc.git re PR middle-end/24827 (FAIL: gcc.dg/attr-weakref-1.c) PR middle-end/24827 * gcc.dg/attr-weakref-1.c: Skip test on hppa*-*-hpux*. From-SVN: r109197 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6ef5ea732568..a3accaf7584f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-12-30 John David Anglin + + PR middle-end/24827 + * gcc.dg/attr-weakref-1.c: Skip test on hppa*-*-hpux*. + 2005-12-30 Kaveh R. Ghazi PR testsuite/25214 diff --git a/gcc/testsuite/gcc.dg/attr-weakref-1.c b/gcc/testsuite/gcc.dg/attr-weakref-1.c index 78c026dda085..19a511b8252c 100644 --- a/gcc/testsuite/gcc.dg/attr-weakref-1.c +++ b/gcc/testsuite/gcc.dg/attr-weakref-1.c @@ -1,7 +1,10 @@ // { dg-do run } // { dg-require-weak "" } -// On darwin, we use attr-weakref-1-darwin.c -// { dg-skip-if "" { "*-*-darwin*" } "*" { "" } } +// On darwin, we use attr-weakref-1-darwin.c. +// This test requires support for undefined weak symbols. This support +// is not available on hppa*-*-hpux*. The test is skipped rather than +// xfailed to suppress the warning that would otherwise arise. +// { dg-skip-if "" { "*-*-darwin*" "hppa*-*-hpux*" } "*" { "" } } // { dg-options "-O2" } // { dg-additional-sources "attr-weakref-1a.c" }