From: GCC Administrator Date: Fri, 2 Jan 2026 00:16:23 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672b580d85810dff1c7f6203a7a6f66f00a95096;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 923c914865e..c28eab806b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2026-01-01 Kugan Vivekanandarajah + + * 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 + + * 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 9d647100620..b4e19d84840 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260101 +20260102 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 923c914865e..b06cb1ec538 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2026-01-01 Jakub Jelinek + + * 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 923c914865e..98974fdfd6d 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek + + * gdc.texi: Bump @copyrights-d year. + Copyright (C) 2026 Free Software Foundation, Inc. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 923c914865e..7e1f13eba8a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2026-01-01 Jerry DeLisle + + PR libfortran/119136 + * libgfortran.h: Add enum for new LIBERROR_RECURSIVE_IO. + +2026-01-01 Jakub Jelinek + + * 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 00ce2e6e7fa..e5eeb06ccac 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek + + * gccgo.texi: Bump @copyrights-go year. + 2025-12-12 Pietro Monteiro * lang.opt.urls: Regenerate. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 923c914865e..f09b4c4449c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2026-01-01 Jerry DeLisle + + PR libfortran/119136 + * gfortran.dg/pr119136.f90: New test. + +2026-01-01 Tobias Burnus + + 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 110b44f7b80..66146f37321 100644 --- a/libga68/ChangeLog +++ b/libga68/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jose E. Marchesi + + * sppp.awk: Fix non-portable uses of 'match'. + 2025-12-31 Pietro Monteiro * Makefile.in: Regenerate. diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 923c914865e..d07aa0f4cc7 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,15 @@ +2026-01-01 Jerry DeLisle + + 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 f2c5eeb7c02..c3d5e5af964 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek + + * libgomp.texi: Bump @copying's copyright year. + 2025-12-29 Rainer Orth * configure: Regenerate. diff --git a/libitm/ChangeLog b/libitm/ChangeLog index f2cadd53531..250bd5739ee 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek + + * libitm.texi: Bump @copying's copyright year. + 2025-12-29 Rainer Orth * configure: Regenerate. diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 06f9bb24503..06d93467f6c 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,7 @@ +2026-01-01 Jakub Jelinek + + * libquadmath.texi: Bump @copying's copyright year. + 2025-12-29 Rainer Orth * configure: Regenerate.