Re: [C++ Patch] PR 49838

2011-07-25 Thread Jason Merrill
Ok.

[C++ Patch] PR 49838

2011-07-25 Thread Paolo Carlini
Hi, I have this patchlet for an ICE after error on invalid. Is it OK? Tested x86_64-linux. Paolo. /cp 2011-07-25 Paolo Carlini PR c++/49838 * parser.c (cp_parser_perform_range_for_lookup): Early return if error_operand_p (range). /testsuite