Fix up ChangeLog entry function name.
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 16 Dec 2013 17:55:13 +0000 (18:55 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 16 Dec 2013 17:55:13 +0000 (18:55 +0100)
From-SVN: r206020

gcc/cp/ChangeLog

index 59c1d53..0328131 100644 (file)
@@ -6,7 +6,8 @@
 2013-12-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/58627
-       * call.c (add_template_candidate_real): Don't call ggc_free on targs.
+       * call.c (resolve_address_of_overloaded_function): Don't call ggc_free
+       on targs.
 
 2013-12-11  Balaji V. Iyer  <balaji.v.iyer@intel.com>