OSDN Git Service

* class.c (layout_class_type): Correct handling for overlong
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Apr 2003 19:28:46 +0000 (19:28 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Apr 2003 19:28:46 +0000 (19:28 +0000)
commitc155550d0ac1c6491fdc0ebfdc975c45543b0f05
tree7ab4edc89ca09cb672ff6d033db3d5d16b50ed13
parent84630bf9afa0e4ccbfebce9f86f0c6660c7d8ebe
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65432 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/bitfield10.C [new file with mode: 0644]