From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E4B83858D37; Tue, 23 May 2023 17:31:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E4B83858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684863110; bh=L3jKTNPSd7b6Rf9orl2kFOK0L/RNpODBW6MjWXYLH8w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VeqRGi14+TvB27mZeAt0R0Jn4rDLxPxqUa/4KA3dAg9CD+wpap5piYs59sFtTG6SE 92WJhuJ2tZvc8vkp0YMK/l6ipMDVrM6CErZdtR2bsfgXPAxz+8CnvIIYw5a4rwnIfe 7tQFdK5PfTon+TvBRXzEpsMIAoxwq1VLzkw/LULY= From: "rogerio.souza at gmail dot com" 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: Tue, 23 May 2023 17:31:49 +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: rogerio.souza at gmail dot com 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.4 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=3D107004 --- Comment #5 from Rog=C3=A9rio de Souza Moraes --- I tried to apply the patch r13-3596-ge7310e24b1c0ca67, but it has not fixed= the issue. Although, the issue is not reproducible on GCC 13.1.0.=