]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/varasm.c
c-typeck.c (check_init_type_bitfields): Use nonincremental initialization of unions...
authorVladimir N. Makarov <vmakarov@cygnus.com>
Mon, 8 Feb 1999 16:00:46 +0000 (16:00 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Mon, 8 Feb 1999 16:00:46 +0000 (16:00 +0000)
commit43f7bed5382117d1ad0c0cd11e572697e18fe19d
tree60dfefde34e222d8b7627ad7d2847648aa63f309
parentef5ae176719e04e4f54bc95cde9447e52af62906
c-typeck.c (check_init_type_bitfields): Use nonincremental initialization of unions whose first member is a bitfield.

Mon Feb  9 18:57:45 1999  Vladimir N. Makarov  <vmakarov@cygnus.com>
* c-typeck.c (check_init_type_bitfields): Use nonincremental
initialization of unions whose first member is a bitfield.
        Remove unnecessary code for checking the declaration mode
        after DECL_C_BIT_FIELD.
* varasm.c (output_constructor): Additional comment about the
  constructor of bitfield union initialization.

From-SVN: r25093
gcc/ChangeLog
gcc/c-typeck.c
gcc/varasm.c