re PR testsuite/89393 (FAIL: g++.dg/abi/ref-temp1.C -std=c++14 scan-assembler ...
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 18:10:31 +0000 (18:10 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 18:10:31 +0000 (18:10 +0000)
PR testsuite/89393
* g++.dg/abi/ref-temp1.C: Skip on 32-bit hppa*-*-hpux*.
* g++.dg/cpp0x/pr84497.C: Likewise.

From-SVN: r269732

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/ref-temp1.C
gcc/testsuite/g++.dg/cpp0x/pr84497.C

index 319f17be4fb11142b5667c3033fb82c1f89f01cf..0141ba9bd3e2cb93d84ec12b2a213840197ccb40 100644 (file)
@@ -1,5 +1,9 @@
 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.
index 887f43222869b1c928a422cddffec826ebad566a..c9963ca62f9946d3bbf9749f5796c3c929d34b5b 100644 (file)
@@ -1,5 +1,6 @@
 // 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]; };
index cb9d233bf71d11fab4e8d475e1410fb31ebc82d6..cd7225319e88da2f8b4bee881c9fa01a5bf68c62 100644 (file)
@@ -1,6 +1,6 @@
 // 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
 {