[Patch to testsuite] Enable -ms-bitfields tests on cygwin32 and mingw

Christopher Faylor cgf@redhat.com
Fri Jan 10 16:50:00 GMT 2003


On Fri, Jan 10, 2003 at 08:33:12PM +1100, Danny Smith wrote:
>Hello
>
>The following patch enables the -mms-bitfields testcases on mingw32 and
>cygwin targets.
>
>OK for trunk?
>
>Or should these tests be enabled for all i?86-*-* targets?

I'd say just cygwin and mingw.  Btw, there is a typo in the comment to
bf-ms-attrib.c.

Since this is cygwin-specific, I think I can approve this so feel free
to check this in after correcting the comment problem below.

cgf

>2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
>
>	* gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
>	* gcc.dg/bf-no-ms-layout.c: Likewise.
> 	* gcc.dg/bf-ms-attrib.c: Likewise.
>
>Index: bf-ms-attrib.c
>===================================================================
>RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/bf-ms-attrib.c,v
>retrieving revision 1.1
>diff -c -3 -p -r1.1 bf-ms-attrib.c
>*** bf-ms-attrib.c	9 Jan 2003 05:23:55 -0000	1.1
>--- bf-ms-attrib.c	10 Jan 2003 08:47:10 -0000
>***************
>*** 3,9 ****
>     posted to GCC-patches
>     http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html */ 
>  
>! /* { dg-do run { target *-*-interix* } } */
>  
>  /* We don't want the default "pedantic-errors" in this case, since we're
>     testing nonstandard stuff to begin with. */
>--- 3,9 ----
>     posted to GCC-patches
>     http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html */ 
>  
>! //* { dg-do run { target *-*-interix* *-*-mingw* *-*-cygwin* } } */
>  
>  /* We don't want the default "pedantic-errors" in this case, since we're
>     testing nonstandard stuff to begin with. */



More information about the Gcc-patches mailing list