* g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Wed, 13 Nov 2002 23:06:03 +0000 (23:06 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 13 Nov 2002 23:06:03 +0000 (23:06 +0000)
From-SVN: r59094

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/vague1.C

index 68fd648c0efc0c6673eb2e9a528176ce2b64b857..aa7a7dae66cb4a6c8a1c2676ab4daecdcdadce57 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
+
 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR c/8439
index 928d652b83652b713433aba851f563d56a1fea00..3d10edd8abe41bc5a8da5cf63b0a0e73c413cac8 100644 (file)
@@ -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 {