diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2002-11-13 23:06:03 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-11-13 23:06:03 +0000 |
commit | 1fccfa1e44b8ebb3ae6a8bb1107913566cb2a381 (patch) | |
tree | 6ecc65699244a5ce5f7e58f442dde76cd0b4d6e8 /gcc | |
parent | 7c577c75ea030843cdb68fd084a582223e85781e (diff) | |
download | gcc-1fccfa1e44b8ebb3ae6a8bb1107913566cb2a381.zip gcc-1fccfa1e44b8ebb3ae6a8bb1107913566cb2a381.tar.gz gcc-1fccfa1e44b8ebb3ae6a8bb1107913566cb2a381.tar.bz2 |
* g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
From-SVN: r59094
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/abi/vague1.C | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 68fd648..aa7a7da 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-11-13 John David Anglin <dave@hiauly1.hia.nrc.ca> + + * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*. + 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr> PR c/8439 diff --git a/gcc/testsuite/g++.dg/abi/vague1.C b/gcc/testsuite/g++.dg/abi/vague1.C index 928d652..3d10edd 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 <class T> struct A { |