From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF70A392AC26; Sun, 20 Nov 2022 03:56:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF70A392AC26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668916569; bh=S2ksmANcJJ/NMjYJJL/Fvm+6eZkLd6N08/PTcmr5ZSE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R39ryGmKqJaYfYToYnaF4/mlbrB3MrEdUClMu5NMVbvQFkQcQxYO0T2U5j9AVYhrP uxBaXng7eNtTzCHOYFdOU4pd/H+DDqxl5smlhpkmybfIgDQUBWp0lQkgVoEbNp1YRP GOkVM4H54NGOax1cmG3OeLOGYnfqqQcIKd7JzrsU= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/67196] [10/11/12 Regression] loop-induced false positive from -Wmaybe-uninitialized Date: Sun, 20 Nov 2022 03:56: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: 6.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc short_desc 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=3D67196 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org Summary|[10/11/12/13 Regression] |[10/11/12 Regression] |loop-induced false positive |loop-induced false positive |from -Wmaybe-uninitialized |from -Wmaybe-uninitialized --- Comment #9 from Jeffrey A. Law --- Working with the trunk, so removing 13 regression marker.=