]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 3 Jan 2026 00:16:36 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 3 Jan 2026 00:16:36 +0000 (00:16 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libga68/ChangeLog

index 7bb7a5d167bec61ec4ee7703b67ddad2d7387b0a..2a4218476cc52c1c5bc8161512b3f51dd6dc4af2 100644 (file)
@@ -1,3 +1,12 @@
+2026-01-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * update-copyright.py (LibPhobosFilter): Ignore also
+       __importc_builtins.di.
+       (LibGRustFilter): New filter.
+       (GCCCopyright): Add several external authors.
+       (GCCCmdLine): Use LibGRustFilter for libgrust.  Add libga68
+       directory, both to list of directories and default directories.
+
 2025-12-26  Matthew Fortune  <matthew.fortune@imgtec.com>
 
        * test_installed: Use target to select default gcc/g++ etc.
index c28eab806b485b018342f6dcfba3818ebc139edc..52042f3e27613ff3e7b48f7bbc88d4386ed8f638 100644 (file)
@@ -1,3 +1,8 @@
+2026-01-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/aarch64/aarch64-sve-builtins-shapes.cc
+       (INCLUDE_ALGORITHM): Define.
+
 2026-01-01  Kugan Vivekanandarajah  <kvivekananda@nvidia.com>
 
        * cgraph.cc (cgraph_edge::get_next_speculative_id): New.
index b4e19d848407dcc9c1954466ab2c56aa8672fa6c..b04f77f7f016e43e347ccea9ff69723ad081c826 100644 (file)
@@ -1 +1 @@
-20260102
+20260103
index 923c914865e6f408824f91c0d6b619d9eb972b70..9949adf5068fc19b670cdc5c2291f07f4c67a3e5 100644 (file)
@@ -1,3 +1,9 @@
+2026-01-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/123277
+       * decl2.cc (is_late_template_attribute): Return false also for
+       [[maybe_unused]] attribute on TYPE_DECLs to dependent types.
+
 \f
 Copyright (C) 2026 Free Software Foundation, Inc.
 
index 7e1f13eba8a136a8dd5b8cca282891825a14377e..23d6e6fda913d6fefacf479c8a1d5f7150178e2f 100644 (file)
@@ -1,3 +1,10 @@
+2026-01-02  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/101399
+       * io.cc (match_io): If the -Wtabs option is used, then Issue a
+       warning for a <tab> character following a 'print' statement;
+       otherwise ignore the <tab>.
+
 2026-01-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/119136
index f09b4c4449c7bace24fdbed6cd489562689345ac..5e871f36401ce9ecced73fa07d6bf8cb235ed760 100644 (file)
@@ -1,3 +1,14 @@
+2026-01-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/123277
+       * g++.dg/warn/Wunused-local-typedefs-5.C: New test.
+
+2026-01-02  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/101399
+       * gfortran.dg/pr101399_1.f90: New test.
+       * gfortran.dg/pr101399_2.f90: New test.
+
 2026-01-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/119136
index 66146f37321833a8813eaf1875c02864e6604f6d..eb4fa8d314429b516461656764200b27fe98c557 100644 (file)
@@ -1,3 +1,7 @@
+2026-01-02  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * sppp.awk: Avoid conditional expression.
+
 2026-01-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
        * sppp.awk: Fix non-portable uses of 'match'.