Per our codingconventions.html Gerald --- htdocs/gcc-13/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index d431c768..2702170d 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -62,9 +62,9 @@ You may also want to check out our includes the <code><iostream></code> header. This change improves the start-up performance of C++ programs, but it means that code compiled with GCC 13.1 will crash if the correct version of - <code>libstdc++.so</code> is not used at runtime. See the + <code>libstdc++.so</code> is not used at run time. See the <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dynamic_or_shared.html#manual.intro.using.linkage.dynamic">documentation</a> - about using the right <code>libstdc++.so</code> at runtime. + about using the right <code>libstdc++.so</code> at run time. Future GCC releases will mitigate the problem so that the program cannot be run at all with an older <code>libstdc++.so</code>. </li> -- 2.45.0