https://gcc.gnu.org/g:c7892c53bbf2d07ccdbc06abdad5f61f8c6790ca
commit r14-12268-gc7892c53bbf2d07ccdbc06abdad5f61f8c6790ca Author: GCC Administrator <[email protected]> Date: Tue Jan 27 00:18:21 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 22e0939a393e..87be239a5394 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260126 +20260127 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 176d07ef0dc8..c07cd4f70653 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,37 @@ +2026-01-26 Jonathan Wakely <[email protected]> + + Backported from master: + 2025-03-13 Jonathan Wakely <[email protected]> + + * include/Makefile.am: Add stdckdint.h. + * include/Makefile.in: Regenerate. + * include/c_compatibility/stdckdint.h: New file. + * testsuite/26_numerics/stdckdint/1.cc: New test. + * testsuite/26_numerics/stdckdint/2_neg.cc: New test. + +2026-01-26 Jonathan Wakely <[email protected]> + + Backported from master: + 2025-03-13 Jonathan Wakely <[email protected]> + + * include/Makefile.am: Add stdbit.h. + * include/Makefile.in: Regenerate. + * include/c_compatibility/stdbit.h: New file. + * testsuite/20_util/stdbit/1.cc: New test. + * testsuite/20_util/stdbit/2_neg.cc: New test. + +2026-01-26 Jonathan Wakely <[email protected]> + + Backported from master: + 2024-11-27 Jonathan Wakely <[email protected]> + + PR libstdc++/105857 + * config/locale/dragonfly/codecvt_members.cc (do_length): Limit + size of alloca buffer to 4k. + * config/locale/gnu/codecvt_members.cc (do_length): Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/105857.cc: New + test. + 2026-01-23 Wang Jinghao <[email protected]> Backported from master:
