Daily bump.

This commit is contained in:
GCC Administrator 2020-09-28 00:16:21 +00:00
parent e24817aa7a
commit 4383c595ce
9 changed files with 74 additions and 1 deletions

View File

@ -1,3 +1,27 @@
2020-09-27 Jan Hubicka <jh@suse.cz>
* ipa-modref.c (modref_summary::useful_p): Fix testing of stores.
2020-09-27 Jakub Jelinek <jakub@redhat.com>
PR middle-end/97073
* optabs.c (expand_binop, expand_absneg_bit, expand_unop,
expand_copysign_bit): Check reg_overlap_mentioned_p between target
and operand(s) and if it returns true, force a pseudo as target.
2020-09-27 Xionghu Luo <luoxhu@linux.ibm.com>
* gimple-isel.cc (gimple_expand_vec_set_expr): New function.
(gimple_expand_vec_cond_exprs): Rename to ...
(gimple_expand_vec_exprs): ... this and call
gimple_expand_vec_set_expr.
* internal-fn.c (vec_set_direct): New define.
(expand_vec_set_optab_fn): New function.
(direct_vec_set_optab_supported_p): New define.
* internal-fn.def (VEC_SET): New DEF_INTERNAL_OPTAB_FN.
* optabs.c (can_vec_set_var_idx_p): New function.
* optabs.h (can_vec_set_var_idx_p): New declaration.
2020-09-26 Jan Hubicka <jh@suse.cz>
* ipa-modref.c (analyze_stmt): Do not skip clobbers in early pass.

View File

@ -1 +1 @@
20200927
20200928

View File

@ -1,3 +1,20 @@
2020-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
Mark Eggleston <markeggleston@gcc.gnu.org>
PR fortran/95614
* decl.c (gfc_get_common): Use gfc_match_common_name instead
of match_common_name.
* decl.c (gfc_bind_idents): Use gfc_match_common_name instead
of match_common_name.
* match.c : Rename match_common_name to gfc_match_common_name.
* match.c (gfc_match_common): Use gfc_match_common_name instead
of match_common_name.
* match.h : Rename match_common_name to gfc_match_common_name.
* resolve.c (resolve_common_vars): Check each symbol in a
common block has a global symbol. If there is a global symbol
issue an error if the symbol type is known as is not a common
block name.
2020-09-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/96495

View File

@ -1,3 +1,15 @@
2020-09-27 Jakub Jelinek <jakub@redhat.com>
PR middle-end/97073
* gcc.c-torture/execute/pr97073.c: New test.
2020-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
Mark Eggleston <markeggleston@gcc.gnu.org>
PR fortran/95614
* gfortran.dg/pr95614_1.f90: New test.
* gfortran.dg/pr95614_2.f90: New test.
2020-09-26 Paul Thomas <pault@gcc.gnu.org>
PR fortran/96495

View File

@ -1,3 +1,7 @@
2020-09-27 Clement Chigot <clement.chigot@atos.net>
* config/t-aix: Use $(AR) without -X32_64.
2020-09-11 Tom de Vries <tdevries@suse.de>
PR target/96898

View File

@ -1,3 +1,7 @@
2020-09-27 Clement Chigot <clement.chigot@atos.net>
* config/rs6000/t-slibgcc-aix: Use $(AR) without -X32_64.
2020-09-22 Sergei Trofimovich <siarheit@google.com>
PR gcov-profile/96913

View File

@ -1,3 +1,7 @@
2020-09-27 Clement Chigot <clement.chigot@atos.net>
* config/t-aix: Use $(AR) without -X32_64.
2020-09-03 Harald Anlauf <anlauf@gmx.de>
* m4/iall.m4: Initial value for result should be -1.

View File

@ -1,3 +1,7 @@
2020-09-27 Clement Chigot <clement.chigot@atos.net>
* config/t-aix: Use $(AR) without -X32_64.
2020-09-25 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.c/loop-25.c: New test.

View File

@ -1,3 +1,7 @@
2020-09-27 Clement Chigot <clement.chigot@atos.net>
* config/os/aix/t-aix: Use $(AR) without -X32_64.
2020-09-26 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/96817