]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 May 2024 00:21:48 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 May 2024 00:21:48 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 91f9d4243f3d20b726130e3b8ec6b0f705f6e88e..04aab0b2cab588c75ed5995501fda3d85627ca12 100644 (file)
@@ -1,3 +1,41 @@
+2024-04-30  Joe Ramsay  <Joe.Ramsay@arm.com>
+
+       Backported from master:
+       2024-03-15  Joe Ramsay  <Joe.Ramsay@arm.com>
+
+       * match.pd: Fix truncation pattern for -fno-signed-zeroes
+
+2024-04-30  Monk Chiang  <monk.chiang@sifive.com>
+
+       Backported from master:
+       2024-01-24  Monk Chiang  <monk.chiang@sifive.com>
+
+       PR target/113095
+       * config/riscv/riscv.md: New splitters to rewrite single bit
+       sign extension as the condition to SFB instructions.
+
+2024-04-30  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2023-09-28  Richard Biener  <rguenther@suse.de>
+
+       PR target/111600
+       * gimple-ssa-warn-access.cc (pass_waccess::check_dangling_stores):
+       Use a heap allocated worklist for CFG traversal instead of
+       recursion.
+
+2024-04-30  Yang Yujie  <yangyujie@loongson.cn>
+
+       Backported from master:
+       2023-12-12  Yang Yujie  <yangyujie@loongson.cn>
+
+       PR target/114848
+       * config/loongarch/loongarch.cc: Do not restore the saved eh_return
+       data registers ($r4-$r7) for a normal return of a function that calls
+       __builtin_eh_return elsewhere.
+       * config/loongarch/loongarch-protos.h: Same.
+       * config/loongarch/loongarch.md: Same.
+
 2024-04-29  Lehua Ding  <lehua.ding@rivai.ai>
 
        Backported from master:
index d46e1cb1feb1e4225639afd4c414e2d326d8d7ea..3424846c2ca257645e479a694c0c2f6542a832ec 100644 (file)
@@ -1 +1 @@
-20240430
+20240501
index 856cd74c1af6712951705fe22a021a3b036fe58d..3d939becaa106efbfc97da5a35da325c1063a0b8 100644 (file)
@@ -1,3 +1,25 @@
+2024-04-30  Joe Ramsay  <Joe.Ramsay@arm.com>
+
+       Backported from master:
+       2024-03-15  Joe Ramsay  <Joe.Ramsay@arm.com>
+
+       * gcc.target/aarch64/no_merge_trunc_signed_zero.c: New test.
+
+2024-04-30  Monk Chiang  <monk.chiang@sifive.com>
+
+       Backported from master:
+       2024-01-24  Monk Chiang  <monk.chiang@sifive.com>
+
+       * gcc.target/riscv/sfb.c: New test.
+       * gcc.target/riscv/pr113095.c: New test.
+
+2024-04-30  Yang Yujie  <yangyujie@loongson.cn>
+
+       Backported from master:
+       2023-12-12  Yang Yujie  <yangyujie@loongson.cn>
+
+       * gcc.target/loongarch/eh_return-normal-return.c: New test.
+
 2024-04-29  Lehua Ding  <lehua.ding@rivai.ai>
 
        Backported from master:
index 361b056fc6e4950466247f5bed5ce1df4e104a47..d6258958e5eed50b747413145b17d82307770abd 100644 (file)
@@ -1,3 +1,14 @@
+2024-04-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-04-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/114863
+       * include/std/format (__formatter_fp::format): Only use
+       _M_localized for finite values.
+       * testsuite/std/format/functions/format.cc: Check localized
+       formatting of NaN and initiny.
+
 2024-04-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/abi/post/i386-solaris/baseline_symbols.txt: Regenerate.