From: Tamar Christina Date: Wed, 28 Oct 2020 19:13:27 +0000 (+0000) Subject: AArch64: Skip test for pr97535 on ILP32 since it can't express the range. X-Git-Tag: releases/gcc-10.3.0~629 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98ba03ffe0b9f37b4916ce6238fad754e00d720b;p=thirdparty%2Fgcc.git AArch64: Skip test for pr97535 on ILP32 since it can't express the range. 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. (cherry picked from commit 3dcd47389b16f48dcf5512b9ebba15af5c0be948) --- diff --git a/gcc/testsuite/gcc.target/aarch64/pr97535.c b/gcc/testsuite/gcc.target/aarch64/pr97535.c index 6f83b3f57141..7d4db485f1fe 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