From: Christophe Lyon Date: Thu, 22 Apr 2021 12:43:25 +0000 (+0000) Subject: testsuite/aarch64: Run pr99988.c test under lp64 only X-Git-Tag: basepoints/gcc-13~8255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44d8ed6b4e6fb2d0cf7566214e2e8281dd44cf0;p=thirdparty%2Fgcc.git testsuite/aarch64: Run pr99988.c test under lp64 only The new test fails with -mabi=ilp32: sorry, unimplemented: return address signing is only supported for '-mabi=lp64' 2021-04-22 Christophe Lyon gcc/testsuite/ PR target/99988 * gcc.target/aarch64/pr99988.c: Skip if not lp64 target. --- diff --git a/gcc/testsuite/gcc.target/aarch64/pr99988.c b/gcc/testsuite/gcc.target/aarch64/pr99988.c index 2d87f41a7174..7cca49629446 100644 --- a/gcc/testsuite/gcc.target/aarch64/pr99988.c +++ b/gcc/testsuite/gcc.target/aarch64/pr99988.c @@ -1,4 +1,4 @@ -/* { dg-do compile } */ +/* { dg-do compile { target lp64 } } */ /* { dg-options "-O2 -mbranch-protection=standard" } */ /* { dg-final { scan-assembler-times {bti j} 13 } } */ int a;