This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 77993a3798b638d2518dcb11ac939b581ea3cea8 (commit) from b20402b74f21724e2772d48ec8f12043ca785503 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 77993a3798b638d2518dcb11ac939b581ea3cea8 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sat May 25 00:33:59 2024 +0200 gcc-13: Run time instead of runtime 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> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs