From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from orcam.me.uk (unknown [IPv6:2001:4190:8020::2]) by sourceware.org (Postfix) with ESMTP id 13080386F006 for ; Wed, 16 Sep 2020 21:40:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 13080386F006 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-mips.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@linux-mips.org Received: from bugs.linux-mips.org (eddie.linux-mips.org [IPv6:2a01:4f8:201:92aa::3]) by orcam.me.uk (Postfix) with ESMTPS id 02AA62BE086; Wed, 16 Sep 2020 22:40:02 +0100 (BST) Date: Wed, 16 Sep 2020 22:39:58 +0100 (BST) From: "Maciej W. Rozycki" To: Joseph Myers cc: libc-alpha@sourceware.org Subject: Re: [PATCH v2] string: Fix GCC 11 `-Werror=stringop-overread' error In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 21:40:06 -0000 On Mon, 7 Sep 2020, Joseph Myers wrote: > I've now committed this patch for Maciej. Thank you, Joseph! Maciej