mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 04:20:25 +08:00
* g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
From-SVN: r59094
This commit is contained in:
parent
7c577c75ea
commit
1fccfa1e44
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user