Daily bump.

This commit is contained in:
GCC Administrator 2021-11-07 00:16:19 +00:00
parent 6078eb7452
commit 9defce6228
5 changed files with 49 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20211106
20211107

View 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

View 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

View 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