https://gcc.gnu.org/g:672b580d85810dff1c7f6203a7a6f66f00a95096
commit r16-6460-g672b580d85810dff1c7f6203a7a6f66f00a95096 Author: GCC Administrator <[email protected]> Date: Fri Jan 2 00:16:23 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 22 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 +++++ gcc/d/ChangeLog | 4 ++++ gcc/fortran/ChangeLog | 14 ++++++++++++++ gcc/go/ChangeLog | 4 ++++ gcc/testsuite/ChangeLog | 11 +++++++++++ libga68/ChangeLog | 4 ++++ libgfortran/ChangeLog | 12 ++++++++++++ libgomp/ChangeLog | 4 ++++ libitm/ChangeLog | 4 ++++ libquadmath/ChangeLog | 4 ++++ 12 files changed, 89 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 923c914865e6..c28eab806b48 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2026-01-01 Kugan Vivekanandarajah <[email protected]> + + * cgraph.cc (cgraph_edge::get_next_speculative_id): New. + * cgraph.h (cgraph_edge::get_next_speculative_id): New. + * ipa-devirt.cc (ipa_devirt): Use get_next_speculative_id + in make_speculative. + +2026-01-01 Jakub Jelinek <[email protected]> + + * gcc.cc (process_command): Update copyright notice dates. + * gcov-dump.cc (print_version): Ditto. + * gcov.cc (print_version): Ditto. + * gcov-tool.cc (print_version): Ditto. + * gengtype.cc (create_file): Ditto. + * doc/cpp.texi: Bump @copying's copyright year. + * doc/cppinternals.texi: Ditto. + * doc/gcc.texi: Ditto. + * doc/gccint.texi: Ditto. + * doc/gcov.texi: Ditto. + * doc/install.texi: Ditto. + * doc/invoke.texi: Ditto. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 9d647100620f..b4e19d848407 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260101 +20260102 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 923c914865e6..b06cb1ec5389 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2026-01-01 Jakub Jelinek <[email protected]> + + * gnat_ugn.texi: Bump @copying's copyright year. + * gnat_rm.texi: Likewise. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 923c914865e6..98974fdfd6d3 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek <[email protected]> + + * gdc.texi: Bump @copyrights-d year. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 923c914865e6..7e1f13eba8a1 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2026-01-01 Jerry DeLisle <[email protected]> + + PR libfortran/119136 + * libgfortran.h: Add enum for new LIBERROR_RECURSIVE_IO. + +2026-01-01 Jakub Jelinek <[email protected]> + + * gfortranspec.cc (lang_specific_driver): Update copyright notice + dates. + * gfc-internals.texi: Bump @copying's copyright year. + * gfortran.texi: Ditto. + * intrinsic.texi: Ditto. + * invoke.texi: Ditto. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 00ce2e6e7fa9..e5eeb06ccacc 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek <[email protected]> + + * gccgo.texi: Bump @copyrights-go year. + 2025-12-12 Pietro Monteiro <[email protected]> * lang.opt.urls: Regenerate. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 923c914865e6..f09b4c4449c7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2026-01-01 Jerry DeLisle <[email protected]> + + PR libfortran/119136 + * gfortran.dg/pr119136.f90: New test. + +2026-01-01 Tobias Burnus <[email protected]> + + PR testsuite/123299 + * c-c++-common/gomp/uses_allocators-8.c: Add missing + -fdump-tree-original and add C++ version of scan-tree-dump. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/libga68/ChangeLog b/libga68/ChangeLog index 110b44f7b804..66146f373218 100644 --- a/libga68/ChangeLog +++ b/libga68/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jose E. Marchesi <[email protected]> + + * sppp.awk: Fix non-portable uses of 'match'. + 2025-12-31 Pietro Monteiro <[email protected]> * Makefile.in: Regenerate. diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 923c914865e6..d07aa0f4cc72 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,15 @@ +2026-01-01 Jerry DeLisle <[email protected]> + + PR libfortran/119136 + * io/io.h: Delete prototype for unused stash_internal_unit. + (check_for_recursive): Add prototype for this new function. + * io/transfer.c (data_transfer_init): Add call to new + check_for_recursive. + * io/unit.c (delete_unit): Fix comment. + (check_for_recursive): Add new function. + * runtime/error.c (translate_error): Add translation for + "Recursive I/O not allowed runtime error message. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index f2c5eeb7c027..c3d5e5af964d 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek <[email protected]> + + * libgomp.texi: Bump @copying's copyright year. + 2025-12-29 Rainer Orth <[email protected]> * configure: Regenerate. diff --git a/libitm/ChangeLog b/libitm/ChangeLog index f2cadd535311..250bd5739ee3 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek <[email protected]> + + * libitm.texi: Bump @copying's copyright year. + 2025-12-29 Rainer Orth <[email protected]> * configure: Regenerate. diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 06f9bb245034..06d93467f6c9 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek <[email protected]> + + * libquadmath.texi: Bump @copying's copyright year. + 2025-12-29 Rainer Orth <[email protected]> * configure: Regenerate.
