[Bug libstdc++/115269] Hardcoded links in 14.1 docs to pages from release 4.3.2

2024-06-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269

Jonathan Wakely  changed:

   What|Removed |Added

   Target Milestone|--- |11.5
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Jonathan Wakely  ---
Fixed on all active branches. Thanks for the report.

[Bug libstdc++/115269] Hardcoded links in 14.1 docs to pages from release 4.3.2

2024-06-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269

--- Comment #6 from GCC Commits  ---
The releases/gcc-11 branch has been updated by Jonathan Wakely
:

https://gcc.gnu.org/g:9b792e0159f7076e5901972be751333006e2ea83

commit r11-11460-g9b792e0159f7076e5901972be751333006e2ea83
Author: Jonathan Wakely 
Date:   Wed May 29 10:59:48 2024 +0100

libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269]

Link to the docs for GCC trunk instead. For the release branches, the
link should be to the docs for appropriate release branch.

Also replace the incomplete/outdated list of explicit -std options with
a single entry for the -std option.

libstdc++-v3/ChangeLog:

PR libstdc++/115269
* doc/xml/manual/using.xml: Replace link to gcc-4.3.2 docs.
Replace list of -std=... options with a single entry for -std.
* doc/html/manual/using.html: Regenerate.

(cherry picked from commit b460ede64f9471589822831e04eecff4a3dbecf2)

[Bug libstdc++/115269] Hardcoded links in 14.1 docs to pages from release 4.3.2

2024-06-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269

--- Comment #5 from GCC Commits  ---
The releases/gcc-12 branch has been updated by Jonathan Wakely
:

https://gcc.gnu.org/g:26fa081ad4b7299a33b5ff4525bce8858a1b0dd2

commit r12-10483-g26fa081ad4b7299a33b5ff4525bce8858a1b0dd2
Author: Jonathan Wakely 
Date:   Wed May 29 10:59:48 2024 +0100

libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269]

Link to the docs for GCC trunk instead. For the release branches, the
link should be to the docs for appropriate release branch.

Also replace the incomplete/outdated list of explicit -std options with
a single entry for the -std option.

libstdc++-v3/ChangeLog:

PR libstdc++/115269
* doc/xml/manual/using.xml: Replace link to gcc-4.3.2 docs.
Replace list of -std=... options with a single entry for -std.
* doc/html/manual/using.html: Regenerate.

(cherry picked from commit b460ede64f9471589822831e04eecff4a3dbecf2)

[Bug libstdc++/115269] Hardcoded links in 14.1 docs to pages from release 4.3.2

2024-06-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269

--- Comment #4 from GCC Commits  ---
The releases/gcc-13 branch has been updated by Jonathan Wakely
:

https://gcc.gnu.org/g:3687dcfabfaae566f4b42aa8a805869b809e6247

commit r13-8815-g3687dcfabfaae566f4b42aa8a805869b809e6247
Author: Jonathan Wakely 
Date:   Wed May 29 10:59:48 2024 +0100

libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269]

Link to the docs for GCC trunk instead. For the release branches, the
link should be to the docs for appropriate release branch.

Also replace the incomplete/outdated list of explicit -std options with
a single entry for the -std option.

libstdc++-v3/ChangeLog:

PR libstdc++/115269
* doc/xml/manual/using.xml: Replace link to gcc-4.3.2 docs.
Replace list of -std=... options with a single entry for -std.
* doc/html/manual/using.html: Regenerate.

(cherry picked from commit b460ede64f9471589822831e04eecff4a3dbecf2)

[Bug libstdc++/115269] Hardcoded links in 14.1 docs to pages from release 4.3.2

2024-06-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269

--- Comment #3 from GCC Commits  ---
The releases/gcc-14 branch has been updated by Jonathan Wakely
:

https://gcc.gnu.org/g:2f097c0b3f76b50d96895158b2d80024252cfbd0

commit r14-10267-g2f097c0b3f76b50d96895158b2d80024252cfbd0
Author: Jonathan Wakely 
Date:   Wed May 29 10:59:48 2024 +0100

libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269]

Link to the docs for GCC trunk instead. For the release branches, the
link should be to the docs for appropriate release branch.

Also replace the incomplete/outdated list of explicit -std options with
a single entry for the -std option.

libstdc++-v3/ChangeLog:

PR libstdc++/115269
* doc/xml/manual/using.xml: Replace link to gcc-4.3.2 docs.
Replace list of -std=... options with a single entry for -std.
* doc/html/manual/using.html: Regenerate.

(cherry picked from commit b460ede64f9471589822831e04eecff4a3dbecf2)

[Bug libstdc++/115269] Hardcoded links in 14.1 docs to pages from release 4.3.2

2024-06-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269

--- Comment #2 from GCC Commits  ---
The master branch has been updated by Jonathan Wakely :

https://gcc.gnu.org/g:b460ede64f9471589822831e04eecff4a3dbecf2

commit r15-967-gb460ede64f9471589822831e04eecff4a3dbecf2
Author: Jonathan Wakely 
Date:   Wed May 29 10:59:48 2024 +0100

libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269]

Link to the docs for GCC trunk instead. For the release branches, the
link should be to the docs for appropriate release branch.

Also replace the incomplete/outdated list of explicit -std options with
a single entry for the -std option.

libstdc++-v3/ChangeLog:

PR libstdc++/115269
* doc/xml/manual/using.xml: Replace link to gcc-4.3.2 docs.
Replace list of -std=... options with a single entry for -std.
* doc/html/manual/using.html: Regenerate.

[Bug libstdc++/115269] Hardcoded links in 14.1 docs to pages from release 4.3.2

2024-05-29 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269

Jonathan Wakely  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Last reconfirmed||2024-05-29

--- Comment #1 from Jonathan Wakely  ---
(In reply to Phil Miller from comment #0)
> A couple spots in the current-version documentation seem to spuriously point
> to pages specifically from release version 4.3.2:
> 
> https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libstdc%2B%2B-v3/doc/xml/manual/
> using.xml;hb=b644126237a1aa8599f767a5e0bbada1d7286f44#l10
> 
> https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libstdc%2B%2B-v3/doc/html/manual/
> using.html;hb=b644126237a1aa8599f767a5e0bbada1d7286f44#l7

Just one spot, the html page is generated from the xml.