]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Mar 2024 00:16:47 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Mar 2024 00:16:47 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index 3ac5f039c4bd1a99b1e8acfa3d8673cbc8d1440a..33b52868564b767a065492b038a694882ebec502 100644 (file)
@@ -1,3 +1,29 @@
+2024-03-10  jlaw  <jeffreyalaw@gmail.com>
+
+       PR tree-optimization/110199
+       * tree-ssa-scopedtables.cc
+       (avail_exprs_stack::simplify_binary_operation): Generalize handling
+       of MIN_EXPR/MAX_EXPR to allow additional simplifications.  Canonicalize
+       comparison operands for other cases.
+
+2024-03-10  Pan Li  <pan2.li@intel.com>
+
+       * tree-vect-stmts.cc (vectorizable_store): Enable the assert
+       during transform process.
+       (vectorizable_load): Ditto.
+
+2024-03-10  jlaw  <jeffreyalaw@gmail.com>
+
+       PR target/102250
+       * doc/install.texi: Document need for python when building
+       RISC-V compilers.
+
+2024-03-10  jlaw  <jeffreyalaw@gmail.com>
+
+       PR target/111362
+       * mode-switching.cc (optimize_mode_switching): Only process
+       NONDEBUG insns.
+
 2024-03-09  Georg-Johann Lay  <avr@gjlay.de>
 
        * config/avr/avr.md: Fix typos in comment, indentation glitches
index a187030afadcf718ed97bc351df453a18bc93792..7fe29887d3cc0f6cb0f5ce68dad015b542dad99d 100644 (file)
@@ -1 +1 @@
-20240310
+20240311
index 595bb5993c440672d4f62f6f2968a65804c17736..843a3b7fb57aca28fd7c59a40241172dd96a71a7 100644 (file)
@@ -1,3 +1,10 @@
+2024-03-10  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/112285
+       PR d/112290
+       * d-target.cc (Target::preferPassByRef): Return true for all static
+       array and struct types.
+
 2024-03-03  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * dmd/MERGE: Merge upstream dmd f8bae04558.
index 14867898c055582c3101be5449ffe58345f624c4..6baee43bc1da208104aa92cae4824a47f40d667b 100644 (file)
@@ -1,3 +1,33 @@
+2024-03-10  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/112285
+       PR d/112290
+       * gdc.dg/pr112285.d: New test.
+       * gdc.dg/pr112290.d: New test.
+
+2024-03-10  jlaw  <jeffreyalaw@gmail.com>
+
+       PR tree-optimization/110199
+       * gcc.dg/tree-ssa/minmax-27.c: New test.
+       * gcc.dg/tree-ssa/minmax-28.c: New test.
+
+2024-03-10  Pan Li  <pan2.li@intel.com>
+
+       * gcc.target/riscv/rvv/base/pr114195-1.c: New test.
+
+2024-03-10  jlaw  <jeffreyalaw@gmail.com>
+
+       Revert:
+       2024-01-22  Jeff Law  <jlaw@ventanamicro.com>
+
+       * gcc.target/sh/pr59533-1.c: Adjust expected output.
+
+2024-03-10  jlaw  <jeffreyalaw@gmail.com>
+
+       PR target/111362
+       * gcc.target/riscv/compare-debug-1.c: New test.
+       * gcc.target/riscv/compare-debug-2.c: New test.
+
 2024-03-09  Xi Ruoyao  <xry111@xry111.site>
 
        * gcc.target/loongarch/tls-ie-relax.c: New test.