From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0FFDF385354A; Fri, 7 Jul 2023 07:28:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FFDF385354A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688714898; bh=ubc+mubvwECPvfaxSEy4Hlp7vy1PodeNSmNC+JYjgl0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ryElWRTH2XWm5eUdmdRHaiIe5xTLoq/ToM77TdIalo5YuvSxV7d/w/x0U8wtwCqHx 8Hj0uio84Js/a+0V6tDQvKK4oVZ3XEShrVQKVv+puTa6KqVlNBfeAxC/1Sps0I1eVl 14PTg/ezOUGsfQzHZ0wW8KBwf1QABw9Tz1o+alys= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/67196] [11/12 Regression] loop-induced false positive from -Wmaybe-uninitialized Date: Fri, 07 Jul 2023 07:28:17 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cf_known_to_fail 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|10.5 |11.5 Known to fail| |10.5.0 Summary|[10/11/12 Regression] |[11/12 Regression] |loop-induced false positive |loop-induced false positive |from -Wmaybe-uninitialized |from -Wmaybe-uninitialized=