X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fcp%2FChangeLog;h=f11ee70f04081dcfe86c75e8e24be4c31ed49b01;hp=6753829fe333a674c5648891b2dae4630e63515d;hb=8a72e7d5378073be6dc7dbf59137861dc3e5881b;hpb=9358725bfb628705d294484aab5d7bf1bdb5f7d7 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6753829fe33..f11ee70f040 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2009-12-03 Dodji Seketeli + + PR c++/42217 + * class.c (remove_zero_width_bit_fields): The width of the bit field is + in DECL_SIZE, not in DECL_INITIAL. + 2009-12-03 Jakub Jelinek PR c++/42256