From: Kazu Hirata Date: Sat, 13 Mar 2004 03:01:55 +0000 (+0000) Subject: re PR other/14544 (gcc.c-torture/execute/20040307-1.c fails on 16-bit targets) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58354fa8a14d6262918ea65282f36cd07e0c572f;p=gcc.git re PR other/14544 (gcc.c-torture/execute/20040307-1.c fails on 16-bit targets) PR other/14544 * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit bit-field. From-SVN: r79427 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b3a2819dab7..9481f1dbfdd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-03-12 Kazu Hirata + + PR other/14544 + * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit + bit-field. + 2004-03-12 Ulrich Weigand * gcc.dg/20040305-2.c: Add missing return statement. diff --git a/gcc/testsuite/gcc.c-torture/execute/20040307-1.c b/gcc/testsuite/gcc.c-torture/execute/20040307-1.c index 33cab6c7fea..8ab8008bb99 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20040307-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/20040307-1.c @@ -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 ) {