]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Feb 2025 00:24:04 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Feb 2025 00:24:04 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c28d321e66a676501b7d6f6048da091009f6323e..bea3235a919103f8b1ce3c151987c722f6e32c85 100644 (file)
@@ -1,3 +1,14 @@
+2025-02-06  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2025-02-06  Lulu Cheng  <chenglulu@loongson.cn>
+
+       PR target/118561
+       * config/loongarch/loongarch-builtins.cc
+       (loongarch_expand_builtin_lsx_test_branch):
+       NULL_RTX will not be returned when an error is detected.
+       (loongarch_expand_builtin): Likewise.
+
 2025-02-05  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        Backported from master:
index 8817645f579fd1d6a9bbaf526446e2bcdd5fea47..293639e313776c694793bd1bde48527ebf3e7d9d 100644 (file)
@@ -1 +1 @@
-20250206
+20250207
index 80717a637534f7e5077307743b8683fad62c59a6..a468b54d592ecf43676e56cc7a7c4420684acc70 100644 (file)
@@ -1,3 +1,13 @@
+2025-02-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-01-31  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108454
+       * resolve.cc (resolve_common_blocks): Initialize variable.
+       (resolve_symbol): If a symbol is already registered with a COMMON
+       block, do not search for an interface with the same name.
+
 2025-02-04  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index b26cc157e15c781f7e82fac8d568fe18b8e70ed1..802ee745b48f21af49b291f28bfa52037179a7d8 100644 (file)
@@ -1,3 +1,19 @@
+2025-02-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-01-31  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108454
+       * gfortran.dg/common_29.f90: New test.
+
+2025-02-06  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2025-02-06  Lulu Cheng  <chenglulu@loongson.cn>
+
+       PR target/118561
+       * gcc.target/loongarch/pr118561.c: New test.
+
 2025-02-04  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: