public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3373] Daily bump.
@ 2021-09-07  0:17 GCC Administrator
  0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2021-09-07  0:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9f99555f29cb1bce06ad7e27f254945deffafe33

commit r12-3373-g9f99555f29cb1bce06ad7e27f254945deffafe33
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue Sep 7 00:16:34 2021 +0000

    Daily bump.

Diff:
---
 contrib/ChangeLog       |  6 ++++++
 gcc/ChangeLog           | 52 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 23 ++++++++++++++++++++++
 libgcc/ChangeLog        | 10 ++++++++++
 libgomp/ChangeLog       |  4 ++++
 6 files changed, 96 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 0b8c5e833f6..73ee9d5c81f 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-06  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
+
+	* gcc_update: Derive human readable name for HEAD using git describe
+	like "git gcc-descr" with short commit hash.  Drop "revision" from
+	gcc/REVISION.
+
 2021-08-30  Andrew Pinski  <apinski@marvell.com>
 
 	* download_prerequisites (md5_check): Replace == inside
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9defb5f1ef1..a658c3b383b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,55 @@
+2021-09-06  Roger Sayle  <roger@nextmovesoftware.com>
+
+	* wide-int.cc (wi::clz): Reorder tests to ensure the result
+	is zero for all negative values.
+
+2021-09-06  Tobias Burnus  <tobias@codesourcery.com>
+
+	* doc/invoke.texi (-foffload-options): Fix @opindex.
+
+2021-09-06  H.J. Lu  <hjl.tools@gmail.com>
+
+	PR target/89984
+	* config/i386/i386-expand.c (ix86_split_xorsign): Use operands[2].
+	* config/i386/i386.md (@xorsign<mode>3_1): Add non-destructive
+	source alternative for AVX.
+
+2021-09-06  liuhongt  <hongtao.liu@intel.com>
+
+	PR middle-end/102182
+	* optabs.c (expand_fix): Add from1 to avoid from being
+	overwritten.
+
+2021-09-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* dwarf2out.c (modified_type_die): Deal with all array types earlier
+	and use local variable consistently throughout the function.
+
+2021-09-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/102207
+	* match.pd: Don't demote operands of IFN_{ADD,SUB,MUL}_OVERFLOW if they
+	were promoted from signed to wider unsigned type.
+
+2021-09-06  Andrew Pinski  <apinski@marvell.com>
+
+	PR tree-optimization/63184
+	* match.pd: Add simplification of pointer_diff of two pointer_plus
+	with addr_expr in the first operand of each pointer_plus.
+	Add simplificatoin of ne/eq of two pointer_plus with addr_expr
+	in the first operand of each pointer_plus.
+
+2021-09-06  Richard Biener  <rguenther@suse.de>
+
+	PR tree-optimization/102176
+	* tree-vect-slp.c (vect_slp_gather_vectorized_scalar_stmts):
+	New function.
+	(vect_bb_slp_scalar_cost): Use the computed set of
+	vectorized scalar stmts instead of relying on the out-of-date
+	and not accurate PURE_SLP_STMT.
+	(vect_bb_vectorization_profitable_p): Compute the set
+	of vectorized scalar stmts.
+
 2021-09-05  Aldy Hernandez  <aldyh@redhat.com>
 
 	* gimple-range-path.cc (path_range_query::range_of_stmt): Remove
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 7ef53293a13..c6c78865a08 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20210906
+20210907
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0a7cd9f2a7f..29cb5219ac2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,26 @@
+2021-09-06  H.J. Lu  <hjl.tools@gmail.com>
+
+	PR target/89984
+	* gcc.target/i386/pr89984-1.c: New test.
+	* gcc.target/i386/pr89984-2.c: Likewise.
+	* gcc.target/i386/xorsign-avx.c: Likewise.
+
+2021-09-06  liuhongt  <hongtao.liu@intel.com>
+
+	PR middle-end/102182
+	* gcc.target/i386/pr101282.c: New test.
+
+2021-09-06  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/102207
+	* gcc.dg/pr102207.c: New test.
+
+2021-09-06  Andrew Pinski  <apinski@marvell.com>
+
+	PR tree-optimization/63184
+	* c-c++-common/pr19807-2.c: Enable for all targets and remove the xfail.
+	* c-c++-common/pr19807-3.c: Likewise.
+
 2021-09-03  Patrick Palka  <ppalka@redhat.com>
 
 	PR c++/101904
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 29925c4c8c5..6e94db96b6d 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,13 @@
+2021-09-06  liuhongt  <hongtao.liu@intel.com>
+
+	* Makefile.in: Adjust to support specific CFLAGS for each
+	libgcc source file.
+	* config/i386/64/t-softfp: Explicitly add -msse2 for HF
+	related libgcc source files.
+	* config/i386/t-softfp: Ditto.
+	* config/i386/_divhc3.c: New file.
+	* config/i386/_mulhc3.c: New file.
+
 2021-09-03  Iain Sandoe  <iain@sandoe.co.uk>
 
 	* config/i386/sfp-machine.h (alias_HFtype, alias_SFtype
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 88eb40111b6..d8624032cd4 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-06  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* testsuite/libgomp.c/target-43.c: '-latomic' for nvptx offloading.
+
 2021-09-03  Tobias Burnus  <tobias@codesourcery.com>
 
 	* testsuite/libgomp.c-c++-common/error-1.c: Use \r\n not \n\r in


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

only message in thread, other threads:[~2021-09-07  0:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  0:17 [gcc r12-3373] 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).