* g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.

From-SVN: r67444
This commit is contained in:
Mark Mitchell 2003-06-04 15:35:58 +00:00 committed by Mark Mitchell
parent ac871ee12a
commit 13e0ae41ca
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2003-06-04 Mark Mitchell <mark@codesourcery.com>
* 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.

View File

@ -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 <class T> struct A {
static const T t = 0;