Re: C++ PATCH to lambda printing in diagnostics

2013-04-22 Thread Gabriel Dos Reis
On Mon, Apr 22, 2013 at 3:25 PM, Jason Merrill wrote: > For this testcase, the patch changes output like "f.main()::__lambda0::__x" > to "f.main()". Agreed. > > Tested x86_64-pc-linux-gnu, applying to trunk.

C++ PATCH to lambda printing in diagnostics

2013-04-22 Thread Jason Merrill
For this testcase, the patch changes output like "f.main()::__lambda0::__x" to "f.main()". Tested x86_64-pc-linux-gnu, applying to trunk. commit 22f4e8dfe343bfee35abf9ca0dc884342e343557 Author: Jason Merrill Date: Thu Apr 18 14:22:08 2013 +0100 * error.c (dump_aggr_type): Fix lambda