mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 02:50:27 +08:00
aarch64: disable tests on ilp32 [PR94514]
branch-protection=pac-ret is only supported with lp64 abi. gcc/testsuite/ChangeLog: PR target/94514 * g++.target/aarch64/pr94514.C: Require lp64. * gcc.target/aarch64/pr94514.c: Likewise.
This commit is contained in:
parent
239cfd92e9
commit
744b3e4478
@ -1,3 +1,9 @@
|
||||
2020-04-23 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
||||
|
||||
PR target/94514
|
||||
* g++.target/aarch64/pr94514.C: Require lp64.
|
||||
* gcc.target/aarch64/pr94514.c: Likewise.
|
||||
|
||||
2020-04-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/94707
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* PR target/94514. Unwind across mixed pac-ret and non-pac-ret frames. */
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target lp64 } */
|
||||
|
||||
__attribute__((noinline, target("branch-protection=pac-ret")))
|
||||
static void do_throw (void)
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* PR target/94514. Unwind across mixed pac-ret and non-pac-ret frames. */
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target lp64 } */
|
||||
/* { dg-options "-fexceptions -O2" } */
|
||||
|
||||
#include <unwind.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user