]> git.ipfire.org Git - thirdparty/gcc.git/commit
class.c (check_bitfield_decl): Remove restriction on really long bitfields.
authorMark Mitchell <mark@codesourcery.com>
Sun, 19 Mar 2000 00:59:51 +0000 (00:59 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 19 Mar 2000 00:59:51 +0000 (00:59 +0000)
commit01955e96133ba8678e25523e1b8eabafc06df7fc
tree512546cebe1ff950e9d991831a3bc0f707811dd5
parent7145ef21d8e9c8a3ebe3198f9222a90e9cd060ec
class.c (check_bitfield_decl): Remove restriction on really long bitfields.

* class.c (check_bitfield_decl): Remove restriction on really long
bitfields.
(layout_class_type): Implement new ABI handling of bitfields
longer than their types.

From-SVN: r32625
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/g++.old-deja/g++.other/bitfld5.C [new file with mode: 0644]