From: Rainer Orth Date: Thu, 2 May 2019 13:31:04 +0000 (+0000) Subject: Restrict gcc.target/i386/spellcheck-options-5.c to Linux targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eca1a60b62ffcbe16b7888a35b53ef60a9de942f;p=gcc.git Restrict gcc.target/i386/spellcheck-options-5.c to Linux targets * gcc.target/i386/spellcheck-options-5.c: Restrict to Linux and GNU targets. From-SVN: r270795 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 37edbeada5a..26de08443f3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-05-02 Rainer Orth + + * gcc.target/i386/spellcheck-options-5.c: Restrict to Linux and + GNU targets. + 2019-05-02 Alejandro Martinez * gcc.target/aarch64/sve/dot_1.c: New test for dot product. diff --git a/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c b/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c index 4a878ba2da0..61946f6543c 100644 --- a/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c +++ b/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c @@ -1,5 +1,5 @@ /* PR middle-end/90258. */ -/* { dg-do compile } */ +/* { dg-do compile { target *-*-linux* *-*-gnu* } } */ /* { dg-options "-mandroidX" } */ /* { dg-error "unrecognized command line option '-mandroidX'; did you mean '-mandroid'" "" { target *-*-* } 0 } */