Commit 1fccfa1e by John David Anglin Committed by John David Anglin

* g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.

From-SVN: r59094
parent 7c577c75
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> 2002-11-09 Eric Botcazou <ebotcazou@libertysurf.fr>
PR c/8439 PR c/8439
......
...@@ -2,7 +2,9 @@ ...@@ -2,7 +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 } } }
// { dg-final { scan-assembler-not "_ZN1AIiE1tE" } } // { dg-final { scan-assembler-not "_ZN1AIiE1tE" } }
template <class T> struct A { template <class T> struct A {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment