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:
Szabolcs Nagy 2020-04-27 18:07:59 +01:00
parent 53e65d80dd
commit 562bfb1f0e
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2 -mbranch-protection=standard" } */
/* { dg-final { check-function-bodies "**" "" } } */