From: GCC Administrator Date: Tue, 17 Feb 2026 00:16:23 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 4fe04e093b4..0fb7178085c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260216 +20260217 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6f303447e08..ee97258e84b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,13 @@ +2026-02-16 Eric Botcazou + + PR ada/124106 + * exp_ch4.adb (Expand_N_Allocator): Minor fix in commentary. + (Expand_Allocator_Expression): Propagate the Subpool_Handle_Name + of the original allocator onto the newly built allocators. + * exp_ch6.adb (Make_Build_In_Place_Call_In_Allocator): Likewise. + Use Preserve_Comes_From_Source to propagate Comes_From_Source. + (Make_CPP_Constructor_Call_In_Allocator): Likewise. + 2026-02-11 Steve Baird PR ada/124016 diff --git a/gcc/algol68/ChangeLog b/gcc/algol68/ChangeLog index 82613b7b560..846ed879a12 100644 --- a/gcc/algol68/ChangeLog +++ b/gcc/algol68/ChangeLog @@ -1,3 +1,10 @@ +2026-02-16 Jose E. Marchesi + + PR algol68/124115 + * a68-low-holes.cc (get_hole_symbol): Always set *addrp to avoid + uninitialized memory. + * a68-low.cc (a68_make_formal_hole_decl): Remove assert. + 2026-02-12 James Bohl PR algol68/124049 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2b194b7f10e..23142bf5885 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2026-02-16 Jose E. Marchesi + + PR algol68/124115 + * algol68/compile/formal-hole-2.a68: New test. + +2026-02-16 Richard Biener + + PR testsuite/103515 + * gcc.target/powerpc/pr103515.c: Mark the loop in foo1 + with #pramga GCC novector. + +2026-02-16 Eric Botcazou + + * gnat.dg/subpools2.adb: New test. + 2026-02-15 Patrick Palka PR c++/121500 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 20da1e8ddaa..9b8ffa89e2d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,47 @@ +2026-02-16 Tomasz Kamiński + + PR libstdc++/119745 + * include/bits/basic_string.h (basic_string::_M_construct) + [__cplusplus >= 202302L]: Declare. + (basic_string::basic_string(basic_string&&, size_type, const _Alloc&)) + (basic_string(basic_string&&, size_type, size_type, const _Alloc&)) + (basic_string::substr(size_type, size_type) &&) + (basic_string::substr(size_type) &&) [__cplusplus >= 202302L]: Define. + * include/bits/basic_string.tcc (basic_string::_M_construct) + [__cplusplus >= 202302L]: Define. + * testsuite/21_strings/basic_string/operations/substr/rvalue.cc: New test. + +2026-02-16 Tomasz Kamiński + + * include/std/mdspan (std::submdspan_extents): Rename to... + (std::subextents): Renamed from submdspan_extents. + (std::submdspan_canonicalize_slices): Rename to... + (std::canonical_slices): Renamed from submdspan_canonicalize_slices. + * testsuite/23_containers/mdspan/submdspan/submdspan_canonicalize_slices.cc: + Move to... + * testsuite/23_containers/mdspan/submdspan/canonical_slices.cc: ...here. + Updated calls to submdspan_canonicalize_slices. + * testsuite/23_containers/mdspan/submdspan/submdspan_canonicalize_slices_neg.cc: + Move to... + * testsuite/23_containers/mdspan/submdspan/canonical_slices_neg.cc: ...here. + Updated calls to submdspan_canonicalize_slices. + * testsuite/23_containers/mdspan/submdspan/submdspan_extents.cc: Move to... + * testsuite/23_containers/mdspan/submdspan/subextents.cc: ...here. + Qualified and renamed calls to submdspan_extents. + * testsuite/23_containers/mdspan/submdspan/submdspan_extents_neg.cc: Move to... + * testsuite/23_containers/mdspan/submdspan/subextents_neg.cc: ...here. + Qualified and renamed calls to submdspan_extents. + +2026-02-16 Ivan Lazaric + Jonathan Wakely + + * include/bits/fs_path.h: Include bits/formatfwd.h. + (std::formatter): Define. + * include/bits/version.def (format_path): Define. + * include/bits/version.h: Regenerate. + * include/std/filesystem: Expose __cpp_lib_format_path. + * testsuite/std/format/fs_path.cc: New test. + 2026-02-13 Tomasz Kamiński * testsuite/20_util/scoped_allocator/construct_pair_c++2a.cc