OSDN Git Service

Fix PR c++/42217
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index edecdaa..f11ee70 100644 (file)
@@ -1,3 +1,20 @@
+2009-12-03  Dodji Seketeli  <dodji@redhat.com>
+
+       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  <jakub@redhat.com>
+
+       PR c++/42256
+       * optimize.c (maybe_clone_body): Call emit_associated_thunks
+       after expand_or_defer_fn_1.
+
+2009-12-02  Taras Glek  <taras@mozilla.com>
+
+       * parser.c (cp_parser_class_specifier): Back out my previous change.
+       * semantics.c (begin_class_definition): Back out my previous change.
+
 2009-12-02  Paolo Bonzini  <bonzini@gnu.org>
            Shujing Zhao  <pearly.zhao@oracle.com>
 
@@ -20,6 +37,7 @@
        * pt.c (tsubst): Likewise.
        * typeck2.c (cp_build_unary_op): Wrap diagnostic into _().
        * rtti.c (build_dynamic_cast_1): Likewise.
+       * Make-lang.in: Adjust.
 
 2009-12-02  Jakub Jelinek  <jakub@redhat.com>