diff options
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 518dbdc..38f7d7c 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2021-08-12 Jakub Jelinek <jakub@redhat.com> + + PR preprocessor/101638 + * macro.c (cpp_sys_macro_p): Return true instead of + crashing on builtin macros. + 2021-08-05 Jakub Jelinek <jakub@redhat.com> PR c++/100977 |