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