diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 68fd648c0efc..aa7a7dae66cb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-11-13 John David Anglin + + * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*. + 2002-11-09 Eric Botcazou PR c/8439 diff --git a/gcc/testsuite/g++.dg/abi/vague1.C b/gcc/testsuite/g++.dg/abi/vague1.C index 928d652b8365..3d10edd8abe4 100644 --- a/gcc/testsuite/g++.dg/abi/vague1.C +++ b/gcc/testsuite/g++.dg/abi/vague1.C @@ -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 struct A {