From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5946398B857; Mon, 28 Jun 2021 20:13:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5946398B857 From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/74762] [9/10/11 Regression] missing uninitialized warning (C++, parenthesized expr, TREE_NO_WARNING) Date: Mon, 28 Jun 2021 20:13:03 +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: 7.0 X-Bugzilla-Keywords: diagnostic, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: msebor at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution short_desc cf_known_to_fail bug_status target_milestone 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 20:13:03 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D74762 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Summary|[9/10/11/12 Regression] |[9/10/11 Regression] |missing uninitialized |missing uninitialized |warning (C++, parenthesized |warning (C++, parenthesized |expr, TREE_NO_WARNING) |expr, TREE_NO_WARNING) Known to fail|11.0 |11.1.0 Status|ASSIGNED |RESOLVED Target Milestone|9.5 |12.0 --- Comment #20 from Martin Sebor --- Yes, this was indeed resolved by r12-1804 and related. One of the last pat= ches in the series (yet to be committed) adds a test for this to the test suite: https://gcc.gnu.org/pipermail/gcc-patches/2021-June/571984.html=