public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-58] testsuite/aarch64: Run pr99988.c test under lp64 only
@ 2021-04-22 12:46 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-04-22 12:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d44d8ed6b4e6fb2d0cf7566214e2e8281dd44cf0

commit r12-58-gd44d8ed6b4e6fb2d0cf7566214e2e8281dd44cf0
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Thu Apr 22 12:43:25 2021 +0000

    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  <christophe.lyon@linaro.org>
    
            gcc/testsuite/
            PR target/99988
            * gcc.target/aarch64/pr99988.c: Skip if not lp64 target.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/pr99988.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/pr99988.c b/gcc/testsuite/gcc.target/aarch64/pr99988.c
index 2d87f41a717..7cca4962944 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-22 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 12:46 [gcc r12-58] testsuite/aarch64: Run pr99988.c test under lp64 only Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).