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

index b5e2b53529a8b59f496cb5ce9c60b8ef8d1ebe19..5878cec277f323505ff0db886a92ef2bb3054cbc 100644 (file)
@@ -1,3 +1,22 @@
+2024-12-29  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR target/116715
+       * config/riscv/bitmanip.md: Drop bogus pattern.
+
+2024-12-29  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR target/118121
+       * configure.ac: Check for mkstemps declaration.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2024-12-29  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR target/116720
+       * config/riscv/thead.cc (th_mempair_operands_p): Test for
+       aligned memory after swapping operands.  Simplify test for
+       first memory access as well.
+
 2024-12-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/118207
index 4f5a98435b4f8585b13812efc2efd54b6e65bea6..71153cc35f6c4d23eb1d474a6a0bc61844165b18 100644 (file)
@@ -1 +1 @@
-20241229
+20241230
index fcb9ce127153bc8115a0a337026bfe85519af670..8713fef14b23efbd8a7ba6ad78c592b4a33e66a7 100644 (file)
@@ -1,3 +1,13 @@
+2024-12-29  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR target/116715
+       * gcc.target/riscv/pr116715.c: New test.
+
+2024-12-29  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR target/116720
+       * gcc.target/riscv/pr116720.c: New test.
+
 2024-12-29  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/106221
index 74df6cb5ca5d63cf592ca4097773b9b18ee7367c..e9fed6c3e4161facfdedb841909fbb556f6800b7 100644 (file)
@@ -1,3 +1,7 @@
+2024-12-29  John David Anglin  <danglin@gcc.gnu.org>
+
+       * libiberty.h (mkstemps): Declare
+
 2024-11-23  Jakub Jelinek  <jakub@redhat.com>
 
        * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran23
index 0fbcde053abd829db80f4183e4bf382b81227971..9ab5eeb55a5a0a5c5604513db4e25ae4f6991c8b 100644 (file)
@@ -1,3 +1,14 @@
+2024-12-29  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/html/manual/profile_mode_diagnostics.html: Delete.
+
+2024-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * testsuite/std/time/year_month_day/3.cc (test01): Add ifdeffery to
+       limit the tested dates.  For simulators, pass start and end dates
+       limiting the tested range to 100000 days, centered on days (0).
+       * testsuite/std/time/year_month_day/4.cc: Ditto.
+
 2024-12-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR libstdc++/118196