2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-26 07:40:26 +08:00

aarch64: Skip whilele_1.C test for ILP32

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.
This commit is contained in:
Richard Sandiford 2020-01-21 10:41:04 +00:00
parent b02fbed15a
commit 0ed442a40f
2 changed files with 5 additions and 1 deletions
gcc/testsuite
ChangeLog
g++.target/aarch64/sve/acle/general-c++

@ -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

@ -1,4 +1,4 @@
// { dg-do compile }
// { dg-do compile { target { ! ilp32 } } }
#include <arm_sve.h>