From 88ce3d5fbb948cc600800b15f4ca774a0ce8e7a7 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Mon, 2 Nov 2020 20:53:00 +0000 Subject: Daily bump. --- libcpp/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libcpp') diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 61bfe81..ed2c541 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,19 @@ +2020-11-02 Nathan Sidwell + + * internal.h (_cpp_notify_macro_use): Add location parm. + (_cpp_maybe_notify_macro_use): Likewise. + * directives.c (_cpp_do_file_change): Check we've not changed file + when optimizing a rewind. + (do_ifdef): Pass location to _cpp_maybe_notify_macro_use. + (do_ifndef): Likewise. Delete obsolete comment about powerpc. + * expr.c (parse_defined): Pass location to + _cpp_maybe_notify_macro_use. + * macro.c (enter_macro_context): Likewise. + (warn_of_redefinition): Break out helper function. Call it. + (compare_macros): New function broken out of warn_of_redefinition. + (_cpp_new_macro): Zero all fields. + (_cpp_notify_macro_use): Add location parameter. + 2020-10-20 Nathan Sidwell * lex.c (_cpp_lex_direct): Do not complete EOF processing when -- cgit v1.1