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] g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*


This removes xfail for hppa*64*-*-*.  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)

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

	* g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.

Index: g++.dg/eh/weak1.C
===================================================================
--- g++.dg/eh/weak1.C	(revision 142142)
+++ g++.dg/eh/weak1.C	(working copy)
@@ -1,5 +1,5 @@
 // PR target/29487
-// { dg-do run { xfail "hppa*-hp-hpux11.*" } }
+// { dg-do run { xfail { hppa*-*-hpux* && { ! hppa*64*-*-* } } } }
 // { dg-require-weak "" }
 // { dg-additional-sources "weak1-a.cc" }
 // { dg-options "-O2" }


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