diff mbox series

[committed] AArch64 Skip test for pr97535 on ILP32 since it can't express the range.

Message ID patch-13692-tamar@arm.com
State New
Headers show
Series [committed] AArch64 Skip test for pr97535 on ILP32 since it can't express the range. | expand

Commit Message

Tamar Christina Oct. 28, 2020, 7:12 p.m. UTC
Hi All,

I am excluding the test from ILP32 since the goal of the test is to test
truncations of large numbers above INT_MAX.

Regtested on aarch64-none-linux-gnu and no issues.

Committed under the obvious rule.

Thanks,
Tamar

gcc/testsuite/ChangeLog:

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

--
diff mbox series

Patch

diff --git a/gcc/testsuite/gcc.target/aarch64/pr97535.c b/gcc/testsuite/gcc.target/aarch64/pr97535.c
index 6f83b3f571413577180682c18400d913bb13124d..7d4db485f1feaf1d4b379a4ba2daa2715cb8dc22 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr97535.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr97535.c
@@ -1,4 +1,4 @@ 
-/* { dg-do compile } */
+/* { dg-do compile { target { ! ilp32 } } } */
 
 #include <string.h>