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]: Fixes in gcc.dg for mingw-targets


Hi Kai,

> Index: gcc.dg/torture/pr53922.c
> ===================================================================
> --- gcc.dg/torture/pr53922.c	(Revision 196507)
> +++ gcc.dg/torture/pr53922.c	(Arbeitskopie)
> @@ -1,5 +1,6 @@
>  /* { dg-do run } */
>  /* { dg-require-weak "" } */
> +/* { dg-skip-if "No undefined" { *-*-mingw* } { "*" } { "" } } */

again: no unnecessary { "*" } { "" } default.

> Index: gcc.dg/weak/weak-1.c
> ===================================================================
> --- gcc.dg/weak/weak-1.c	(Revision 196507)
> +++ gcc.dg/weak/weak-1.c	(Arbeitskopie)
> @@ -1,6 +1,7 @@
>  /* { dg-do compile } */
>  /* { dg-require-weak "" } */
>  /* { dg-options "-fno-common" } */
> +/* { dg-skip-if "" { *-*-mingw* } { "*" } { "" } } */

Same here, and explain why the test is skipped.  Several more instances
in other test.

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]