class.c (layout_class_type): Correct handling for overlong bit-fields whose width...
authorMark Mitchell <mark@codesourcery.com>
Thu, 10 Apr 2003 19:28:46 +0000 (19:28 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 10 Apr 2003 19:28:46 +0000 (19:28 +0000)
commit1e099144a514d5b6211f5537471b6390f7771627
tree7ab4edc89ca09cb672ff6d033db3d5d16b50ed13
parent021bad8e4fc613ba2b5e0f04597386704cf71728
class.c (layout_class_type): Correct handling for overlong bit-fields whose width is the same as an integer type.

* class.c (layout_class_type): Correct handling for overlong
bit-fields whose width is the same as an integer type.

* g++.dg/abi/bitfield10.C: New test.

From-SVN: r65432
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/bitfield10.C [new file with mode: 0644]