From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3D1AA3858436; Wed, 29 Nov 2023 17:04:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D1AA3858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701277441; bh=GDdoeerQj8gmVX5oe66zqORSBOZNJYAN0Zggz1ju/qY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XjWoc+x9kf1ZT4hZvF7NpFt0jRuxL2HHBvc18qSItIsggFrw3510zIIOvOLYLpalj 0XSg6aDpUNmER+83K67P/rBN4cSxWtrATfTRSkzfU4EvndlXBhf/LgQDxf3tAUrDoa Yj7USlcLa9opyjuvaTmPXZjfH0PIvVplwK1HU200= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112766] [14 regression] spurious -Wmaybe-uninitialized with array new Date: Wed, 29 Nov 2023 17:04:00 +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: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone bug_status keywords cc everconfirmed component 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=3D112766 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 Status|UNCONFIRMED |NEW Keywords| |diagnostic CC| |mpolacek at gcc dot gnu.or= g, | |rguenth at gcc dot gnu.org Ever confirmed|0 |1 Component|c++ |tree-optimization Last reconfirmed| |2023-11-29 --- Comment #1 from Marek Polacek --- Started with r14-4089: commit d45ddc2c04e471d0dcee016b6edacc00b8341b16 Author: Richard Biener Date: Thu Sep 14 13:06:51 2023 +0200 tree-optimization/111294 - backwards threader PHI costing=