From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 96DB13858D29; Fri, 24 May 2024 22:35:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96DB13858D29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716590105; bh=gQJrWh3T90Qea54i4EDzAo5TC9r4b35PJPyQgWIlHvs=; h=To:Subject:Date:From:From; b=vkTuUd6sxmiSHJCqmxxRaW1uC7wpNthwamc4Z00HiTiN0/m8Yj0Eu2Lnbn/YqLMvH PVQEIX6Mp2SY7WrLQnQPhS0YUD+oO4IdP2uhfJYqYCXLgNbK3J7legpdyv0wpz43eB sGdc5iyOKRZdcxd7ICGas4eeTaav2i2o+QM+N6TM= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 77993a3798b638d2518dcb11ac939b581ea3cea8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b20402b74f21724e2772d48ec8f12043ca785503 X-Git-Newrev: 77993a3798b638d2518dcb11ac939b581ea3cea8 Message-Id: <20240524223505.96DB13858D29@sourceware.org> Date: Fri, 24 May 2024 22:35:05 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 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 <iostream> 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 - libstdc++.so is not used at runtime. See the + libstdc++.so is not used at run time. See the documentation - about using the right libstdc++.so at runtime. + about using the right libstdc++.so at run time. Future GCC releases will mitigate the problem so that the program cannot be run at all with an older libstdc++.so. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs