Re: [C++ Patch] PR 59120

2014-04-20 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 59120

2014-04-17 Thread Paolo Carlini
Hi, we can fix this crash during error recovery very easily, by grouping together the two conditions leading to skip & early return, in complete analogy with the single-declaration case (note that we explicitly commit to tentative parse at the beginning of the function, thus we are good). Tes