Commit 67a7278d by Danny Smith Committed by Danny Smith

bf-ms-layout.c: Enable for cygwin and mingw32 targets.

	* 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.

From-SVN: r61180
parent fbadafbc
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.
2003-01-10 Mark Mitchell <mark@codesourcery.com>
PR c++/9099
......
......@@ -3,7 +3,7 @@
posted to GCC-patches
http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html */
/* { dg-do run { target *-*-interix* } } */
/* { 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. */
......
......@@ -5,7 +5,7 @@
posted to GCC-patches
http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html */
/* { dg-do run { target *-*-interix* } } */
/* { dg-do run { target *-*-interix* *-*-mingw* *-*-cygwin* } } */
/* { dg-options "-mms-bitfields -D_TEST_MS_LAYOUT" } */
#include <stddef.h>
......
......@@ -5,7 +5,7 @@
posted to GCC-patches
http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html */
/* { dg-do run { target *-*-interix* } } */
/* { dg-do run { target *-*-interix* *-*-mingw* *-*-cygwin* } } */
/* { dg-options "-mno-ms-bitfields" } */
#include <stddef.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment