From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B028386F037; Wed, 10 Jun 2020 18:03:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B028386F037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591812193; bh=07swmeSzPiksbooMoW2gqmv6qVD0kkkGIcqVH0fX5Ag=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ExegAhOm/01TKqsLJ7YUF6L/1ZpN8+7hJeLe49gRzKuAHlE1GfP9lGw2aLEMWx54i HuYPrtpM4cpyp2y8JF98Y+plKAKtLkORL5HHY8JStcpQIIbGOPA9oQHIU/zY6plhkH KiTak7NlIiLfa/oCWUs5YtDFHnNGZgPG+1eNW9J0= From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95353] [10 Regression] spurious -Wstringop-overflow writing to a trailing array plus offset Date: Wed, 10 Jun 2020 18:03:12 +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: 10.1.1 X-Bugzilla-Keywords: diagnostic, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: msebor at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work short_desc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2020 18:03:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95353 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail|11.0 | Known to work| |11.0 Summary|[10/11 Regression] spurious |[10 Regression] spurious |-Wstringop-overflow writing |-Wstringop-overflow writing |to a trailing array plus |to a trailing array plus |offset |offset --- Comment #13 from Martin Sebor --- Fixed on trunk.=