Support dumping type bindings and 'mutable' qualifier in lambda diagnostics.
commita6082de38b410a054ff6a59ac78db6f7d9cc19b5
authorabutcher <abutcher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Aug 2013 20:54:49 +0000 (29 20:54 +0000)
committerabutcher <abutcher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Aug 2013 20:54:49 +0000 (29 20:54 +0000)
treedad90e80542b73506a88f08442049f76ba465753
parentcac1ceba51f1a6e418bf17719753a11cd23aebeb
Support dumping type bindings and 'mutable' qualifier in lambda diagnostics.

* error.c (dump_lambda_function): New function, dependent on ...
(dump_substitution): ... this new function, factored out of ...
(subst_to_string): ... here and ...
(dump_function_decl): ... here.  Updated to early-out with call to
dump_lambda_function after determining template bindings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202087 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/error.c