From: jason Date: Fri, 23 Oct 2015 00:52:46 +0000 (+0000) Subject: typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2304db1127ed19d79b63b82edb8f6952c72522e;p=thirdparty%2Fgcc.git typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229211 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e2fd1614744b..2970ec2cd043 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.