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.
This commit is contained in:
parent
53e65d80dd
commit
562bfb1f0e
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target lp64 } */
|
||||
/* { dg-options "-O2 -mbranch-protection=standard" } */
|
||||
/* { dg-final { check-function-bodies "**" "" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue