* g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
From-SVN: r67444
This commit is contained in:
parent
ac871ee12a
commit
13e0ae41ca
@ -1,5 +1,7 @@
|
|||||||
2003-06-04 Mark Mitchell <mark@codesourcery.com>
|
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.
|
* lib/dg-pch.exp: New file.
|
||||||
* g++.dg/pch/pch.exp: Use dg-pch.exp.
|
* g++.dg/pch/pch.exp: Use dg-pch.exp.
|
||||||
* gcc.dg/pch/pch.exp: Likewise.
|
* gcc.dg/pch/pch.exp: Likewise.
|
||||||
|
@ -2,10 +2,9 @@
|
|||||||
// instantiations.
|
// instantiations.
|
||||||
|
|
||||||
// Disable debug info so we don't get confused by the symbol name there.
|
// 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-options "-g0" }
|
||||||
// { dg-final { if { [istarget hppa*-*-hpux*] } { return } } }
|
// The test fails on hppa*-*-hpux* because the symbol _ZN1AIiE1tE is imported.
|
||||||
// { dg-final { scan-assembler-not "_ZN1AIiE1tE" } }
|
// { dg-final { scan-assembler-not "_ZN1AIiE1tE" { xfail hppa*-*-hpux* } } }
|
||||||
|
|
||||||
template <class T> struct A {
|
template <class T> struct A {
|
||||||
static const T t = 0;
|
static const T t = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user