From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D5D13851C36; Mon, 1 Jun 2020 17:22:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D5D13851C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591032132; bh=fRh6eDu5ida3zQPLpJtMyrjedJFjAR4v2q/iPCi/KUM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dObzRW5PbJHn1o9Elt5357sye/N1QFg8hpbVcB9/vvYHItDPdqv/Eg1xQh+8Z1ndW qcd3vnTIvKRVT7BUmuIRquB5NWC2zjshOHfLGZNcL15bdquZJ4XpNZ2YFrfyH6ZVVk OLKWNPOlG1np5Zn+N4ICfSqv5Ib58+B7ILEQBC2A= From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/78678] possibly missing -Warray-bounds warning without -fsanitize=object-size Date: Mon, 01 Jun 2020 17:22:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 7.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: cf_known_to_fail cf_reconfirmed_on short_desc 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: Mon, 01 Jun 2020 17:22:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D78678 Martin Sebor changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.1.0, 11.0, 7.3.0, 8.2.0, | |9.1.0 Last reconfirmed|2017-05-02 00:00:00 |2020-6-1 Summary|possibly missing |possibly missing |-Warray-bounds warning |-Warray-bounds warning | |without | |-fsanitize=3Dobject-size --- Comment #11 from Martin Sebor --- Reconfirming with trunk (GCC 11).=