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

https://gcc.gnu.org/g:5da23a13bdf452c6f74ebbb095c6959bc95b3f95

commit r12-6174-g5da23a13bdf452c6f74ebbb095c6959bc95b3f95
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Jan 3 00:16:28 2022 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 24 ++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  8 ++++++++
 gcc/testsuite/ChangeLog | 31 +++++++++++++++++++++++++++++++
 libgcc/ChangeLog        |  7 +++++++
 5 files changed, 71 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ef6c6ffefbe..efa0902048a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,27 @@
+2022-01-02  Uroš Bizjak  <ubizjak@gmail.com>
+
+	PR target/103861
+	* config/i386/i386.h (VALID_SSE2_REG_MODE): Add V2QImode.
+	(VALID_INT_MODE_P): Ditto.
+	* config/i386/i386.c (ix86_secondary_reload): Handle
+	V2QImode reloads from SSE register to memory.
+	(vector_mode_supported_p): Always return true for V2QImode.
+	* config/i386/i386.md (*subqi_ext<mode>_2): New insn pattern.
+	(*negqi_ext<mode>_2): Ditto.
+	* config/i386/mmx.md (movv2qi): New expander.
+	(movmisalignv2qi): Ditto.
+	(*movv2qi_internal): New insn pattern.
+	(*pushv2qi2): Ditto.
+	(negv2qi2 and splitters): Ditto.
+	(<plusminus:insn>v2qi3 and splitters): Ditto.
+
+2022-01-02  John David Anglin  <danglin@gcc.gnu.org>
+
+	* config/pa/pa.md (atomic_storeq): Use optab_libfunc to access
+	sync_lock_test_and_set libfunc. Call convert_memory_address to
+	convert memory address to Pmode.
+	(atomic_storehi, atomic_storesi, atomic_storedi): Likewise.
+
 2021-12-30  Jakub Jelinek  <jakub@redhat.com>
 
 	PR rtl-optimization/103756
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4297a2b0dd0..736fe9256ce 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220102
+20220103
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7d5f20f4a78..6e4adbc1a5a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2022-01-02  Jason Merrill  <jason@redhat.com>
+
+	* init.c (build_vec_init): Append the decrement to elt_init.
+
+2022-01-02  Jason Merrill  <jason@redhat.com>
+
+	* decl.c (wrap_cleanups_r): Don't wrap if noexcept.
+
 2021-12-20  Patrick Palka  <ppalka@redhat.com>
 
 	* call.c (build_new_method_call): Set
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 93abf6da5c0..945cc044c58 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,34 @@
+2022-01-02  Uroš Bizjak  <ubizjak@gmail.com>
+
+	PR target/103861
+	* gcc.dg/store_merging_18.c (dg-options): Add -fno-tree-vectorize.
+	* gcc.dg/store_merging_29.c (dg-options): Ditto.
+	* gcc.target/i386/pr103861.c: New test.
+	* gcc.target/i386/pr92658-avx512vl.c (dg-final):
+	Remove vpmovqb scan-assembler xfail.
+	* gcc.target/i386/pr92658-sse4.c (dg-final):
+	Remove pmovzxbq scan-assembler xfail.
+	* gcc.target/i386/pr92658-sse4-2.c (dg-final):
+	Remove pmovsxbq scan-assembler xfail.
+	* gcc.target/i386/warn-vect-op-2.c (dg-warning): Adjust warnings.
+
+2022-01-02  John David Anglin  <danglin@gcc.gnu.org>
+
+	* gcc.target/hppa/shadd-2.c: Adjust count to 3.
+	* gcc.target/hppa/shadd-3.c: Likewise.
+
+2022-01-02  John David Anglin  <danglin@gcc.gnu.org>
+
+	* gcc.dg/guality/example.c: Skip on hppa*-*-linux*.
+
+2022-01-02  Jason Merrill  <jason@redhat.com>
+
+	* g++.dg/eh/array2.C: New test.
+
+2022-01-02  Jason Merrill  <jason@redhat.com>
+
+	* g++.dg/eh/cleanup6.C: New test.
+
 2022-01-01  Andrew Pinski  <apinski@marvell.com>
 
 	PR rtl-optimization/100241
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 2c6c35e1cfa..f1b9bfcfac2 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,10 @@
+2022-01-02  John David Anglin  <danglin@gcc.gnu.org>
+
+	* config/pa/linux-atomic.c (_ASM_EFAULT): Define.
+	(__kernel_cmpxchg): Nullify illegal iitlbp instruction if error
+	return is not equal _ASM_EFAULT.
+	(__kernel_cmpxchg2): Likewise.
+
 2021-12-17  Iain Sandoe  <iain@sandoe.co.uk>
 
 	* config.host: Add shim declaration header to powerpc*-darwin builds.


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

only message in thread, other threads:[~2022-01-03  0:17 UTC | newest]

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