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

From-SVN: r59094
This commit is contained in:
John David Anglin 2002-11-13 23:06:03 +00:00 committed by John David Anglin
parent 7c577c75ea
commit 1fccfa1e44
2 changed files with 6 additions and 0 deletions

View 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

View 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 {