2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 20:42:10 +08:00

AArch64: Make test options_set_10.c not run on native.

The test options_set_10.c shouldn't run when cross compiled.
In addition to gating it on linux I'm also gating it on native now.

gcc/testsuite/ChangeLog:

	PR target/88530
	* gcc.target/aarch64/options_set_10.c:

From-SVN: r269366
This commit is contained in:
Tamar Christina 2019-03-04 15:48:49 +00:00 committed by Tamar Christina
parent 7ac40f3d27
commit 664f54041e
2 changed files with 6 additions and 1 deletions
gcc/testsuite
ChangeLog
gcc.target/aarch64

@ -1,3 +1,8 @@
2019-03-04 Tamar Christina <tamar.christina@arm.com>
PR target/88530
* gcc.target/aarch64/options_set_10.c:
2019-03-04 Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/89437

@ -1,4 +1,4 @@
/* { dg-do compile { target "aarch64*-*-linux*" } } */
/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-additional-options "-mcpu=native" } */
int main ()