From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 53A4738543BF; Fri, 13 Jan 2023 12:38:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 53A4738543BF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673613526; bh=c9hMuhbUYw8YOG7XTx+ywJzMZPGaLFRP7oRbQDYU/YM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HmXAA6SaO+2ByKFEFs7PrIhcjGq2/MrI8H/WqrZNieg5npg3noAwMXikrmXT3D3ne vvRO/GdRfhBvRCKmiwgFo3qRZxVgqklLRfnC2nEByDmwOIMDYjLD642wpKxfa+92v0 HWIimk2h7ujVOGjoOnmRvMkNiE2gaeOfycITGxus= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107129] [13 Regression] False positive -Wstringop-overflow warning with -O2 or -O3 since r13-137-gee1cb43bc76de800 Date: Fri, 13 Jan 2023 12:38:45 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D107129 --- Comment #4 from Martin Li=C5=A1ka --- (In reply to Richard Biener from comment #3) > We no longer warn, not sure what fixed it? r13-4598-gf8d136e50e6f82cb=