[gcc(refs/vendors/ARM/heads/arm-struct-reorg-wip)] aarch64: disable test on ilp32 [PR94697]
Tamar Christina
tnfchris@gcc.gnu.org
Fri Jul 17 14:47:56 GMT 2020
https://gcc.gnu.org/g:562bfb1f0e64aa6398bdf4baa0a8b205f4b617ab
commit 562bfb1f0e64aa6398bdf4baa0a8b205f4b617ab
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Mon Apr 27 18:07:59 2020 +0100
aarch64: disable test on ilp32 [PR94697]
branch-protection=pac-ret is not supported on ilp32 now and
the test requires it via branch-protection=standard.
committed as obvious.
gcc/testsuite/ChangeLog:
PR target/94697
* gcc.target/aarch64/pr94697.c: Require lp64.
Diff:
---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/pr94697.c | 1 +
2 files changed, 6 insertions(+)
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5a85af479c8..8b23374c591 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-27 Szabolcs Nagy <szabolcs.nagy@arm.com>
+
+ PR target/94697
+ * gcc.target/aarch64/pr94697.c: Require lp64.
+
2020-04-27 Jakub Jelinek <jakub@redhat.com>
PR c/94755
diff --git a/gcc/testsuite/gcc.target/aarch64/pr94697.c b/gcc/testsuite/gcc.target/aarch64/pr94697.c
index e6069d22ece..fcc9ab87f15 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr94697.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr94697.c
@@ -1,4 +1,5 @@
/* { dg-do compile } */
+/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2 -mbranch-protection=standard" } */
/* { dg-final { check-function-bodies "**" "" } } */
More information about the Gcc-cvs
mailing list