+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.
+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.
+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.
+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
+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
+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'.