From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 75E443858D20; Wed, 30 Nov 2022 12:25:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75E443858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669811108; bh=Dbbk5rLUKw82YWIhZjHxSIs/TkkHmCBqJ9wusVSrs0k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xnodMEdJDOLS0f1BGgZawvvp46umdRzGlqo+bWVVnZ0QnLjbzuZ89qyxxr3aF5pf/ j51ap14oRZiRg3vpUPxaPJ7Et3FcYW9L3G+3xSDKX39NYTXZMXVwbxdbXxlDPoEEmh Vb43OU3CthY8BLOTO4eWyLUsMSlZrs6cPnbEVWkA= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107004] [12 Regression] GCC12 warning in OOB access: array subscript is partly outside array bounds Date: Wed, 30 Nov 2022 12:25:08 +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.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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=3D107004 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | --- Comment #3 from Martin Li=C5=A1ka --- Fixed with r13-3596-ge7310e24b1c0ca67.=