re PR c++/59349 (ICE on invalid: Segmentation fault toplev.c:336)
authorJason Merrill <jason@redhat.com>
Tue, 24 Dec 2013 04:22:15 +0000 (23:22 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 Dec 2013 04:22:15 +0000 (23:22 -0500)
commit8fc13bad8e7c8f63aae7b0f58fe7e9a02ce11a29
tree918bf18812ef06a8658e6552ec092146b294ddbf
parentfcccec56724fcd070c41acc3a10febf8febe0030
re PR c++/59349 (ICE on invalid: Segmentation fault toplev.c:336)

PR c++/59349
* parser.c (cp_parser_lambda_introducer): Handle empty init.

From-SVN: r206192
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp1y/lambda-init7.C [new file with mode: 0644]