+2021-11-06 Jan Hubicka <hubicka@ucw.cz>
+
+ * cgraph.h (cgraph_node::can_be_discarded_p): Do not
+ return true on functions from other partition.
+
+2021-11-06 David Edelsohn <dje.gcc@gmail.com>
+
+ * config/rs6000/vsx.md (vsx_splat_v4si): Change constraints to "wa".
+ (vsx_splat_v4si_di): Change constraint to "wa".
+
+2021-11-06 Aldy Hernandez <aldyh@redhat.com>
+
+ PR tree-optimization/103061
+ * value-relation.cc (path_oracle::path_oracle): Initialize
+ m_killed_defs.
+ (path_oracle::killing_def): Set m_killed_defs.
+ (path_oracle::query_relation): Do not look at the root oracle for
+ killed defs.
+ * value-relation.h (class path_oracle): Add m_killed_defs.
+
+2021-11-06 Aldy Hernandez <aldyh@redhat.com>
+
+ * tree-ssa-threadbackward.c (back_threader::find_paths_to_names):
+ Remove gotos and other cleanups.
+
2021-11-05 Jan Hubicka <hubicka@ucw.cz>
PR ipa/103073
+2021-11-06 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/102715
+ * decl.c (add_init_expr_to_sym): Reject rank mismatch between
+ array and its initializer.
+
2021-11-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/102817
+2021-11-06 Jan Hubicka <hubicka@ucw.cz>
+
+ PR ipa/103070
+ PR ipa/103058
+ * lto-partition.c (must_not_rename): Update comment.
+ (promote_symbol): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
+
2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
PR other/102663
+2021-11-06 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/102715
+ * gfortran.dg/pr68019.f90: Adjust error message.
+ * gfortran.dg/pr102715.f90: New test.
+
+2021-11-06 David Edelsohn <dje.gcc@gmail.com>
+
+ * gcc.dg/vect/tsvc/tsvc.h (init): Use posix_memalign on AIX.
+
2021-11-05 Harald Anlauf <anlauf@gmx.de>
PR fortran/102817