Commit 664f5404 by Tamar Christina Committed by Tamar Christina

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
parent 7ac40f3d
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> 2019-03-04 Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/89437 PR tree-optimization/89437
......
/* { dg-do compile { target "aarch64*-*-linux*" } } */ /* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-additional-options "-mcpu=native" } */ /* { dg-additional-options "-mcpu=native" } */
int main () int main ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment