OSDN Git Service

* g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Nov 2002 23:06:03 +0000 (23:06 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Nov 2002 23:06:03 +0000 (23:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59094 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 68fd648..aa7a7da 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 928d652..3d10edd 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 {