From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6246D385C6EE; Wed, 27 Mar 2024 07:37:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6246D385C6EE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711525030; bh=QfDj7C8lV5p1uJeG8KhdInSP4vrSLYGOEQoiLfwgq+g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v0ZBxndiOMIAkeN2GYqa5Y5LxDe9j1Tjolvq73NLAqAsRjAK9R2Mgv3Zmb1+6kMKB 7bmoToWvu8ZE8puqvQYg/EznYzgdl6YUosroBTs1UGJ7pR+TJ5+GTwNGWYchCB5h8t 9V8HqbPSqYIL+gWGZq25aR24LZhgidWFbLQ9N9YY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/88443] [meta-bug] bogus/missing -Wstringop-overflow warnings Date: Wed, 27 Mar 2024 07:37:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 7.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D88443 Bug 88443 depends on bug 114494, which changed state. Bug 114494 Summary: false-positive with -O2 -Wstringop-overflow=3D2 -fsanit= ize=3Daddress https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114494 What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE=