OSDN Git Service

PR c++/43621
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 6af8a20..323fcd9 100644 (file)
@@ -1,29 +1,5 @@
-2010-04-07  Dodji Seketeli  <dodji@redhat.com>
-
-       PR c++/40239
-       * typeck2.c (process_init_constructor_record):
-       value-initialize members that are are not explicitely
-       initialized.
-
-2010-04-07  Jie Zhang  <jie@codesourcery.com>
-
-       PR c++/42556
-       * typeck2.c (split_nonconstant_init_1): Drop empty CONSTRUCTOR
-       when all of its elements are non-constant and have been split out.
-
-2010-04-06  Taras Glek  <taras@mozilla.com>
-           Jason Merrill  <jason@redhat.com>
-
-       * parser.c (cp_parser_class_specifier): Set class location to that
-       of IDENTIFIER_NODE instead of '{' when possible.
-       * semantics.c (begin_class_definition): Do not overide locations
-       with less precise ones.
-
 2010-04-06  Jason Merrill  <jason@redhat.com>
 
-       PR c++/43648
-       * name-lookup.c (constructor_name_p): Allow X::~X even for typedefs.
-
        PR c++/43621
        * pt.c (maybe_update_decl_type): Check the return value from
        push_scope.
 2010-03-03  Jason Merrill  <jason@redhat.com>
 
        PR c++/12909
+       * mangle.c (mangle_decl): Handle VAR_DECL, too.
+
+2010-03-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/12909
        * mangle.c: Include cgraph.h.
        (mangle_decl): If the mangled name will change in a later
        ABI version, make the later mangled name an alias.