ident-0b.c: Also skip on 32-bit hppa*-*-hpux*.
authorJohn David Anglin <dave.anglin@bell.net>
Sat, 9 Mar 2019 21:48:43 +0000 (21:48 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 9 Mar 2019 21:48:43 +0000 (21:48 +0000)
* c-c++-common/ident-0b.c: Also skip on 32-bit hppa*-*-hpux*.
* c-c++-common/ident-1a.c: Likewise.
* c-c++-common/ident-1b.c: Likewise.
* c-c++-common/ident-2b.c: Likewise.

From-SVN: r269538

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/ident-0b.c
gcc/testsuite/c-c++-common/ident-1a.c
gcc/testsuite/c-c++-common/ident-1b.c
gcc/testsuite/c-c++-common/ident-2b.c

index 07f95a2197f67fdd0b7556c71b430a5b2db116ce..9d857bb4bf17c3b8d7621fb285dc2aa4fe63e5e5 100644 (file)
@@ -1,4 +1,9 @@
-2018-03-09  John David Anglin  <dave.anglin@bell.net>
+2019-03-09  John David Anglin  <dave.anglin@bell.net>
+
+       * c-c++-common/ident-0b.c: Also skip on 32-bit hppa*-*-hpux*.
+       * c-c++-common/ident-1a.c: Likewise.
+       * c-c++-common/ident-1b.c: Likewise.
+       * c-c++-common/ident-2b.c: Likewise.
 
        * g++.dg/tls/pr77285-2.C: Require tls_native support.
 
index 1184f8ff1c0e2c832619053ce8ff1c551df7c692..67b593c63add614da1fdd6b24ff5c0ec93a28c73 100644 (file)
@@ -2,7 +2,7 @@
  * Make sure scan-assembler-not turns off .ident unless -fident in testcase */
 /* { dg-do compile } */
 /* { dg-options "-fident" } */
-/* { dg-skip-if "no assembler .ident support" { powerpc*-*-darwin* } } */
+/* { dg-skip-if "no assembler .ident support" { { hppa*-*-hpux* && { ! lp64 } } || powerpc*-*-darwin* } } */
 int i;
 
 /* { dg-final { scan-assembler-not "GCC: " { xfail *-*-* } } } */
index b6003735cefe77ad8819fc7956ba72963e0656f8..dc167c3a799ec83e28eb2d67ca327e72fda2ff39 100644 (file)
@@ -1,7 +1,7 @@
 /* PR testsuite/52665
  * Make sure scan-assembler turns off .ident  */
 /* { dg-do compile } */
-/* { dg-skip-if "no assembler .ident support" { powerpc*-*-darwin* } } */
+/* { dg-skip-if "no assembler .ident support" { { hppa*-*-hpux* && { ! lp64 } } || powerpc*-*-darwin* } } */
 int i;
 
 /* { dg-final { scan-assembler "GCC: " { xfail *-*-* } } } */
index d4eff0d4e6c2ea1dba90f5874da17047a7f247b0..69567442a035fc0035c0899fac17944a70fdc9c8 100644 (file)
@@ -4,4 +4,4 @@
 /* { dg-options "-fident" } */
 int i;
 
-/* { dg-final { scan-assembler "GCC: " { xfail powerpc-ibm-aix* powerpc*-*-darwin* } } } */
+/* { dg-final { scan-assembler "GCC: " { xfail { { hppa*-*-hpux* && { ! lp64 } } || { powerpc-ibm-aix* || powerpc*-*-darwin* } } } } } */
index 12a8058a2396820871f269a7c8f03e414a12499d..fae6a0315718f7922de7cbade5ec4216c326657a 100644 (file)
@@ -4,4 +4,4 @@
 /* { dg-options "-fident" } */
 int ident;
 
-/* { dg-final { scan-assembler-times "GCC: " 1 { xfail powerpc-ibm-aix* powerpc*-*-darwin* } } } */
+/* { dg-final { scan-assembler "GCC: " { xfail { { hppa*-*-hpux* && { ! lp64 } } || { powerpc-ibm-aix* || powerpc*-*-darwin* } } } } } */