Fix latest entry

From-SVN: r225224
This commit is contained in:
Eric Botcazou 2015-07-01 07:39:55 +00:00
parent 88a2d13f6c
commit a64be36b47

View File

@ -1,12 +1,13 @@
2015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
Implement N4197 - Adding u8 character literals
* c-family/c-ada-spec.c (print_ada_macros()): Treat CPP_UTF8CHAR
like CPP_CHAR.
* c-family/c-common.c (c_parse_error()): print CPP_UTF8CHAR
and CPP_UTF8CHAR_USERDEF tokens.
* c-family/c-lex.c (c_lex_with_flags()): Treat CPP_UTF8CHAR_USERDEF
and CPP_UTF8CHAR tokens; (lex_charconst()): Treat CPP_UTF8CHAR token.
* c-family/c-ada-spec.c (print_ada_macros): Treat CPP_UTF8CHAR like
CPP_CHAR.
* c-family/c-common.c (c_parse_error): Print CPP_UTF8CHAR and
CPP_UTF8CHAR_USERDEF tokens.
* c-family/c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF
and CPP_UTF8CHAR tokens.
(lex_charconst): Treat CPP_UTF8CHAR token.
2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>