From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C92863858CDA; Mon, 10 Jul 2023 19:27:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C92863858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689017225; bh=cx0Hxm9OfISzXQC6zqGmYQ3TbxvCu21GcCUwP/eKDl4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tXGvl/Q1CZTnunTS0ccscyJN/U3E4pAsWLQfg5mMrFtd7f6ku8ppFVO4MmwAwc9xa wQAS/F5uto/hpdl9XwXDtKMHvWilY4ASbiYuI0N9vIKoRs8Xumzjomwq911u5SyEvK NseOALDW0lrBoQUXrLvdF0SCPSfDOAXjyCKgRCEo= From: "cuzdav at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110620] spurious array-bounds Date: Mon, 10 Jul 2023 19:27:05 +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.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: cuzdav at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D110620 --- Comment #2 from Chris Uzdavinis --- Created attachment 55516 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55516&action=3Dedit preprocessed code=