From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFC793858037; Wed, 6 Mar 2024 11:31:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFC793858037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709724671; bh=rWu/Q35f+nHNPLH/qyGwOuD7KDpEDZv9nruhk+FeypM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KHKus7WGLA91BZskSDhditXxe3bc2eTtJnFdgAz0aPKB1gr2N80RLHF9tTDZlw70L uqEBMVsAoWyU3p+Lr9tin+JbYwO8u6wjTtj9/in1IQ3ufQ/otAcfp1viPYCvvONPRi AmRl4WJI/OguUEgTNG3N9+lyZmWEOfa6RKeGEF44= From: "overdijk at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114253] False positive maybe-uninitialized with std::optional and ternary Date: Wed, 06 Mar 2024 11:31:11 +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: 8.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: overdijk at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: attachments.created 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=3D114253 --- Comment #2 from Frank Overdijk --- Created attachment 57630 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57630&action=3Dedit Verbose compiler output=