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][Revised] 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 "No support for -masm=intel" { *-*-darwin* } { "*" } { "" } } */

You still explicitly list the default include-opts and exclude-opts for
dg-skip-if.  Please leave them off completely.

Thanks.
        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]