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

index d10e5495f4e37149e5d7dbfa062b3f92a91e79e8..df2d23d80c79e6743a6561cb15791b18b7b55644 100644 (file)
@@ -1,3 +1,13 @@
+2025-03-02  Jeff Law  <jlaw@ventanamicro.com>
+
+       Backported from master:
+       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.
+
 2025-02-27  Haochen Jiang  <haochen.jiang@intel.com>
 
        * config/i386/x86-tune.def
index 08a14c75034b3786ee64b88015d5c78c60126d6e..b12838a394326c8d352ac6fb0aa7152c71189b51 100644 (file)
@@ -1 +1 @@
-20250302
+20250303
index 833cb7c4339105a0d95413ae0509ebda492d70f5..25ac9c8c735f78487f4701cc0349f576d0ad151c 100644 (file)
@@ -1,3 +1,23 @@
+2025-03-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2025-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/116961
+       * d-codegen.cc (build_float_cst): Change new_value type from real_t to
+       real_value.
+       * d-ctfloat.cc (CTFloat::fabs): Default initialize the return value.
+       (CTFloat::ldexp): Likewise.
+       (CTFloat::parse): Likewise.
+       * d-longdouble.cc (longdouble::add): Likewise.
+       (longdouble::sub): Likewise.
+       (longdouble::mul): Likewise.
+       (longdouble::div): Likewise.
+       (longdouble::mod): Likewise.
+       (longdouble::neg): Likewise.
+       * d-port.cc (Port::isFloat32LiteralOutOfRange): Likewise.
+       (Port::isFloat64LiteralOutOfRange): Likewise.
+
 2025-02-10  Arsen Arsenović  <arsen@aarsen.me>
 
        Backported from master:
index 324ed7193bbd4647098e6477cff4d857d9411a34..83ff5207074d36a0e060f9484a8f2afabdcaf640 100644 (file)
@@ -1,3 +1,19 @@
+2025-03-02  Jeff Law  <jlaw@ventanamicro.com>
+
+       Backported from master:
+       2024-12-29  Jeff Law  <jlaw@ventanamicro.com>
+
+       PR target/116720
+       * gcc.target/riscv/pr116720.c: New test.
+
+2025-03-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2025-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/116961
+       * gdc.dg/pr116961.d: New test.
+
 2025-02-27  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/cpp2a/concepts-pr67774.C: Change target to c++20_only.