This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++ Patch] Add default arguments to cp_parser_assignment_expression and cp_parser_constant_expression


Hi,

On 08/19/2014 02:18 PM, Paolo Carlini wrote:
Hi,

two more functions. Tested x86_64-linux.
I'm pinging this.

    https://gcc.gnu.org/ml/gcc-patches/2014-08/msg01853.html

Frankly, the cp_parser_constant_expression bits seem rather straightforward to me. As regards the cp_parser_assignment_expression bits, I realize that it's debatable whether moving the cp_id_kind * parameter before the bool parameters is really an improvement from say the readibility point of view, but I did that already for cp_parser_expression, in case we should revert the latter change, for consistency.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]