From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BD08D3858D32; Mon, 17 Oct 2022 13:14:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD08D3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666012471; bh=D9zT2PQ0kjCaqYPNvS6jR1zAtcUnTMD0jhWlbcko3zc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Zd6tUxiU1I0S2+4x/8oSeCP7VytsL5EoAb6wVJSScwWeq6u8WacljfAstwXRhJHnQ MEjR1waMrVX0tJzBQi+xCyZZNy0kXgnAiA8a4a3ypfCcw+3ZAgMEFSEg1cSzcJx+eD QjKX5/ReeT5r/zK5mA2sOmCrPzU9U6xNW8NxMHiw= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106922] [12 Regression] Bogus uninitialized warning on boost::optional<>>, missed FRE Date: Mon, 17 Oct 2022 13:14:30 +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: 12.2.1 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cf_known_to_work cf_known_to_fail bug_status 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=3D106922 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Known to work| |12.2.1 Known to fail| |12.2.0 Status|ASSIGNED |RESOLVED --- Comment #31 from Richard Biener --- Fixed.=