On 31/07/20 22:45 +0100, Jonathan Wakely wrote:
On 31/07/20 23:23 +0200, Gerald Pfeifer wrote:
Pushed.

(Something was off with the ChangeLog detection I'm afraid.  I first got
an error message and what ended up in the commit didn't look completely
consistent.)

I noticed the other day that this link was redirecting, but I don't
think we want this change.

We use the PSTL as it was when we imported (i.e. forked) it. We don't
use whatever it's now part of.

A better link would be:
https://github.com/llvm/llvm-project/tree/master/pstl
which is the upstream for our code (even though we're shipping it and
LLVM isn't).


I've pushed this.

commit 54485adc777e52da5161bd5069e1dac696dc7325
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Wed Aug 5 22:45:04 2020

    libstdc++: Change URL for PSTL again
    
    libstdc++-v3/ChangeLog:
    
            * doc/xml/manual/status_cxx2017.xml: Replace oneAPI DPC++ link
            with LLVM repo for PSTL.
            * doc/html/manual/status.html: Regenerate.

diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 0929ee948e0..e6834b3607a 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -1882,7 +1882,7 @@ since C++14 and the implementation is complete.
       <entry>28.4</entry>
       <entry>Parallel algorithms</entry>
       <entry/>
-      <entry>Using <link xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:href="https://github.com/oneapi-src/oneDPL";>oneAPI DPC++ Library</link></entry>
+      <entry>Using <link xmlns:xlink="http://www.w3.org/1999/xlink"; xlink:href="https://github.com/llvm/llvm-project/tree/master/pstl";>PSTL</link></entry>
     </row>
     <row>
       <entry>28.5</entry>

Reply via email to