Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 28 Sep 2020 00:16:21 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 28 Sep 2020 00:16:21 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libatomic/ChangeLog
libgcc/ChangeLog
libgfortran/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index a81090e..64556c0 100644 (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.
index 51daa72..0c0687f 100644 (file)
@@ -1 +1 @@
-20200927
+20200928
index 19f2e6a..e3bb9fb 100644 (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
index 1e67696..8c3db46 100644 (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
index d295567..28bdc22 100644 (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
index 842d814..ce78a23 100644 (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
index 8a60e7f..874e49d 100644 (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.
index e535078..77c8676 100644 (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.
index edfe0e0..12e5d52 100644 (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