[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #15 from GCC Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:39d37ffbf890334b16ffb56da9fe00f0daa87f16 commit r12-10145-g39d37ffbf890334b16ffb56da9fe00f0daa87f16 Author: Jonathan

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-02-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #14 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3c04a1533b32362c7c28fc32b05623dda45a1b44 commit r13-8304-g3c04a1533b32362c7c28fc32b05623dda45a1b44 Author: Jonathan

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-02-03 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #13 from Jonathan Wakely --- The remaining failures are: 25_algorithms/pstl/alg_nonmodifying/nth_element.cc 25_algorithms/pstl/alg_sorting/includes.cc 25_algorithms/pstl/alg_sorting/minmax_element.cc

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-02-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #11 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:723a7c1ad29523b9ddff53c7b147bffea56fbb63 commit r14-8743-g723a7c1ad29523b9ddff53c7b147bffea56fbb63 Author: Jonathan Wakely

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-02-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #11 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:723a7c1ad29523b9ddff53c7b147bffea56fbb63 commit r14-8743-g723a7c1ad29523b9ddff53c7b147bffea56fbb63 Author: Jonathan Wakely

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-02-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #10 from Jonathan Wakely --- And another one: https://github.com/llvm/llvm-project/issues/80217

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-31 Thread frs.dumont at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #9 from frs.dumont at gmail dot com --- Here is the reason of the 20_util/specialized_algorithms/pstl/uninitialized_copy_move.cc FAIL. Maybe it fixes some other tests too, I need to run all of them.     libstdc++: Do not forward

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #8 from Jonathan Wakely --- https://github.com/llvm/llvm-project/issues/80136

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #7 from Jonathan Wakely --- __pstl::__tbb_backend::__merge_func::split_merging (which should be a reserved name) does: if (__nx < __ny) { __ym = _M_ys + __ny / 2; if (_x_orig)

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #6 from Jonathan Wakely --- Some of the tests FAIL for different reasons: /home/jwakely/src/gcc/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/stl_algo.h:2051: In function: _FIter std::upper_bound(_FIter, _FIter, const

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 Jonathan Wakely changed: What|Removed |Added See Also||https://github.com/llvm/llv

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2024-01-24 00:00:00 |2019-04-29 0:00 --- Comment #4 from

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2019-04-29 00:00:00 |2024-1-24 --- Comment #3 from

[Bug libstdc++/90276] PSTL tests fail in Debug Mode

2024-01-24 Thread fdumont at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90276 --- Comment #2 from François Dumont --- Is there any unmentioned prerequisite to reproduce this bug ? I cannot. Maybe thanks to PR11477 this PR could be closed too.