From: tnfchris Date: Mon, 4 Mar 2019 15:48:49 +0000 (+0000) Subject: AArch64: Make test options_set_10.c not run on native. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e11f57d75bcb6241c70bc6f3661be7c487dc377;p=thirdparty%2Fgcc.git 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: git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269366 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index cbcb1a97c574..4ac548385ea5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-03-04 Tamar Christina + + PR target/88530 + * gcc.target/aarch64/options_set_10.c: + 2019-03-04 Wilco Dijkstra PR tree-optimization/89437 diff --git a/gcc/testsuite/gcc.target/aarch64/options_set_10.c b/gcc/testsuite/gcc.target/aarch64/options_set_10.c index 5ffe83c19916..1fc8aa86fd6e 100644 --- a/gcc/testsuite/gcc.target/aarch64/options_set_10.c +++ b/gcc/testsuite/gcc.target/aarch64/options_set_10.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target "aarch64*-*-linux*" } } */ +/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */ /* { dg-additional-options "-mcpu=native" } */ int main ()