Commit a64be36b by Eric Botcazou

Fix latest entry

From-SVN: r225224
parent 88a2d13f
2015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net> 2015-06-30 Edward Smith-Rowland <3dw4rd@verizon.net>
Implement N4197 - Adding u8 character literals Implement N4197 - Adding u8 character literals
* c-family/c-ada-spec.c (print_ada_macros()): Treat CPP_UTF8CHAR * c-family/c-ada-spec.c (print_ada_macros): Treat CPP_UTF8CHAR like
like CPP_CHAR. CPP_CHAR.
* c-family/c-common.c (c_parse_error()): print CPP_UTF8CHAR * c-family/c-common.c (c_parse_error): Print CPP_UTF8CHAR and
and CPP_UTF8CHAR_USERDEF tokens. CPP_UTF8CHAR_USERDEF tokens.
* c-family/c-lex.c (c_lex_with_flags()): Treat CPP_UTF8CHAR_USERDEF * c-family/c-lex.c (c_lex_with_flags): Treat CPP_UTF8CHAR_USERDEF
and CPP_UTF8CHAR tokens; (lex_charconst()): Treat CPP_UTF8CHAR token. and CPP_UTF8CHAR tokens.
(lex_charconst): Treat CPP_UTF8CHAR token.
2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org> 2015-06-29 Manuel López-Ibáñez <manu@gcc.gnu.org>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment