public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Disable g++.dg/abi/vague1.C on hppa*-*-hpux*
@ 2002-11-13 15:10 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2002-11-13 15:10 UTC (permalink / raw)
  To: gcc-patches

I have disabled vague1.C on hppa*-*-hpux* because external symbols need
to be explicitly imported/typed and this causes the test to fail.

Tested on hppa64-hp-hpux11.11 and hppa-unknown-linux-gnu.  Applied
to main.

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

2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>

	* g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.

Index: g++.dg/abi/vague1.C
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/testsuite/g++.dg/abi/vague1.C,v
retrieving revision 1.1
diff -u -3 -p -r1.1 vague1.C
--- g++.dg/abi/vague1.C	15 Mar 2002 09:54:42 -0000	1.1
+++ g++.dg/abi/vague1.C	11 Nov 2002 03:28:39 -0000
@@ -2,7 +2,9 @@
 // instantiations.
 
 // Disable debug info so we don't get confused by the symbol name there.
+// The test fails on hppa*-*-hpux* because the symbol _ZN1AIiE1tE is imported.
 // { dg-options "-g0" }
+// { dg-final { if { [istarget hppa*-*-hpux*] } { return } } }
 // { dg-final { scan-assembler-not "_ZN1AIiE1tE" } }
 
 template <class T> struct A {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-13 23:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-13 15:10 Disable g++.dg/abi/vague1.C on hppa*-*-hpux* John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).