X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fcp%2FChangeLog;h=c8e80e3744f12395b678d629f7cb4806712d1b65;hb=f7b5ecd97a6bf8ece10b63bf570209bcc699df26;hp=f52697b128f0b908e1e36192fbc5dc671375ff6a;hpb=f349fb24baf3b19478818c4849b7aeeed666ac0d;p=gcc.git diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f52697b128f..c8e80e3744f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,12 @@ 2003-01-02 Mark Mitchell + * parser.c (cp_lexer_next_token_is): Declare it inline. + (cp_lexer_set_source_position_from_token): Likewise. + (cp_lexer_debugging_p): Likewise. + (cp_parser_parsing_tentatively): Likewise. + (cp_parser_nested_name_specifier_opt): Reduce the number of calls + to the cp_lexer_peek_token. + * parser.c (cp_parser_sizeof_operand): Do not evaluate the expression.