r267818 - in /trunk/gcc/testsuite: ChangeLog gc...
sudi@gcc.gnu.org
sudi@gcc.gnu.org
Thu Jan 10 17:29:00 GMT 2019
Author: sudi
Date: Thu Jan 10 17:29:54 2019
New Revision: 267818
URL: https://gcc.gnu.org/viewcvs?rev=267818&root=gcc&view=rev
Log:
[Committed, AArch64] Disable tests for ilp32.
Currently Return Address Signing is only supported in lp64. Thus the
tests that I added recently (that enables return address signing by the
mbranch-protection=standard option), should also be exempted from testing in
ilp32. This patch adds the needed dg-require-effective-target directive in the
tests.
*** gcc/testsuite/ChangeLog ***
2019-01-10 Sudakshina Das <sudi.das@arm.com>
* gcc.target/aarch64/bti-1.c: Exempt for ilp32.
* gcc.target/aarch64/bti-2.c: Likewise.
* gcc.target/aarch64/bti-3.c: Likewise.
Committed as obvious.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.target/aarch64/bti-1.c
trunk/gcc/testsuite/gcc.target/aarch64/bti-2.c
trunk/gcc/testsuite/gcc.target/aarch64/bti-3.c
More information about the Gcc-cvs
mailing list