From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 854A6385737A; Wed, 26 Oct 2022 19:22:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 854A6385737A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666812132; bh=Itx+KTQIHm39cvR9Btrn2rh/kY8QxRRKkSdhrPOCyA4=; h=To:Subject:Date:From:From; b=eul48kuHPT7aCYVQka6opRDyqP3avthruN6e6HL4BXh4xW8p18jSoteDOdfJG3JXY sQENumngHiZJbcNpik/WvcQXiuyIwQfroA5c9L/QysAxhBp6jY9KgJBcA8sUqOh1xR BxxS9fFdDcskfuWu01jELJBf/muxvTLG4sCESDFE= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0ee90c1a9c4f131e37aedd6b232cbf1f3f042da4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1c3fd72e73045266479669ff4a97a63520a0e72b X-Git-Newrev: 0ee90c1a9c4f131e37aedd6b232cbf1f3f042da4 Message-Id: <20221026192212.854A6385737A@sourceware.org> Date: Wed, 26 Oct 2022 19:22:12 +0000 (GMT) From: Marek Polacek 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 0ee90c1a9c4f131e37aedd6b232cbf1f3f042da4 (commit) from 1c3fd72e73045266479669ff4a97a63520a0e72b (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 0ee90c1a9c4f131e37aedd6b232cbf1f3f042da4 Author: Marek Polacek Date: Wed Oct 26 15:21:46 2022 -0400 gcc-13/changes: Mention -Wdangling-reference diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 033cc6a2..7c6bfa6e 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -167,6 +167,9 @@ a work-in-progress.

  • -Wself-move warns when a value is moved to itself with std::move (PR81159)
  • +
  • -Wdangling-reference warns when a reference is bound to + a temporary whose lifetime has ended + (PR106393)
  • The -Wpessimizing-move and -Wredundant-move ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs