From: GCC Administrator Date: Fri, 18 Apr 2025 00:20:19 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.5.0~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fac6eeafa4573870ad1f197b134cd5fc4809fee;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index f2901859e28..18aa6a5fa2d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250417 +20250418 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1532f63000e..4ab3df7ad91 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,48 @@ +2025-04-17 Jonathan Wakely + + Backported from master: + 2023-06-26 Jonathan Wakely + + * include/debug/helper_functions.h (__get_distance) + (__check_singular, __valid_range_aux, __valid_range): Qualify + calls to disable ADL. + (__check_singular_aux(const _Safe_iterator_base*)): Declare + overload that was previously found via ADL. + +2025-04-17 Jonathan Wakely + + Backported from master: + 2024-04-15 Jonathan Wakely + + PR libstdc++/93672 + * src/c++98/istream.cc (istream::ignore(streamsize, int_type)): + Treat all negative delimiter values as eof(). + * testsuite/27_io/basic_istream/ignore/char/93672.cc: New test. + * testsuite/27_io/basic_istream/ignore/wchar_t/93672.cc: New + test. + +2025-04-17 Jonathan Wakely + + Backported from master: + 2025-03-28 Jonathan Wakely + + PR libstdc++/117983 + * include/bits/vector.tcc (vector::_M_range_insert): Add + unreachable condition to tell the compiler begin() <= end(). + * testsuite/23_containers/vector/modifiers/insert/117983.cc: New + test. + +2025-04-17 Jonathan Wakely + + Backported from master: + 2024-12-17 Jonathan Wakely + + PR libstdc++/118035 + * include/bits/deque.tcc (_M_range_insert_aux): Return + immediately if inserting an empty range. + * testsuite/23_containers/deque/modifiers/insert/118035.cc: New + test. + 2025-04-16 Jonathan Wakely Backported from master: