cgraph.h: Update copyrights;
[gcc.git] / gcc / cp / ChangeLog
index 525ce996d1c8e1de37369503814a6d740adb18f4..a00d7815b61f9ba2bf34bb89af8a822ece26611b 100644 (file)
@@ -1,3 +1,31 @@
+2012-04-14  Jan Hubicka  <jh@suse.cz>
+
+       * tree.c: Update field referenced for new cgraph/varpool layout.
+       * decl2.c: Likewise.
+
+2012-04-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/52824
+       * pt.c (any_pack_expanson_args_p): New.
+       (coerce_template_parms): Use it.
+
+       PR c++/52905
+       * call.c (joust): Handle comparing list and non-list ctors.
+
+       PR c++/52915
+       * decl2.c (finish_anon_union): Use cp_finish_decl.
+       * error.c (dump_function_name): Avoid showing anonymous "name".
+
+2012-04-11  Fabien ChĂȘne  <fabien@gcc.gnu.org>
+
+       PR c++/52465
+       * parser.c (cp_parser_class_name): Call strip_using_decl and
+       return the target decl.
+       * name-lookup.c (strip_using_decl): Returns NULL_TREE if the decl
+       to be stripped is NULL_TREE.
+       (qualify_lookup): Call strip_using_decl and perform some checks on
+       the target decl.
+
 2012-04-11  Jason Merrill  <jason@redhat.com>
 
        PR debug/45088