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] static6.C: Remove xfail for *-*-hpux*


This test doesn't fail on hppa or ia64.  Checked 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)

2008-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* g++.old-deja/g++.pt/static6.C: Remove xfail for *-*-hpux*.

Index: g++.old-deja/g++.pt/static6.C
===================================================================
--- g++.old-deja/g++.pt/static6.C	(revision 142130)
+++ g++.old-deja/g++.pt/static6.C	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do link }
-// { dg-xfail-if "" { *-*-aout *-*-coff *-*-hpux* *-*-hms } { "*" } { "" } }
+// { dg-xfail-if "" { *-*-aout *-*-coff *-*-hms } { "*" } { "" } }
 
 // Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il>
 


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