From eca1a60b62ffcbe16b7888a35b53ef60a9de942f Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 2 May 2019 13:31:04 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/i386/spellcheck-options-5.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 } */ -- 2.30.2