From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AB805384B82D; Thu, 6 Oct 2022 17:49:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB805384B82D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665078582; bh=VEXTj0wMCyLPupsVBsN0auMaKTm5E6ZwRV1KkYkX+Bc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=obosKADPM8PlIar31rQv5+KSpeqSOgSMuddmDCYDIY3h0vHhueCTC1jzuDcWp+lT+ yPPcScFBEY+lvQGAamcrI46MLlkqL65wC+9zlkDcWrREwAQ8oKHzPNvLy7uwSJr/In 5+HoDHOKW0eHbeVIQ09sW3o3KnZTai7b2qpn81aI= From: "kip at thevertigo dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107140] Potential false positive uninitialized variable warning with -Wmaybe-uninitialized Date: Thu, 06 Oct 2022 17:49:42 +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: 12.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: kip at thevertigo dot com X-Bugzilla-Status: WAITING 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=3D107140 --- Comment #2 from Kip Warner --- Created attachment 53673 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53673&action=3Dedit Minimal=