aarch64: disable test on ilp32 [PR94697]
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 27 Apr 2020 17:07:59 +0000 (18:07 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 27 Apr 2020 17:17:44 +0000 (18:17 +0100)
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.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/pr94697.c

index 5a85af4..8b23374 100644 (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
index e6069d2..fcc9ab8 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target lp64 } */
 /* { dg-options "-O2 -mbranch-protection=standard" } */
 /* { dg-final { check-function-bodies "**" "" } } */