From: Mark Mitchell Date: Wed, 4 Jun 2003 15:35:58 +0000 (+0000) Subject: * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13e0ae41ca98754e7734dece5641b78b026b44e7;p=gcc.git * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code. From-SVN: r67444 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 57c0f71b4b2..ec5e799b41c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2003-06-04 Mark Mitchell + * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code. + * lib/dg-pch.exp: New file. * g++.dg/pch/pch.exp: Use dg-pch.exp. * gcc.dg/pch/pch.exp: Likewise. diff --git a/gcc/testsuite/g++.dg/abi/vague1.C b/gcc/testsuite/g++.dg/abi/vague1.C index 3d10edd8abe..83be514919a 100644 --- a/gcc/testsuite/g++.dg/abi/vague1.C +++ b/gcc/testsuite/g++.dg/abi/vague1.C @@ -2,10 +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" } } +// The test fails on hppa*-*-hpux* because the symbol _ZN1AIiE1tE is imported. +// { dg-final { scan-assembler-not "_ZN1AIiE1tE" { xfail hppa*-*-hpux* } } } template struct A { static const T t = 0;