From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A8A713857438; Fri, 13 Jan 2023 12:41:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8A713857438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673613669; bh=MyGbTwG+mtklcL23ETl5jzXipFP61tAbMpX9zSp42H8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Spnw2ukROQyb5upYlG5B2LLvxrqvtAb0273LPmSE+lIATAtEe6X7B3Ys3rHGAvXsu blGbevtruP/BrO5oChcSfun/sDvmeXzFrHJgxW+ZzReE9heI/uob59Xi8sHBwms+0U E0s01M/kaNx05xn6SjqFOsSEYVXhr0RGXfDcgswo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/88443] [meta-bug] bogus/missing -Wstringop-overflow warnings Date: Fri, 13 Jan 2023 12:41: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: rguenth 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 107129, which changed state. Bug 107129 Summary: [13 Regression] False positive -Wstringop-overflow warn= ing with -O2 or -O3 since r13-137-gee1cb43bc76de800 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107129 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=