This has been the link that's ultimately been leading us (a) clean up the libstdc++ online docs and (b) improve the scripting to avoid obsolete material hanging around on gcc.gnu.org/onlinedocs.
So, in a way it served us well. Time to retire now. :-) Pushed. Gerald Profile mode and its docs have been gone for a while, just the instance on our website stuck until recently (and has been purged now). --- htdocs/news.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/news.html b/htdocs/news.html index 5bdcd374..a88cc996 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -696,9 +696,8 @@ Using MPC allows more effective and accurate complex number <a href="gcc-4.5/changes.html#mpcopts">compile-time optimizations</a>.</dd> <dt>January 25, 2010</dt> -<dd>An - experimental <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/profile_mode.html"> - profile mode </a> has been added. This is an implementation of many +<dd>An experimental profile mode has been added. + This is an implementation of many C++ Standard library constructs with an additional analysis layer that gives performance improvement advice based on recognition of suboptimal usage patterns. Code was contributed by Silvius Rus, -- 2.51.0