From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9080C3858413; Mon, 12 Feb 2024 17:10:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9080C3858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707757811; bh=nEEoOWlQuOqw4XZKOCtyQvDK1K8BpPQkj0nO7QCUQSA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rP12q589FC5PckrNeRVeHAV5Jtn6afDlSYFCQoz684kBYqDEn7erhsoFxFl8w4kux lnGmjXJ0WrQdWz/8EJahHK/d+mdghcLjS7nYGI65Rmkc3IZ8VlvWqCyyqTpbatThUH vq60LqG6Ds2Y0keFl5h7tTz5AVfJkk74KNtJ7cd8= From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105523] Wrong warning array subscript [0] is outside array bounds Date: Mon, 12 Feb 2024 17:10:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: saaadhu at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D105523 Georg-Johann Lay changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.3 --- Comment #37 from Georg-Johann Lay --- Back-ported to v13.3=