]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 Sep 2024 00:17:25 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 30 Sep 2024 00:17:25 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 507605757bd91b405f3cadc5ce7a1745cdbb1436..eea822a8e943d70ae5344b1694e053649c12d3ca 100644 (file)
@@ -1,3 +1,33 @@
+2024-09-29  Pan Li  <pan2.li@intel.com>
+
+       * config/riscv/riscv-protos.h (riscv_expand_sssub): Add new func
+       decl for expanding signed SAT_SUB.
+       * config/riscv/riscv.cc (riscv_expand_sssub): Add new func impl
+       for expanding signed SAT_SUB.
+       * config/riscv/riscv.md (sssub<mode>3): Add new pattern sssub
+       for scalar signed integer.
+
+2024-09-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/116627
+       * cselib.cc (remove_useless_values): Discard useless locs
+       even from preserved cselib_vals in cselib_preserved_hash_table
+       hash table.
+
+2024-09-29  Pietro Monteiro  <pietro@sociotechnical.xyz>
+
+       * doc/extend.texi (SH Operand Modifiers): New.
+
+2024-09-29  Jovan Vukic  <Jovan.Vukic@rt-rk.com>
+
+       PR target/108038
+       * simplify-rtx.cc (simplify_context::simplify_binary_operation_1): New
+       simplification.
+
+2024-09-29  Dimitar Dimitrov  <dimitar@dinux.eu>
+
+       * doc/sourcebuild.texi: Document struct-layout-1.exp.
+
 2024-09-28  Gerald Pfeifer  <gerald@pfeifer.com>
 
        PR target/69374
index 3745c09494aeafb8af972fe00ef995adf93779c1..bd531cb55590c753e292ce39f0ede03c6212fda6 100644 (file)
@@ -1 +1 @@
-20240929
+20240930
index 660468a179b46d2a6427b03437c2708d627689bb..42566eb4a0f207e2d17d36e46ac008f2821a9ba8 100644 (file)
@@ -1,3 +1,32 @@
+2024-09-29  Pan Li  <pan2.li@intel.com>
+
+       * gcc.target/riscv/sat_arith.h: Add test helper macros.
+       * gcc.target/riscv/sat_arith_data.h: Add test data for SAT_SUB.
+       * gcc.target/riscv/sat_s_sub-1-i16.c: New test.
+       * gcc.target/riscv/sat_s_sub-1-i32.c: New test.
+       * gcc.target/riscv/sat_s_sub-1-i64.c: New test.
+       * gcc.target/riscv/sat_s_sub-1-i8.c: New test.
+       * gcc.target/riscv/sat_s_sub-run-1-i16.c: New test.
+       * gcc.target/riscv/sat_s_sub-run-1-i32.c: New test.
+       * gcc.target/riscv/sat_s_sub-run-1-i64.c: New test.
+       * gcc.target/riscv/sat_s_sub-run-1-i8.c: New test.
+
+2024-09-29  Sam James  <sam@gentoo.org>
+
+       PR fortran/116858
+       * gfortran.dg/initialization_25.f90: Fix dg-error arguments.
+
+2024-09-29  Mikael Pettersson  <mikpelinux@gmail.com>
+
+       PR testsuite/116806
+       * gcc.dg/cpp/charconst-3.c: Perform arithmetic in unsigned
+       type to avoid integer overflow.
+
+2024-09-29  Jovan Vukic  <Jovan.Vukic@rt-rk.com>
+
+       PR target/108038
+       * gcc.target/riscv/slt-1.c: New test.
+
 2024-09-28  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        * gfortran.dg/unsigned_33.f90: New test.