re PR other/14544 (gcc.c-torture/execute/20040307-1.c fails on 16-bit targets)
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 13 Mar 2004 03:01:55 +0000 (03:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 13 Mar 2004 03:01:55 +0000 (03:01 +0000)
PR other/14544
* gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
bit-field.

From-SVN: r79427

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20040307-1.c

index b3a2819dab72909a22728a0503e08c9a31fcf696..9481f1dbfdd51723f1f0c24bdd15d104f69f3cef 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       PR other/14544
+       * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
+       bit-field.
+
 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * gcc.dg/20040305-2.c: Add missing return statement.
index 33cab6c7feae17043ecb2ac30d96a22575261ce4..8ab8008bb994af89ce6961940b8a215c54186e31 100644 (file)
@@ -11,7 +11,6 @@ int main()
     unsigned int bit5:1;
     unsigned int bit6:1;
     unsigned int bit7:1;
-    unsigned int ubyte:24;
   } sdata = {0x01};
 
   while ( sdata.bit0-- > 0 ) {