From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C70CA3858D3C; Tue, 18 Oct 2022 08:41:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C70CA3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666082505; bh=0ghZn7r1lZrPIg1sHHCPiB8XydC4qBp677mkI+L4Klw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TiNumvv4TPZryfn84yr29xGAOqj5oLqtvuGUR5wpZDokKmueUPUqcRYr7LYKbzYOk dGVMDv52qJzbH0LGbPa9WKlLxUQdkFXyTM38+Un0NCzTShr891ERo4/fBJ/ucGeM4N Ymdqm/OOq1WN1v3Sw0nWzh71SF150C9MwwAmm7zs= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107004] [12/13 Regression] GCC12 warning in OOB access: array subscript is partly outside array bounds Date: Tue, 18 Oct 2022 08:41:45 +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: rguenth 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: priority 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=