Commit 7053f7e1 by John David Anglin Committed by John David Anglin

ident-0b.c: Also skip on 32-bit hppa*-*-hpux*.

	* 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
parent 4fb649b5
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. * g++.dg/tls/pr77285-2.C: Require tls_native support.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Make sure scan-assembler-not turns off .ident unless -fident in testcase */ * Make sure scan-assembler-not turns off .ident unless -fident in testcase */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-fident" } */ /* { 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; int i;
/* { dg-final { scan-assembler-not "GCC: " { xfail *-*-* } } } */ /* { dg-final { scan-assembler-not "GCC: " { xfail *-*-* } } } */
......
/* PR testsuite/52665 /* PR testsuite/52665
* Make sure scan-assembler turns off .ident */ * Make sure scan-assembler turns off .ident */
/* { dg-do compile } */ /* { 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; int i;
/* { dg-final { scan-assembler "GCC: " { xfail *-*-* } } } */ /* { dg-final { scan-assembler "GCC: " { xfail *-*-* } } } */
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
/* { dg-options "-fident" } */ /* { dg-options "-fident" } */
int i; 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* } } } } } */
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
/* { dg-options "-fident" } */ /* { dg-options "-fident" } */
int ident; 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* } } } } } */
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