Support dumping type bindings and 'mutable' qualifier in lambda diagnostics.
authorAdam Butcher <adam@jessamine.co.uk>
Thu, 29 Aug 2013 20:54:49 +0000 (21:54 +0100)
committerAdam Butcher <abutcher@gcc.gnu.org>
Thu, 29 Aug 2013 20:54:49 +0000 (21:54 +0100)
commit753c498921726cece24fa1e56402f9a8e8034b28
treedad90e80542b73506a88f08442049f76ba465753
parent440a50821263f118d1b7c424e5506670a67a6e6b
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.

From-SVN: r202087
gcc/cp/ChangeLog
gcc/cp/error.c