From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 456593858C29; Sat, 25 Nov 2023 14:42:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 456593858C29 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700923354; bh=W9nCNNvTqBOz8Af0XI9wnUuWq1kxs6lvq1FMoRSZems=; h=To:Subject:Date:From:From; b=Hn4yk0daSuGfUw9y21YKyhQZByTporx9fSXzrYVF03gZkDZgJYP14kTA9toy/MZD8 4o9saCB2SKtOTO1xroM4sweMOfaopGW3ZQYWYaQhG/kTzUCltuiyRoijJjL4lRgKIs tztkQyUv9YuMwuWM7vYSv/UVIk5tleEDCc3Z51io= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ed036af3cad2d5e793c8e121bbe1c0dadb81f1a1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5a747aceaa58f54f066185d1d9ce05d4bf5ac18c X-Git-Newrev: ed036af3cad2d5e793c8e121bbe1c0dadb81f1a1 Message-Id: <20231125144234.456593858C29@sourceware.org> Date: Sat, 25 Nov 2023 14:42:34 +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 ed036af3cad2d5e793c8e121bbe1c0dadb81f1a1 (commit) from 5a747aceaa58f54f066185d1d9ce05d4bf5ac18c (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 ed036af3cad2d5e793c8e121bbe1c0dadb81f1a1 Author: Gerald Pfeifer Date: Sat Nov 25 15:42:15 2023 +0100 gcc-13: Refer to GCC (instead of gcc) diff --git a/htdocs/gcc-13/porting_to.html b/htdocs/gcc-13/porting_to.html index db0bf2fa..c727d66f 100644 --- a/htdocs/gcc-13/porting_to.html +++ b/htdocs/gcc-13/porting_to.html @@ -73,7 +73,7 @@ may change behavior or fail to compile in C++23. For example:

implicit move, whereby the compiler does two separate overload resolutions: one treating the operand as an rvalue, and then (if that resolution fails) another one treating the operand as an lvalue. In the standard this was -introduced in C++11 and implemented in gcc in +introduced in C++11 and implemented in GCC in r251035. In ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/porting_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs