From: Jason Merrill Date: Fri, 23 Oct 2015 00:52:46 +0000 (-0400) Subject: typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ae06525e85680e2020fe7e471fddf4a53986651;p=gcc.git typo From-SVN: r229211 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e2fd1614744..2970ec2cd04 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -2,7 +2,7 @@ * call.c (add_template_conv_candidate): Pass DEDUCE_CALL. (add_template_candidate_real): Handle it. - (fn_type_unification): Handle it. + * pt.c (fn_type_unification): Handle it. * call.c (add_conv_candidate): Remove first_arg parm. (add_template_conv_candidate): Likewise.