]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/24827 (FAIL: gcc.dg/attr-weakref-1.c)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 31 Dec 2005 02:12:34 +0000 (02:12 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 31 Dec 2005 02:12:34 +0000 (02:12 +0000)
PR middle-end/24827
* gcc.dg/attr-weakref-1.c: Skip test on hppa*-*-hpux*.

From-SVN: r109197

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/attr-weakref-1.c

index 6ef5ea732568c4be3c300023f27f0ef73728fc06..a3accaf7584f65c447bb022c2776b0bd8a7de449 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR middle-end/24827
+       * gcc.dg/attr-weakref-1.c: Skip test on hppa*-*-hpux*.
+
 2005-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        PR testsuite/25214
index 78c026dda085311743ef59c7e3c94ae57c41f50b..19a511b8252c39c1eff2d59bd2205e91ac8ff5cc 100644 (file)
@@ -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" }