public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3491] Daily bump.
@ 2020-09-28  0:16 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2020-09-28  0:16 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:4383c595ce5cc6ef6bcb45d2c9caf43002afbc4f

commit r11-3491-g4383c595ce5cc6ef6bcb45d2c9caf43002afbc4f
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Sep 28 00:16:21 2020 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 24 ++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 17 +++++++++++++++++
 gcc/testsuite/ChangeLog | 12 ++++++++++++
 libatomic/ChangeLog     |  4 ++++
 libgcc/ChangeLog        |  4 ++++
 libgfortran/ChangeLog   |  4 ++++
 libgomp/ChangeLog       |  4 ++++
 libstdc++-v3/ChangeLog  |  4 ++++
 9 files changed, 74 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a81090e3291..64556c099b2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 51daa72546b..0c0687f326c 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20200927
+20200928
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 19f2e6ae88a..e3bb9fbb446 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1e676963bc4..8c3db465af5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog
index d2955679ad5..28bdc22f641 100644
--- a/libatomic/ChangeLog
+++ b/libatomic/ChangeLog
@@ -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
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 842d8149610..ce78a231927 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 8a60e7f58d6..874e49daad6 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -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.
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index e5350786284..77c8676139f 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index edfe0e00adf..12e5d52a650 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-28  0:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  0:16 [gcc r11-3491] Daily bump GCC Administrator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).