From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B771B3858C33; Sat, 14 Jan 2023 06:56:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B771B3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673679416; bh=VIQURmQRZLATan/JRFalmRNOues4GsljXQEMEkHWQ7g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c0WTD2by9crA+OVAL8qCS0oak/ObShGdw91i32G9zskGPRVX21sS1kq0AJ+7HSQ0A t0wdRV2ZpUPCPhCkBNb1s9aDTiFC7ml/Gmp4HKKcCjsVxtkxKxKVoKpooHvfM+c3Au 5j0hykXuhddMuKe6hNJY6pjtlFcYqLLoUoj7iKWI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108402] False positive Wuninitialized with ftrivial-auto-var-init=pattern Date: Sat, 14 Jan 2023 06:56:56 +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: pinskia at gcc dot gnu.org 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: bug_status everconfirmed cf_reconfirmed_on 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Last reconfirmed| |2023-01-14 --- Comment #2 from Andrew Pinski --- Can you attach the preprocessed source of the original non-reduced testcase since the reduced testcase has a valid warning in it?=