From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACB79385DC30; Fri, 7 Jul 2023 09:04:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACB79385DC30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688720670; bh=kkhqg+vxkjqXCb7dpod843iCUpOiT90WS1JijRwf2XM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GfgJq0wvBF/680anYiqPM7GZ8jkmtbAIopvYrVljCmHXQm1aNJBFYRoO+cHcg4sfe hbKtCiCUFoMirnGRvEskyD3RKt5Aud7IATZuWZo/86rIMAwk6zPnyRJ6YJAD84SmfF ubjEu0gDN51f5dP2mBuxPC6cVo3UeV7BLRwaxQps= 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, 07 Jul 2023 09:04:30 +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 96963, which changed state. Bug 96963 Summary: [10 Regression] -Wstringop-overflow false positive on -O= 3 or -O2 -ftree-vectorize when assigning consecutive char struct members https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96963 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED=