From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2DF663858D32; Mon, 16 Jan 2023 22:47:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2DF663858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673909227; bh=DciZ1u9c5wCiL2/9AryklLbMWeEth3OwVuoZEaTx1uY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bWPaL0NSN7IoJdBCYLK6IFGfCkQAgSMLfAKPQ0F0u7n2ZT+HhwuO0wrLGpuNxyoMX znqVaJrgIBiwpykijfZELqSmxs2bkFtsxfvJqyZzJ+Ts0Ka20ZGKcSR4bF3Ktt55Ku lTywY9Aqm/rU/wOJRoLRrSrQZ5vsaA1C80nzFe2A= 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: Mon, 16 Jan 2023 22:47:05 +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: 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 --- Comment #6 from pefoley2 at pefoley dot com --- The attached file repos the issue for me. I avoided trying to compress it per https://gcc.gnu.org/bugs/ "An attached archive (tar, zip, shar, whatever) containing all (or some) of the above." being listed under "What we do not want". And yeah, the steps to repo from a kernel checkout were added mostly for completeness, I didn't expect people to need to use them.=