From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB4EE3852205; Wed, 23 Nov 2022 16:46:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB4EE3852205 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669221980; bh=Lqx9lGv5QEjl9w1nVpVHqdgB3kiAJOMYYoSEyxczXFE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=du0Lr6hSMLCFXgdPM3Q98oWVy9tQMq4KiJDdcSd5yY4Ho4Sxig3gphymoLPKuLeNj +ZYr2D79rsQ8ndYqS1yeRiZFpY+YYFO4KiAKECrrcMDGer4F88MAE2ytdMJvhk/zLU yUmouqRI6FxuiqKHmpL9qaeohq5CvDMCo5gpFV1Q= From: "vincent-gcc at vinc17 dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/80548] -Wmaybe-uninitialized false positive when an assignment is added Date: Wed, 23 Nov 2022 16:46:18 +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: 6.3.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-gcc at vinc17 dot net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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=3D80548 --- Comment #12 from Vincent Lef=C3=A8vre -= -- (In reply to Jeffrey A. Law from comment #11) > As I said in my previous comment, the best way forward is to get those two > new instances filed as distinct bugs in BZ. See PR107838 and PR107839.=