PR testsuite/89393
* g++.dg/abi/ref-temp1.C: Skip on 32-bit hppa*-*-hpux*.
* g++.dg/cpp0x/pr84497.C: Likewise.
From-SVN: r269732
2019-03-16 John David Anglin <danglin@gcc.gnu.org>
+ PR testsuite/89393
+ * g++.dg/abi/ref-temp1.C: Skip on 32-bit hppa*-*-hpux*.
+ * g++.dg/cpp0x/pr84497.C: Likewise.
+
* c-c++-common/builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
* gcc.dg/attr-copy-6.c: Likewise.
* gcc.dg/pr87793.c: Likewise.
// From ABI document
// { dg-do compile { target c++14 } }
+// { dg-skip-if "No .weak" { { hppa*-*-hpux* } && { ! lp64 } } }
// { dg-additional-options --save-temps }
struct A { const int (&x)[3]; };
// PR 84497 mismatch with thread constructor fn weakness
// { dg-do compile { target c++11 } }
-// { dg-require-weak "" }
+// { dg-skip-if "No .weak" { { hppa*-*-hpux* } && { ! lp64 } } }
struct Base
{