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]

[PATCH][Revised] skip gcc.target/i386/asm-dialect-1.c on darwin


   Currently the new gcc.target/i386/asm-dialect-1.c testcase is failing on
darwin due the absence of support for -masm=intel on that target. The attached
patch skips this test on darwin. Tested on x86_64-apple-darwin12...

http://gcc.gnu.org/ml/gcc-testresults/2012-08/msg02042.html

Okay for gcc trunk?
              Jack


2012-08-24  Jack Howarth  <howarth@bromo.med.uc.edu>

	PR target/54255 
	* gcc.target/i386/asm-dialect-1.c: Skip on darwin.

Index: gcc/testsuite/gcc.target/i386/asm-dialect-1.c
warth@bromo ~]$ vi 

===================================================================
--- gcc/testsuite/gcc.target/i386/asm-dialect-1.c	(revision 190647)
+++ gcc/testsuite/gcc.target/i386/asm-dialect-1.c	(working copy)
@@ -1,4 +1,5 @@
 /* { dg-options "-masm=intel" } */
+/* { dg-skip-if "No support for -masm=intel" { *-*-darwin* } { "*" } { "" } } */
 
 extern void abort (void);
 


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