From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7CC0B384601E; Tue, 25 Jun 2024 04:58:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CC0B384601E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719291498; bh=Adm8tuZA+9M7jU/4RrrnYCrVpR+ayLa69x09OuLXW1o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=a/ttr9KDyZy20RgbOukd7qfh+DGBPL6CeooGv2LWBGeS3+Za7JAD7Mh8MeVRnKE3p lz6SCq2w6QfMsmolEnHPqEfV3X8fDoDbS61PjsyvHBDRNFhKMFbTgLaI3P56MC7P29 RtMoLyjRkQ686fX/25UeWxiFBEr/CYQ6KfhF+2go= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115624] '-Wnrvo' is not an option that controls warnings Date: Tue, 25 Jun 2024 04:58:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115624 --- Comment #3 from GCC Commits --- The releases/gcc-14 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:b7157f3930762097210aa24a3f24ed5cafee6672 commit r14-10344-gb7157f3930762097210aa24a3f24ed5cafee6672 Author: Andrew Pinski Date: Mon Jun 24 18:16:13 2024 -0700 c-family: Add Warning property to Wnrvo option [PR115624] This was missing when Wnrvo was added in r14-1594-g2ae5384d457b9c67586de012816dfc71a6943164 . Pushed after a bootstrap/test on x86_64-linux-gnu. gcc/c-family/ChangeLog: PR c++/115624 * c.opt (Wnrvo): Add Warning property. Signed-off-by: Andrew Pinski (cherry picked from commit f7747210947a7c66e865c6ac571cce39e2b87caf)=