From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8C3FF3858D1E; Tue, 24 Jan 2023 11:02:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8C3FF3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674558148; bh=kKRDiXFgeVTuElITLB8cFOddOVkv18csrDTgasMw1D0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cPFEYxxRAJMrf2Dp0SZfYeQAWJ+REZ0DtdfRy1H7R7x4v24fuFsO1imnOGErW/Dhf uj1k/iWaahnxAQXd84Co3D7uEuyC7/Azj22BTvXnoGTmpO5qx5qDg09k9D/YU9myN2 u2bV4Q8heCeUaxb/ppSjNOD49VXU7Myb7/qom+/4= From: "steveire at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108499] False positive -Warray-bounds Date: Tue, 24 Jan 2023 11:02:28 +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: 13.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: steveire 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: 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=3D108499 --- Comment #3 from Stephen --- False positives with this will just lead to proliferation of -Wno-array-bou= nds, which doesn't help.=