Re: Generic lambda and implicit function template commits reverted

2013-09-15 Thread Jason Merrill
Looks good. Jason

Re: Generic lambda and implicit function template commits reverted

2013-09-15 Thread Adam Butcher
On 15.09.2013 15:45, Jason Merrill wrote: On 09/15/2013 06:22 AM, Adam Butcher wrote: [PATCH 1/5] Fix uninitialized variables causing breakage with -Werror. [PATCH 2/5] Don't accept 'auto' as the 'type' of a template parameter. OK. I've also added a case for rejecting 'auto' in a catch par

Re: Generic lambda and implicit function template commits reverted

2013-09-15 Thread Jason Merrill
On 09/15/2013 06:22 AM, Adam Butcher wrote: [PATCH 1/5] Fix uninitialized variables causing breakage with -Werror. [PATCH 2/5] Don't accept 'auto' as the 'type' of a template parameter. OK. [PATCH 3/5] Fix location diagnostics by returning to the deprecated 'input_location' global; m

Re: Generic lambda and implicit function template commits reverted

2013-09-15 Thread Adam Butcher
Hi Jason, Could you cast your eyes over these changes please? I intend to roll them up into the appropriate patches. I will make sure I bootstrap and "before-and-after" the g++.dg testsuite before pushing next time! [PATCH 1/5] Fix uninitialized variables causing breakage with -Werror. Not