OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / abi / vague1.C
index 3d10edd..83be514 100644 (file)
@@ -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;