diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-02-04 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-02-04 00:16:32 +0000 |
commit | 9faaa80776a3dd602b47555bc001ca9a6ac6b784 (patch) | |
tree | b47d660cfd48bb1336bfe318c7454d064d630b16 /libcpp | |
parent | ac16f4327fef5dfc288409371a61649253353ef7 (diff) | |
download | gcc-9faaa80776a3dd602b47555bc001ca9a6ac6b784.tar.gz |
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 99d55931266..36f9aa23fa8 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,21 @@ +2021-02-03 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/98882 + * lex.c (cpp_directive_only_process): Don't assert that rlimit[-1] + is a newline, instead assert that rlimit[0] is either newline or + carriage return. When seeing '\\' followed by '\r', check limit + before accessing pos[1]. + +2021-02-03 Ed Smith-Rowland <3dw4rd@verizon.net> + + * expr.c (interpret_int_suffix): Detect 'z' integer suffix. + (cpp_classify_number): Compat warning for use of 'z' suffix. + * include/cpplib.h (struct cpp_options): New flag. + (enum cpp_warning_reason): New flag. + (CPP_N_USERDEF): Comment C++0x -> C++11. + (CPP_N_SIZE_T): New flag for cpp_classify_number. + * init.c (cpp_set_lang): Initialize new flag. + 2021-01-27 liuhongt <hongtao.liu@intel.com> PR target/98833 |