Patch for g++.dg/other/anon5.C (skipping on ia64-*-hpux*)

Steve Ellcey sje@cup.hp.com
Mon Aug 18 21:15:00 GMT 2008


This test fails on IA64 HP-UX for the same reason as it fails on HPPA
HP-UX, because we use the HP linker instead of the GNU linker and are
getting a different error message.  Since it is already skipped on HPPA I
am just extending it to being skipped on IA64 HP-UX as well.  Checking in
as obvious (and HP-UX specific).

Tested on IA64 HP-UX.

Steve Ellcey
sje@cup.hp.com


2008-07-29  Steve Ellcey  <sje@cup.hp.com>

	* g++.dg/other/anon5.C: Skip on *-*-hpux*.


Index: g++.dg/other/anon5.C
===================================================================
--- g++.dg/other/anon5.C	(revision 139186)
+++ g++.dg/other/anon5.C	(working copy)
@@ -1,5 +1,5 @@
 // PR c++/34094
-// { dg-do link { target { ! hppa*-*-hpux* } } }
+// { dg-do link { target { ! *-*-hpux* } } }
 // { dg-options "-g" }
 
 namespace {



More information about the Gcc-patches mailing list