+2021-02-08 Mike Frysinger <vapier@gentoo.org>
+
+ * mklog.py (generated_files): New set.
+ (generate_changelog): Add entries based on generated_files.
+
2021-02-03 Aaron Sawdey <acsawdey@linux.ibm.com>
* gcc_update (files_and_dependencies): Add dependency for
+2021-02-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
+
+ PR middle-end/98974
+ * tree-vect-stmts.c (vectorizable_condition): Remove shadow vec_num
+ parameter in vectorizable_condition.
+
+2021-02-08 Richard Biener <rguenther@suse.de>
+
+ PR lto/96591
+ * tree.c (walk_tree_1): Walk VECTOR_CST elements.
+
+2021-02-08 Martin Liska <mliska@suse.cz>
+
+ PR lto/98971
+ * cfgexpand.c (pass_expand::execute): Parse per-function option
+ flag_patchable_function_entry and use it.
+ * common.opt: Remove function_entry_patch_area_size and
+ function_entry_patch_area_start global variables.
+ * opts.c (parse_and_check_patch_area): New function.
+ (common_handle_option): Use it.
+ * opts.h (parse_and_check_patch_area): New function.
+ * toplev.c (process_options): Parse and use
+ function_entry_patch_area_size.
+
+2021-02-08 Martin Sebor <msebor@redhat.com>
+
+ * doc/extend.texi (attribute malloc): Correct typos.
+
2021-02-05 Nathan Sidwell <nathan@acm.org>
PR driver/98943
+2021-02-08 Nathan Sidwell <nathan@acm.org>
+
+ * decl.c (start_cleanup_fn): Push function into
+ namespace.
+
+2021-02-08 Nathan Sidwell <nathan@acm.org>
+
+ PR c++/98531
+ * cp-tree.h (push_abi_namespace, pop_abi_namespace): Declare.
+ * decl.c (push_abi_namespace, pop_abi_namespace): Moved
+ from rtti.c, add default namespace arg.
+ (check_redeclaration_exception_specification): Allow a lazy
+ builtin's eh spec to differ from an lready-declared user
+ declaration.
+ (declare_global_var): Use push/pop_abi_namespace.
+ (get_atexit_node): Push the fndecl into a namespace.
+ * rtti.c (push_abi_namespace, pop_abi_namespace): Moved to
+ decl.c.
+
+2021-02-08 Marek Polacek <polacek@redhat.com>
+
+ * cp-tree.h (CLASSTYPE_TI_TEMPLATE): Fix typo.
+
2021-02-05 Marek Polacek <polacek@redhat.com>
PR c++/98947
+2021-02-08 Nathan Sidwell <nathan@acm.org>
+
+ * g++.dg/modules/pr98531-2.h: New.
+ * g++.dg/modules/pr98531-2_a.H: New.
+ * g++.dg/modules/pr98531-2_b.C: New.
+ * g++.dg/modules/pr98531-3.h: New.
+ * g++.dg/modules/pr98531-3_a.H: New.
+ * g++.dg/modules/pr98531-3_b.C: New.
+
+2021-02-08 Nathan Sidwell <nathan@acm.org>
+
+ PR c++/98531
+ * g++.dg/modules/pr98531-1.h: New.
+ * g++.dg/modules/pr98531-1_a.H: New.
+ * g++.dg/modules/pr98531-1_b.C: New.
+ * g++.dg/abi/pr98531-1.C: New.
+ * g++.dg/abi/pr98531-2.C: New.
+ * g++.dg/abi/pr98531-3.C: New.
+ * g++.dg/abi/pr98531-4.C: New.
+
+2021-02-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
+
+ PR middle-end/98974
+ * gfortran.dg/pr98974.F90: New test.
+
+2021-02-08 Richard Biener <rguenther@suse.de>
+
+ PR lto/96591
+ * g++.dg/lto/pr96591_0.C: New testcase.
+
2021-02-05 Marek Polacek <polacek@redhat.com>
PR c++/98947