[gcc r16-7534] Daily bump.

GCC Administrator gccadmin@gcc.gnu.org
Tue Feb 17 00:16:53 GMT 2026


https://gcc.gnu.org/g:333ae149a07076d26dd8fde47124b5d1c7095936

commit r16-7534-g333ae149a07076d26dd8fde47124b5d1c7095936
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue Feb 17 00:16:23 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       | 10 ++++++++++
 gcc/algol68/ChangeLog   |  7 +++++++
 gcc/testsuite/ChangeLog | 15 +++++++++++++++
 libstdc++-v3/ChangeLog  | 44 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 77 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4fe04e093b44..0fb7178085cb 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260216
+20260217
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 6f303447e080..ee97258e84b8 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,13 @@
+2026-02-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+	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  <baird@adacore.com>
 
 	PR ada/124016
diff --git a/gcc/algol68/ChangeLog b/gcc/algol68/ChangeLog
index 82613b7b560f..846ed879a12a 100644
--- a/gcc/algol68/ChangeLog
+++ b/gcc/algol68/ChangeLog
@@ -1,3 +1,10 @@
+2026-02-16  Jose E. Marchesi  <jemarch@gnu.org>
+
+	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  <bohlj47@gmail.com>
 
 	PR algol68/124049
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2b194b7f10e1..23142bf58858 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,18 @@
+2026-02-16  Jose E. Marchesi  <jemarch@gnu.org>
+
+	PR algol68/124115
+	* algol68/compile/formal-hole-2.a68: New test.
+
+2026-02-16  Richard Biener  <rguenther@suse.de>
+
+	PR testsuite/103515
+	* gcc.target/powerpc/pr103515.c: Mark the loop in foo1
+	with #pramga GCC novector.
+
+2026-02-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+	* gnat.dg/subpools2.adb: New test.
+
 2026-02-15  Patrick Palka  <ppalka@redhat.com>
 
 	PR c++/121500
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 20da1e8ddaa6..9b8ffa89e2d1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,47 @@
+2026-02-16  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+	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  <tkaminsk@redhat.com>
+
+	* 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  <ivan.lazaric1@gmail.com>
+	    Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/bits/fs_path.h: Include bits/formatfwd.h.
+	(std::formatter<filesystem::path, _CharT>): 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  <tkaminsk@redhat.com>
 
 	* testsuite/20_util/scoped_allocator/construct_pair_c++2a.cc


More information about the Libstdc++-cvs mailing list