OSDN Git Service

2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 0bb6cbb..4a1a49a 100644 (file)
@@ -1,28 +1,3 @@
-2010-04-12  Jason Merrill  <jason@redhat.com>
-
-       PR c++/43641
-       * semantics.c (maybe_add_lambda_conv_op): Use build_call_a and tweak
-       return value directly.
-
-       * call.c (type_decays_to): Call cv_unqualified for non-class type.
-
-2010-04-12  Fabien Chene  <fabien.chene@gmail.com>
-
-       PR c++/25811
-       * cp-tree.h (diagnose_uninitialized_cst_or_ref_member): Declare.
-       * init.c (build_new_1): Check for uninitialized const members and
-       uninitialized reference members, when using new without
-       new-initializer. Call diagnose_uninitialized_cst_or_ref_member.
-       (diagnose_uninitialized_cst_or_ref_member): Define, call
-       diagnose_uninitialized_cst_or_ref_member_1.
-       (diagnose_uninitialized_cst_or_ref_member_1): New function.
-
-2010-04-12  Richard Guenther  <rguenther@suse.de>
-
-       PR c++/43611
-       * semantics.c (expand_or_defer_fn_1): Do not keep extern
-       template inline functions.
-
 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
 
        PR c++/28584
 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.