This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix Bug testsuite/24478 and Bug testsuite/25167


The enclosed change has been installed as an obvious fix.  The test
fails on ports such as hppa2.0w-hp-hpux11.11 that don't support alias
definitions.  Tested on hppa2.0w-hp-hpux11.11.

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

2005-12-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	PR testsuite/25167
	PR testsuite/24478
	* gcc.dg/weak/weak-14.c: Add dg-require-alias.

Index: gcc.dg/weak/weak-14.c
===================================================================
--- gcc.dg/weak/weak-14.c	(revision 108374)
+++ gcc.dg/weak/weak-14.c	(working copy)
@@ -1,5 +1,6 @@
 // { dg-do run }
 // { dg-require-weak "" }
+// { dg-require-alias "" }
 // { dg-options "-O2 -fno-common" }
 
 // Copyright 2005 Free Software Foundation, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]