fix gcc/cp/ChangeLog formatting
[gcc.git] / gcc / cp / ChangeLog
index 2e6fd96afd319b529e2801993a035a9007b4bf7e..43094b38c8cce04eb51c3ccf25b03034cf099e25 100644 (file)
@@ -1,3 +1,17 @@
+2014-04-01  Jason Merrill  <jason@redhat.com>
+
+       * pt.c (process_partial_specialization): Say "not deducible"
+       rather than "not used".  Use inform.
+
+       PR c++/60374
+       * pt.c (coerce_template_parms): Check that the pack expansion
+       pattern works with the first matching parameter.
+
+2014-04-01  Fabien ChĂȘne  <fabien@gcc.gnu.org>
+
+       * init.c (perform_member_init): Homogenize uninitialized
+       diagnostics.
+
 2014-04-01  Jason Merrill  <jason@redhat.com>
 
        PR c++/60708
@@ -16,7 +30,7 @@
        * tree.c (handle_abi_tag_attribute): Ignore abi_tag on template
        instantiations and specializations.
 
-2014-03-31  Patrick Palka  patrick@parcs.ath.cx
+2014-03-31  Patrick Palka  <patrick@parcs.ath.cx>
 
        PR c++/44859
        * typeck.c (maybe_warn_about_returning_address_of_local): Unwrap
@@ -44,9 +58,9 @@
 2014-03-26  Fabien ChĂȘne  <fabien@gcc.gnu.org>
 
        PR c++/52369
-       * cp/method.c (walk_field_subobs): improve the diagnostic
+       * cp/method.c (walk_field_subobs): Improve the diagnostic
        locations for both REFERENCE_TYPEs and non-static const members.
-       * cp/init.c (diagnose_uninitialized_cst_or_ref_member): use %q#D
+       * cp/init.c (diagnose_uninitialized_cst_or_ref_member): Use %q#D
        instead of %qD to be consistent with the c++11 diagnostic.
 
 2014-03-25  Jason Merrill  <jason@redhat.com>