OSDN Git Service

PR c++/49569
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 42c21fe..e3f9845 100644 (file)
@@ -1,5 +1,14 @@
 2011-06-30  Jason Merrill  <jason@redhat.com>
 
+       PR c++/49569
+       * method.c (implicitly_declare_fn): Set DECL_PARM_LEVEL and
+       DECL_PARM_INDEX on rhs parm.
+
+       * pt.c (iterative_hash_template_arg): Use cp_tree_operand_length.
+
+       PR c++/49355
+       * tree.c (stabilize_init): Handle aggregate initialization.
+
        PR c++/48481
        * name-lookup.c (struct arg_lookup): Add fn_set.
        (add_function): Check it.