Re: [C++ PATCH] PR c++/58566

2015-10-12 Thread Jason Merrill
OK. Jason

Re: [C++ PATCH] PR c++/58566

2015-10-11 Thread Ville Voutilainen
On 11 October 2015 at 20:05, Ville Voutilainen wrote: > Tested on Linux-PPC64. > > /cp > 2015-10-11 Ville Voutilainen > > PR c++/58566 > * lambda.c (lambda_return_type): Return error_mark_node > instead of void_type_node for the error cases. > > /testsuite > 2015-10-11 Ville Voutil

[C++ PATCH] PR c++/58566

2015-10-11 Thread Ville Voutilainen
Tested on Linux-PPC64. /cp 2015-10-11 Ville Voutilainen PR c++/58566 * lambda.c (lambda_return_type): Return error_mark_node instead of void_type_node for the error cases. /testsuite 2015-10-11 Ville Voutilainen PR c++/58566 * g++.dg/cpp0x/lambda/lambda-58566.C: New.