[gcc/devel/omp/gcc-9] Restrict gcc.target/i386/spellcheck-options-5.c to Linux targets
Thomas Schwinge
tschwinge@gcc.gnu.org
Tue Mar 3 12:01:00 GMT 2020
https://gcc.gnu.org/g:ad4952c887bdb351e31cffecda4f6c1b8a76ee5f
commit ad4952c887bdb351e31cffecda4f6c1b8a76ee5f
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date: Thu May 2 13:33:02 2019 +0000
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:
---
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 592b2b5..d3d4edd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * gcc.target/i386/spellcheck-options-5.c: Restrict to Linux and
+ GNU targets.
+
2019-04-30 Martin Liska <mliska@suse.cz>
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 4a878ba..61946f6 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 } */
More information about the Gcc-cvs
mailing list