https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115269
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:2f097c0b3f76b50d96895158b2d80024252cfbd0 commit r14-10267-g2f097c0b3f76b50d96895158b2d80024252cfbd0 Author: Jonathan Wakely <jwak...@redhat.com> 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)