diff options
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 8ec815d..329f5e0 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2013-04-24 Paolo Carlini <paolo.carlini@oracle.com> + + * include/cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y. + * init.c (lang_defaults): Add defaults for the latter. + (cpp_init_builtins): Define __cplusplus as 201300L for the latter. + * lex.c (_cpp_lex_direct): Update. + 2013-04-03 Sebastian Huber <sebastian.huber@embedded-brains.de> PR target/56771 @@ -46,7 +53,7 @@ 2013-02-13 Ed Smith-Rowland <3dw4rd@verizon.net> PR c++/55582 - * libcpp/lex.c (lex_raw_string): Allow string literal with suffix + * lex.c (lex_raw_string): Allow string literal with suffix beginning with 's' to be parsed as a C++11 user-defined literal. 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com> |