From: Rainer Orth Date: Thu, 2 May 2019 13:33:02 +0000 (+0000) Subject: Restrict gcc.target/i386/spellcheck-options-5.c to Linux targets X-Git-Tag: releases/gcc-9.1.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad4952c887bdb351e31cffecda4f6c1b8a76ee5f;p=thirdparty%2Fgcc.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: r270796 --- 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 } */