From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 236EA3858C83; Mon, 26 Sep 2022 18:32:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 236EA3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664217164; bh=y6UIQQZML5ohfGQGojP+/FqlnTbCQfSo7bizdCWAtB8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CIvV0WnL3lja0dwTO4nEe27Bj6E3cVOY21qyABKDJ5u/jjOD+UwFllmaJbw6eAq7X KDISys0xacKr78fDFbkeNGXBfhYRivRBYtRykYctQb94H5uEXnEDICTAOUUm9+aVUp ZkNoksqkSBJofzazfzX4EzllD5r6XBUzqhZvVBF4= From: "siddhesh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107038] [13 Regression] Bogus -Wstringop-overflow= since r13-2789-gb40b3035879cf695 Date: Mon, 26 Sep 2022 18:32:43 +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: siddhesh at gcc dot gnu.org 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: 13.0 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=3D107038 --- Comment #4 from Siddhesh Poyarekar --- (In reply to Martin Li=C5=A1ka from comment #2) > > I assume this is elfutils #29614? >=20 > Yes. >=20 > Please take a look at the original unreduced testcase I attached here. That looks like unpatched elfutils. I know you mentioned[1] that you're us= ing the latest elfutils but can you please confirm again? Or maybe incorrect preprocessed file? [1] https://sourceware.org/bugzilla/show_bug.cgi?id=3D29614#c2=