From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1B7C3858D32; Sun, 15 Jan 2023 18:46:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1B7C3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673808409; bh=O0lFYKEsLMn2ypg4u6EIQCn/DMaw+aftqF6c2TcRYxc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HTbLNoOOCT0IPH/zPbo7R225Ed5mNufa55Wowh4Lfr1zN3ed/HryOsUfqqtCrbyE9 ABuzgNN08gSeXTipekoNculYbi4d04j5kg0bBpKM6rvbeW4B6p4eyi47aih/3MH36T XP47jxlR4IxB1BzXSv2+toaXNGApgMU1z/DGBr8A= From: "pefoley2 at pefoley dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108402] False positive Wuninitialized with ftrivial-auto-var-init=pattern Date: Sun, 15 Jan 2023 18:46:48 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pefoley2 at pefoley 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.isobsolete 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=3D108402 pefoley2 at pefoley dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54271|0 |1 is obsolete| | --- Comment #3 from pefoley2 at pefoley dot com --- Created attachment 54275 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54275&action=3Dedit Partially reduced testcase Testcase reduced via creduce/delta to the point that it fits in the attachm= ent size.=