https://gcc.gnu.org/g:e1380ea5b0748cbed9a161a6a14a801b6c3227b5
commit r16-6468-ge1380ea5b0748cbed9a161a6a14a801b6c3227b5 Author: GCC Administrator <[email protected]> Date: Sat Jan 3 00:16:36 2026 +0000 Daily bump. Diff: --- contrib/ChangeLog | 9 +++++++++ gcc/ChangeLog | 5 +++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 ++++++ gcc/fortran/ChangeLog | 7 +++++++ gcc/testsuite/ChangeLog | 11 +++++++++++ libga68/ChangeLog | 4 ++++ 7 files changed, 43 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7bb7a5d167be..2a4218476cc5 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,12 @@ +2026-01-02 Jakub Jelinek <[email protected]> + + * 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 <[email protected]> * test_installed: Use target to select default gcc/g++ etc. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c28eab806b48..52042f3e2761 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2026-01-02 Iain Sandoe <[email protected]> + + * config/aarch64/aarch64-sve-builtins-shapes.cc + (INCLUDE_ALGORITHM): Define. + 2026-01-01 Kugan Vivekanandarajah <[email protected]> * cgraph.cc (cgraph_edge::get_next_speculative_id): New. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b4e19d848407..b04f77f7f016 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260102 +20260103 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 923c914865e6..9949adf5068f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2026-01-02 Jakub Jelinek <[email protected]> + + PR c++/123277 + * decl2.cc (is_late_template_attribute): Return false also for + [[maybe_unused]] attribute on TYPE_DECLs to dependent types. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7e1f13eba8a1..23d6e6fda913 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2026-01-02 Steven G. Kargl <[email protected]> + + 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 <[email protected]> PR libfortran/119136 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f09b4c4449c7..5e871f36401c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2026-01-02 Jakub Jelinek <[email protected]> + + PR c++/123277 + * g++.dg/warn/Wunused-local-typedefs-5.C: New test. + +2026-01-02 Steven G. Kargl <[email protected]> + + PR fortran/101399 + * gfortran.dg/pr101399_1.f90: New test. + * gfortran.dg/pr101399_2.f90: New test. + 2026-01-01 Jerry DeLisle <[email protected]> PR libfortran/119136 diff --git a/libga68/ChangeLog b/libga68/ChangeLog index 66146f373218..eb4fa8d31442 100644 --- a/libga68/ChangeLog +++ b/libga68/ChangeLog @@ -1,3 +1,7 @@ +2026-01-02 Jose E. Marchesi <[email protected]> + + * sppp.awk: Avoid conditional expression. + 2026-01-01 Jose E. Marchesi <[email protected]> * sppp.awk: Fix non-portable uses of 'match'.
