undef-bool-1.C: Require lp64.
authorBill Schmidt <wschmidt@linux.ibm.com>
Fri, 20 Apr 2018 21:00:41 +0000 (21:00 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 20 Apr 2018 21:00:41 +0000 (21:00 +0000)
[gcc/testsuite]

2018-04-20  Bill Schmidt  <wschmidt@linux.ibm.com>

* g++.dg/ext/undef-bool-1.C: Require lp64.
* gcc.target/powerpc/undef-bool-2.c: Likewise.

From-SVN: r259532

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/undef-bool-1.C
gcc/testsuite/gcc.target/powerpc/undef-bool-2.c

index 5c33c35892bb98cc8f998fdb8534335bf69aa465..29808a14d011b5f76669d698edf384a9fb19b361 100644 (file)
@@ -1,3 +1,8 @@
+2018-04-20  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       * g++.dg/ext/undef-bool-1.C: Require lp64.
+       * gcc.target/powerpc/undef-bool-2.c: Likewise.
+
 2018-04-20  Jeff Law  <law@redhat.com>
 
        * gcc.dg/stack-check-5.c: Improve dg-skip-if selector for the
index 096ec818f778d70c5e755d9ec1cb025de6e522da..716e06c1ce413454a1471dd7d242c623f280a745 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile { target { powerpc*-*-* } } } */
 /* { dg-options "-O2 -DNO_WARN_X86_INTRINSICS -mvsx" } */
+/* { dg-require-effective-target lp64 } */
 
 /* Test to ensure that "bool" gets undef'd in xmmintrin.h when
    we require strict ANSI.  */
index 8417813d15bc0a9ae9566b61b42b5ca441f70856..bb8e4260aa0a962daeba83667b9ca0cf932443fe 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -std=c11 -DNO_WARN_X86_INTRINSICS -mvsx" } */
+/* { dg-require-effective-target lp64 } */
 
 /* Test to ensure that "bool" gets undef'd in xmmintrin.h when
    we require strict ANSI.  Subsequent use of bool needs stdbool.h.