From: Doug Gregor Date: Tue, 18 Dec 2007 21:20:17 +0000 (+0000) Subject: Accidentally failed to commit ChangeLog X-Git-Tag: releases/gcc-4.3.0~906 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a15c0b00b02391adb2aabbf63b0caaa94f01b1dc;p=thirdparty%2Fgcc.git Accidentally failed to commit ChangeLog From-SVN: r131042 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 91d8cea79c8d..a3bc0ab96b7f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,18 @@ +2007-12-18 Douglas Gregor + Jakub Jelinek + + PR c++/32565 + PR c++/33943 + PR c++/33965 + * pt.c (template_template_parm_bindings_ok_p): New; verifies + bindings of template template parameters after all template + arguments have been deduced. + (coerce_template_parms): Don't complain when COMPLAIN doesn't + include tf_error. + (fn_type_unification): Use template_template_parm_bindings_ok_p. + (unify): Deal with variadic, bound template template parameters. + (get_class_bindings): Use template_template_parm_bindings_ok_p. + 2007-12-18 Jakub Jelinek PR c++/34488