diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-06-04 15:35:58 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-06-04 15:35:58 +0000 |
commit | 13e0ae41ca98754e7734dece5641b78b026b44e7 (patch) | |
tree | b4d0fa8edb37589c98e120608df85c036fa9abf0 | |
parent | ac871ee12ae7743e20bf25e4470449211b45f47f (diff) | |
download | gcc-13e0ae41ca98754e7734dece5641b78b026b44e7.zip gcc-13e0ae41ca98754e7734dece5641b78b026b44e7.tar.gz gcc-13e0ae41ca98754e7734dece5641b78b026b44e7.tar.bz2 |
* g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
From-SVN: r67444
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/abi/vague1.C | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 57c0f71..ec5e799 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/g++.dg/abi/vague1.C b/gcc/testsuite/g++.dg/abi/vague1.C index 3d10edd..83be514 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 <class T> struct A { static const T t = 0; |