This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Skip gcc.target/i386/pr25993.c on MinGW


gcc.target/i386/pr25993.c is skipped on Darwin because it contains
assembly code that is invalid there.  It's also invalid on MinGW, so
this patch adds *-*-mingw* to the list of targets on which to skip
this test.  OK to commit?

2008-02-25  Joseph Myers  <joseph@codesourcery.com>

	* gcc.target/i386/pr25993.c: Skip on *-*-mingw*.

Index: gcc.target/i386/pr25993.c
===================================================================
--- gcc.target/i386/pr25993.c	(revision 132660)
+++ gcc.target/i386/pr25993.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do assemble } */
-/* { dg-skip-if "" { "*-*-darwin*" } { "*" } { "" } } */
+/* { dg-skip-if "" { "*-*-darwin*" "*-*-mingw*" } { "*" } { "" } } */
 /* { dg-options "-std=c99 -x assembler-with-cpp" } */
 
 #ifndef __ASSEMBLER__

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]