http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54947



--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-07 
12:24:46 UTC ---

I think it is unambiguous, as for designated initializer there needs to be =

after ], while for lambda {, right?

The thing with tentative parsing is that no diagnostics is emitted during it

(or shouldn't), so you might sometimes do tentative parsing of both

possibilities and

if neither works, choose one somehow and parse definitely that way to get

diagnostics.

Reply via email to