From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1314) id 2EEFB385F014; Thu, 18 Apr 2024 03:24:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EEFB385F014 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713410661; bh=Hf0tebcfDECe/mjrsybZ0XeIQPw9lVlUU83Lt2PuWAE=; h=To:Subject:Date:From:From; b=DbtNqJzU2yNa6bIMg22ICtMcEfcH977Q7aJQmd672NnaEZ0jkzb+cA2a04TafqCbJ 1wXZ4KyeOUDQ7hZTyl5cCuLopezzS7JYRCyrI3NAzDH2+7WU7rEJD0/MphZdQveYC3 1IourRprhUHhyLdE9CslRy73ZXYjOO4jXsNdVFgs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. aef6b8ef509ad182c79437476ef1ee4643a754be X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3530b8d820658fb3add4b06def91672a0053f2b2 X-Git-Newrev: aef6b8ef509ad182c79437476ef1ee4643a754be Message-Id: <20240418032421.2EEFB385F014@sourceware.org> Date: Thu, 18 Apr 2024 03:24:21 +0000 (GMT) From: Andrew Pinski 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 aef6b8ef509ad182c79437476ef1ee4643a754be (commit) from 3530b8d820658fb3add4b06def91672a0053f2b2 (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 aef6b8ef509ad182c79437476ef1ee4643a754be Author: Andrew Pinski Date: Wed Apr 17 20:22:13 2024 -0700 Fix link on gcc-13/changes.html Just fixes the link to the manual for the new -nostdlib++ option. Signed-off-by: Andrew Pinski diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 6930bd58..4384c329 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -369,7 +369,7 @@ You may also want to check out our
  • The -Wpessimizing-move and -Wredundant-move warnings have been extended to warn in more contexts.
  • -
  • The -nostdlib++ +
  • The -nostdlib++ option has been added, to enable linking with g++ without implicitly linking in the C++ standard library.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs