From: Eric Botcazou Date: Wed, 1 Jul 2015 07:39:55 +0000 (+0000) Subject: Fix latest entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a64be36b477db8ab8a10b13c2d18ede5b7f08738;p=gcc.git Fix latest entry From-SVN: r225224 --- diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 66ae6a8ab45..27ae6064d22 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -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