This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/85998] feature request: support C++17 parallel STL


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Jeff Hammond from comment #0)
> I'd like to see GCC evolve
> https://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html into a
> proper implementation of the C++17 parallel STL
> (http://en.cppreference.com/w/cpp/algorithm).

No, this is absolutely not going to happen. Importing Intel's PSTL is already
in progress, and a much better solution than trying to rewrite the existing
Parallel Mode (which only implements the C++98 algorithms).

I don't see any point keeping this open as a bug report. It's a missing piece
of C++17 support so is already on our roadmap, we don't need a feature request.
"INVALID" isn't really the right resolution, but it'll have to do.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]