aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-06-27 00:17:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-06-27 00:17:31 +0000
commit9c56dc7f52a7c238c104cf9cc82d17a3703d970f (patch)
tree48c5a6744a7b955dfd57c9217e2fb5c7978741b4 /libstdc++-v3/ChangeLog
parent0731985920cdeeeb028f03ddb8a7f035565c1594 (diff)
downloadgcc-9c56dc7f52a7c238c104cf9cc82d17a3703d970f.zip
gcc-9c56dc7f52a7c238c104cf9cc82d17a3703d970f.tar.gz
gcc-9c56dc7f52a7c238c104cf9cc82d17a3703d970f.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f3b8748..f7ed11b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,67 @@
+2024-06-26 Jonathan Wakely <jwakely@redhat.com>
+
+ * scripts/update_release_branch.sh: New file.
+
+2024-06-26 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc:
+ Copy defaulted assignment operator from 808590-cxx11.cc to
+ suppress a warning.
+ * testsuite/20_util/specialized_algorithms/uninitialized_copy/808590-cxx11.cc:
+ Removed.
+
+2024-06-26 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/90276
+ * testsuite/25_algorithms/pstl/alg_modifying_operations/rotate_copy.cc:
+ Increase timeout for debug mode.
+ * testsuite/25_algorithms/pstl/alg_modifying_operations/transform_binary.cc:
+ Likewise.
+ * testsuite/25_algorithms/pstl/alg_nonmodifying/mismatch.cc:
+ Likewise.
+ * testsuite/25_algorithms/pstl/alg_sorting/lexicographical_compare.cc:
+ Likewise.
+ * testsuite/25_algorithms/pstl/alg_sorting/minmax_element.cc:
+ Likewise.
+ * testsuite/25_algorithms/pstl/alg_sorting/set_symmetric_difference.cc:
+ Likewise.
+
+2024-06-26 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/90276
+ * testsuite/25_algorithms/pstl/alg_sorting/partial_sort.cc
+ [_GLIBCXX_DEBUG]: Add xfail-run-if for debug mode.
+ * testsuite/25_algorithms/pstl/alg_nonmodifying/nth_element.cc
+ [_GLIBCXX_DEBUG]: Reduce size of test data.
+ * testsuite/25_algorithms/pstl/alg_sorting/includes.cc:
+ Likewise.
+ * testsuite/25_algorithms/pstl/alg_sorting/set_util.h:
+ Likewise.
+
+2024-06-26 Jonathan Wakely <jwakely@redhat.com>
+
+ * src/c++20/tzdb.cc (minmax_year, minmax_year2): Remove.
+ (years_from_to): New class replacing minmax_year and
+ minmax_year2.
+ (format_abbrev_str, select_std_or_dst_abbrev): Move earlier in
+ the file. Handle "-" for letters.
+ (ZoneInfo::to): Use format_abbrev_str to expand %z.
+ (ZoneInfo::set_abbrev): Remove exception. Change parameter from
+ reference to value.
+ (operator>>(istream&, Rule&)): Do not clear letters when it
+ contains "-".
+ (time_zone::_M_get_sys_info): Add missing logic to find the Rule
+ in effect before the time point.
+ * testsuite/std/time/tzdb/1.cc: Adjust for vanguard format using
+ "GMT" as the Zone name, not as a Link to "Etc/GMT".
+ * testsuite/std/time/time_zone/sys_info_abbrev.cc: New test.
+
+2024-06-26 Alexandre Oliva <oliva@adacore.com>
+ Marc Poulhiès <poulhies@adacore.com>
+
+ * testsuite/lib/dg-options.exp (add_options_for_libatomic):
+ None for *-*-vxworks*.
+
2024-06-25 Jonathan Wakely <jwakely@redhat.com>
* include/bits/valarray_array.h (_Array_default_ctor): Remove.