https://gcc.gnu.org/g:64f95a0eeaf1cb6d07cc414c9b2953a494e03be1
commit r16-8104-g64f95a0eeaf1cb6d07cc414c9b2953a494e03be1 Author: GCC Administrator <[email protected]> Date: Mon Mar 16 00:16:25 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 7 +++++++ libga68/ChangeLog | 4 ++++ libstdc++-v3/ChangeLog | 8 ++++++++ 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index fcb1d4c3c87c..bc8b33bf2a1b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260315 +20260316 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 52b74a24b211..70a04226cd27 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2026-03-15 Christopher Albert <[email protected]> + + PR fortran/124482 + * decl.cc (gfc_match_data_decl): Defer CLASS container cleanup + until after all failed components are unlinked. Check remaining + component list before freeing a shared container. + 2026-03-13 Christopher Albert <[email protected]> PR fortran/102459 diff --git a/libga68/ChangeLog b/libga68/ChangeLog index 9cbf6f47c868..72ed0925ea7b 100644 --- a/libga68/ChangeLog +++ b/libga68/ChangeLog @@ -1,3 +1,7 @@ +2026-03-15 Jose E. Marchesi <[email protected]> + + * ga68.map: Add public symbols from posix and standard preludes. + 2026-03-14 Jose E. Marchesi <[email protected]> * standard.a68.in (float): Fix typo from RR and handle short* int diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 708cf2106065..0be439ed07e7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2026-03-15 François Dumont <[email protected]> + + PR libstdc++/124444 + * include/debug/safe_sequence.h (_Safe_sequence::_M_invalidate_if_impl): New. + (_Safe_sequence::_M_invalidate_if): Call later if not __is_constant_evaluated. + * include/debug/safe_sequence.tcc: Rename _M_invalidate_if into + _M_invalidate_if_impl and remove C++20 constexpr. + 2026-03-14 Jonathan Wakely <[email protected]> * include/std/text_encoding: Fix @since in Doxygen comment.
