]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
index ea3089944f21dc35e8ff4f282986f80eff92ded3..e48de21235ac7aa833e077fc5d54b857eb7a1d2c 100644 (file)
@@ -1,3 +1,14 @@
+2021-05-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/25_algorithms/pstl/alg_nonmodifying/find_end.cc:
+       Increase dg-timeout-factor to 4. Fix -Wunused-parameter
+       warnings. Replace bitwise AND with logical AND in loop
+       condition.
+       * testsuite/25_algorithms/pstl/alg_nonmodifying/search_n.cc:
+       Replace bitwise AND with logical AND in loop condition.
+       * testsuite/util/pstl/test_utils.h: Remove unused parameter
+       names.
+
 2021-05-11  Patrick Palka  <ppalka@redhat.com>
 
        * src/c++17/ryu/LOCAL_PATCHES: Update.