From ad4952c887bdb351e31cffecda4f6c1b8a76ee5f Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Thu, 2 May 2019 13:33:02 +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: r270796 --- 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 592b2b5f6fa1..d3d4edd10e03 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-04-30 Martin Liska Backport from mainline diff --git a/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c b/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c index 4a878ba2da07..61946f6543cb 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.47.2