From 1fccfa1e44b8ebb3ae6a8bb1107913566cb2a381 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 13 Nov 2002 23:06:03 +0000 Subject: [PATCH] * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*. From-SVN: r59094 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/abi/vague1.C | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 68fd648c0ef..aa7a7dae66c 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 928d652b836..3d10edd8abe 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 { -- 2.30.2