]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Nov 2021 00:16:19 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Nov 2021 00:16:19 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/lto/ChangeLog
gcc/testsuite/ChangeLog

index cff950cbdf6279c82a9048cb41669b371a097d5f..6b4a7b43d581cf3c37f8d9d2255adda9528b355a 100644 (file)
@@ -1,3 +1,28 @@
+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
index 6394793959f7cb10c26c43acf6c1224bd11c7832..7b83a62397eb1cdf34ef70b990633ffba678877f 100644 (file)
@@ -1 +1 @@
-20211106
+20211107
index 5efbad7c4a93799d8ec675173e6de9720d21add6..9fbf4f4d9326aa019323fd2c9afeb547f61d8220 100644 (file)
@@ -1,3 +1,9 @@
+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
index 910b876e13531ee49c9d883218ad1cad16699c0b..38350b36ee8f7ea6f932513e553090b2fd19ff2f 100644 (file)
@@ -1,3 +1,10 @@
+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
index 6345023c702e2c5a0aedd4f5295e2e2eee58c1f6..7277a3eac0412e74d03fbf06b7043e03beffa95d 100644 (file)
@@ -1,3 +1,13 @@
+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