From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD2453858C20; Mon, 29 Aug 2022 14:26:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD2453858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661783188; bh=hMhO+5h7w0d1jNAkeR1EpKEoUpKCj/X4QAF6tyNYWOQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z61kGyAZx3wq7LpKinGcapvmQbbsTxLAXx/51YzKD1iwjf1rMv7pY2fiCdMX6dxRK Gjmny2/vPSMdosX2JR7ai4/3idPYBM9EiTrkamDu4Rda6hQd3K9rhjJsRuOeInYRhr I5CFar3+z6cDV9Z4OoieJS0T6qdweXxQ74MiXWt8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/61677] False positive with -Wmaybe-uninitialized (predicate analysis, VRP) Date: Mon, 29 Aug 2022 14:26:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: diagnostic, missed-optimization, needs-reduction X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_reconfirmed_on keywords 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=3D61677 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |13.0 Last reconfirmed|2014-07-03 00:00:00 |2022-8-29 Keywords| |needs-reduction --- Comment #9 from Richard Biener --- Reconfirmed with the original testcase.=