AArch64: Skip test for pr97535 on ILP32 since it can't express the range.
authorTamar Christina <tamar.christina@arm.com>
Wed, 28 Oct 2020 19:13:27 +0000 (19:13 +0000)
committerTamar Christina <tamar.christina@arm.com>
Wed, 28 Oct 2020 19:13:27 +0000 (19:13 +0000)
I am excluding the test from ILP32 since the goal of the test is to test
truncations of large numbers above INT_MAX.

gcc/testsuite/ChangeLog:

PR target/97535
* gcc.target/aarch64/pr97535.c: Exclude ILP32.

gcc/testsuite/gcc.target/aarch64/pr97535.c

index 6f83b3f571413577180682c18400d913bb13124d..7d4db485f1feaf1d4b379a4ba2daa2715cb8dc22 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target { ! ilp32 } } } */
 
 #include <string.h>