From: GCC Administrator Date: Sat, 3 Jan 2026 00:16:36 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1380ea5b0748cbed9a161a6a14a801b6c3227b5;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 7bb7a5d167b..2a4218476cc 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,12 @@ +2026-01-02 Jakub Jelinek + + * 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 * test_installed: Use target to select default gcc/g++ etc. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c28eab806b4..52042f3e276 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2026-01-02 Iain Sandoe + + * config/aarch64/aarch64-sve-builtins-shapes.cc + (INCLUDE_ALGORITHM): Define. + 2026-01-01 Kugan Vivekanandarajah * cgraph.cc (cgraph_edge::get_next_speculative_id): New. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b4e19d84840..b04f77f7f01 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260102 +20260103 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 923c914865e..9949adf5068 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2026-01-02 Jakub Jelinek + + 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 7e1f13eba8a..23d6e6fda91 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2026-01-02 Steven G. Kargl + + PR fortran/101399 + * io.cc (match_io): If the -Wtabs option is used, then Issue a + warning for a character following a 'print' statement; + otherwise ignore the . + 2026-01-01 Jerry DeLisle PR libfortran/119136 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f09b4c4449c..5e871f36401 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2026-01-02 Jakub Jelinek + + PR c++/123277 + * g++.dg/warn/Wunused-local-typedefs-5.C: New test. + +2026-01-02 Steven G. Kargl + + PR fortran/101399 + * gfortran.dg/pr101399_1.f90: New test. + * gfortran.dg/pr101399_2.f90: New test. + 2026-01-01 Jerry DeLisle PR libfortran/119136 diff --git a/libga68/ChangeLog b/libga68/ChangeLog index 66146f37321..eb4fa8d3144 100644 --- a/libga68/ChangeLog +++ b/libga68/ChangeLog @@ -1,3 +1,7 @@ +2026-01-02 Jose E. Marchesi + + * sppp.awk: Avoid conditional expression. + 2026-01-01 Jose E. Marchesi * sppp.awk: Fix non-portable uses of 'match'.