OSDN Git Service

* gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2005 23:42:33 +0000 (23:42 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 2005 23:42:33 +0000 (23:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103133 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/special/weak-1.c

index c23ebec..3b05f17 100644 (file)
@@ -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.
index b7fb909..fd45acd 100644 (file)
@@ -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>