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 testsuite]: Correct testcase for LLP64 targets


Hi Kai,

> Index: gcc.c-torture/compile/20010327-1.c
> ===================================================================
> --- gcc.c-torture/compile/20010327-1.c    (Revision 208594)
> +++ gcc.c-torture/compile/20010327-1.c    (Arbeitskopie)
> @@ -1,4 +1,5 @@
>  /* { dg-require-effective-target ptr32plus } */
> +/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { llp64 } } { "*" } { "" } } */

the usual comments apply:

* add a comment/PR reference as the first arg to dg-skip-if explaining
  the skip

* omit the default args { "*" } { "" }

	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]