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]

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


Jack Howarth <howarth@bromo.med.uc.edu> writes:

> ===================================================================
> --- 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 "" { *-*-darwin* } { "*" } { "" } } */

Please add a comment explaining why this is skipped (that's what the
dg-skip-if comment field is for) and omit the default arguments.

I'll leave the actual approval to a darwin maintainer.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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