From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 83A563954C76; Wed, 22 Apr 2020 22:17:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83A563954C76 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587593844; bh=6zneHvhUmyMI1I5qBlzMdRHplXRuHOeeT6ezQr5LvZQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=miInOrRPgEi2nDDGetEG+edx2PMgrpsrnV4dDaW79UZFdo6CAne9msGwZxkYo53u1 cepd6NolifuXtVeMruPJxVjJo+/vfUDgt+YZ4zW3ccALMA7iJOYYRFsK9h8UKb95Mj TseFmdp9zOVQBBZALeqlaEqK/dQFbTWvKHP4A1/g= From: "msebor 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, 22 Apr 2020 22:17:24 +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: 9.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2020 22:17:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D88443 Bug 88443 depends on bug 88441, which changed state. Bug 88441 Summary: missing warning on a buffer overflow with non-constant o= ffset and constant size https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D88441 What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED=