aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-03-11 00:16:47 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-03-11 00:16:47 +0000
commit1a4553bc253fc0141e5f41ac15a2320f650c9e7c (patch)
tree9a4451b14d68db78066e8dabcf8a48bef1b3cd70
parenta84b98c62d90bf9e8b01038f624a62725e6a44db (diff)
downloadgcc-1a4553bc253fc0141e5f41ac15a2320f650c9e7c.zip
gcc-1a4553bc253fc0141e5f41ac15a2320f650c9e7c.tar.gz
gcc-1a4553bc253fc0141e5f41ac15a2320f650c9e7c.tar.bz2
Daily bump.
-rw-r--r--gcc/ChangeLog26
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/d/ChangeLog7
-rw-r--r--gcc/testsuite/ChangeLog30
4 files changed, 64 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ac5f03..33b5286 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a187030..7fe2988 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240310
+20240311
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 595bb59..843a3b7 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 1486789..6baee43 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.