xfail gcc.dg/special/weak-1.c on 32-bit hppa*-*-hpux*

John David Anglin dave@hiauly1.hia.nrc.ca
Mon Aug 15 23:52:00 GMT 2005


This change xfails gcc.dg/special/weak-1.c on 32-bit hppa*-*-hpux*
targets since the secondary definition symbols used for weak support
don't support overriding a secondary definition with a primary definition.

Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.  Committed
to trunk.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2005-08-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.

Index: gcc.dg/special/weak-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/special/weak-1.c,v
retrieving revision 1.4
diff -u -3 -p -r1.4 weak-1.c
--- gcc.dg/special/weak-1.c	5 Jun 2003 22:18:54 -0000	1.4
+++ gcc.dg/special/weak-1.c	14 Aug 2005 19:04:17 -0000
@@ -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>
 



More information about the Gcc-patches mailing list