mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:50:33 +08:00
re PR c++/41553 (timeout when compiling g++.old-deja/g++.other/crash28.C)
PR c++/41553 * parser.c (cp_parser_lambda_introducer): Avoid infinite loop on parse error. From-SVN: r152433
This commit is contained in:
parent
0d6bfda807
commit
b06e51a0c9
@ -1,3 +1,9 @@
|
||||
2009-10-03 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/41553
|
||||
* parser.c (cp_parser_lambda_introducer): Avoid infinite loop on
|
||||
parse error.
|
||||
|
||||
2009-10-02 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* mangle.c (write_unnamed_type_name): Implement.
|
||||
|
@ -7176,7 +7176,7 @@ cp_parser_lambda_introducer (cp_parser* parser, tree lambda_expr)
|
||||
/*recovering=*/true,
|
||||
/*or_comma=*/true,
|
||||
/*consume_paren=*/true);
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
|
||||
/* Find the initializer for this capture. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user