OSDN Git Service

* gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jan 2003 23:56:06 +0000 (23:56 +0000)
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jan 2003 23:56:06 +0000 (23:56 +0000)
* gcc.dg/bf-no-ms-layout.c: Likewise.
  * gcc.dg/bf-ms-attrib.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61180 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/bf-ms-attrib.c
gcc/testsuite/gcc.dg/bf-ms-layout.c
gcc/testsuite/gcc.dg/bf-no-ms-layout.c

index b3efbc2..8016c47 100644 (file)
@@ -1,3 +1,9 @@
+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
index 5633476..7e5fd01 100644 (file)
@@ -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. */
index 575ea2f..c72f975 100644 (file)
@@ -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>
index a14f48d..430b927 100644 (file)
@@ -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>