https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276

--- Comment #17 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>:

https://gcc.gnu.org/g:003ce8a6c4c28f8d285134afa9a423d0e234cf2e

commit r15-1664-g003ce8a6c4c28f8d285134afa9a423d0e234cf2e
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Thu Jun 6 11:50:06 2024 +0100

    libstdc++: Work around some PSTL test failures for debug mode [PR90276]

    This addresses one known failure due to a bug in the upstream tests, and
    a number of timeouts due to the algorithms running much more slowly with
    debug mode checks enabled.

    libstdc++-v3/ChangeLog:

            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.
  • [Bug libstdc++/90276] PSTL test... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to