Re: [C++ Patch] Add default arguments to cp_parser_unary_expression
OK. Jason
Re: [C++ Patch] Add default arguments to cp_parser_unary_expression
... the patch. Paolo. // 2014-10-21 Paolo Carlini * parser.c (cp_parser_unary_expression): Add default arguments. (cp_parser_cast_expression, cp_parser_sizeof_operand, cp_parser_omp_atomic): Adjust. Index: parser.c =
[C++ Patch] Add default arguments to cp_parser_unary_expression
Hi, another patchlet along the lines of the other I proposed over the last weeks: this one should be really uncontroversial, because turns out that in all but one case we are passing all NULL / false arguments. Tested x86_64-linux. Thanks, Paolo. /