diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index b231d0d..e412bc2 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,17 @@ +2020-11-13 Joseph Myers <joseph@codesourcery.com> + + * expr.c (cpp_classify_number): Update diagnostic for binary + constants for C. Also diagnose binary constants for + -Wc11-c2x-compat. + * init.c (lang_defaults): Enable binary constants for GNUC2X and + STDC2X. + +2020-11-13 Piotr H. Dabrowski <phd@phd.re> + + PR c++/91318 + * include/cpplib.h: Added cpp_define_unused(), cpp_define_formatted_unused() + * directives.c: Likewise. + 2020-11-12 Joseph Myers <joseph@codesourcery.com> * include/cpplib.h (struct cpp_callbacks): Add bool argument to |