]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Jan 2022 00:16:28 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Jan 2022 00:16:28 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgcc/ChangeLog

index ef6c6ffefbe54395b8f9a244cdd8f578d40ac5da..efa0902048a7a5ba32b17b7754ee3b41d6c85636 100644 (file)
@@ -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
index 4297a2b0dd0da7f839302ec1537b5822fbd6eb9e..736fe9256ce1f1532764a327d7c35877324cf24c 100644 (file)
@@ -1 +1 @@
-20220102
+20220103
index 7d5f20f4a781caee885b191404a13f6a8aa1a9a0..6e4adbc1a5a210dad7153b64f23fd8f7d0bccb71 100644 (file)
@@ -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
index 93abf6da5c0dca66f1c4ba693336146975a03db1..945cc044c58bc079e447f764a4ed6a05265f711c 100644 (file)
@@ -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
index 2c6c35e1cfa1f71ba580be1424ba89a1f27869bd..f1b9bfcfac2ef3c8e05f1ea7857051d8f68f6438 100644 (file)
@@ -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.
This page took 0.14742 seconds and 5 git commands to generate.