On 07/26/2018 04:52 AM, Martin Liška wrote:
Hello.
Quite simple patch that initializes a boolean value before it's used.
The variable is not initialized when an error recovery happens.
Ready for trunk after testing?
ok, thanks
nathan
--
Nathan Sidwell
Hello.
Quite simple patch that initializes a boolean value before it's used.
The variable is not initialized when an error recovery happens.
Ready for trunk after testing?
Thanks,
Martin
gcc/cp/ChangeLog:
2018-07-26 Martin Liska
PR c++/86653
* parser.c (cp_parser_condition):