aarch64: Skip whilele_1.C test for ILP32
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 21 Jan 2020 10:41:04 +0000 (10:41 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 23 Jan 2020 09:39:13 +0000 (09:39 +0000)
The definitions of the integer types for ILP32 newlib make the
resolution of some of the bool-related tests ambiguous.

2020-01-23  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
* g++.target/aarch64/sve/acle/general-c++/whilele_1.C: Skip for ILP32.

gcc/testsuite/ChangeLog
gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/whilele_1.C

index 6c553eb43843acb40d6ee28d26006449e7133969..d23b3d1fb261b9c7cca7b054823ebdce2ec94c64 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-23  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * g++.target/aarch64/sve/acle/general-c++/whilele_1.C: Skip for ILP32.
+
 2020-01-23  Richard Sandiford  <richard.sandiford@arm.com>
 
        * gcc.target/aarch64/sve/acle/asm/ld1_f16.c: Skip check-function-bodies
index 9571e668b815cf3fec6c6f29651ae805316b29d6..31b054255c8316114c8272ff1948562ab4e718c7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target { ! ilp32 } } }
 
 #include <arm_sve.h>