summaryrefslogtreecommitdiffstats
path: root/0013-skip-test-for-cygwin-mingw.patch
diff options
context:
space:
mode:
Diffstat (limited to '0013-skip-test-for-cygwin-mingw.patch')
-rw-r--r--0013-skip-test-for-cygwin-mingw.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/0013-skip-test-for-cygwin-mingw.patch b/0013-skip-test-for-cygwin-mingw.patch
new file mode 100644
index 0000000..6c6968c
--- /dev/null
+++ b/0013-skip-test-for-cygwin-mingw.patch
@@ -0,0 +1,23 @@
+From fb545617895ad517f57367b5b0366b066c28dc3b Mon Sep 17 00:00:00 2001
+From: Jonathan Yong <10walls@gmail.com>
+Date: Sat, 28 Jun 2014 09:54:57 +0800
+Subject: [PATCH 13/21] skip test for cygwin/mingw
+
+---
+ gcc/testsuite/gcc.target/i386/pr25993.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gcc/testsuite/gcc.target/i386/pr25993.c b/gcc/testsuite/gcc.target/i386/pr25993.c
+index b079e25..c30eaf5 100644
+--- a/gcc/testsuite/gcc.target/i386/pr25993.c
++++ b/gcc/testsuite/gcc.target/i386/pr25993.c
+@@ -1,5 +1,5 @@
+ /* { dg-do assemble } */
+-/* { dg-skip-if "" { "*-*-darwin*" "*-*-mingw*" } { "*" } { "" } } */
++/* { dg-skip-if "" { "*-*-darwin*" "*-*-mingw*" "*-*-cygwin*" } { "*" } { "" } } */
+ /* { dg-options "-std=c99 -x assembler-with-cpp" } */
+
+ #ifndef __ASSEMBLER__
+--
+2.4.5
+