From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71107 invoked by alias); 17 Sep 2018 22:59:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 71097 invoked by uid 89); 17 Sep 2018 22:59:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Sep 2018 22:59:28 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A3D703097025; Mon, 17 Sep 2018 22:59:27 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-75.rdu2.redhat.com [10.10.112.75]) by smtp.corp.redhat.com (Postfix) with ESMTP id C651F7EB82; Mon, 17 Sep 2018 22:59:25 +0000 (UTC) Subject: Re: [PATCH] Cleanup strcpy/stpcpy no nul warning code To: Bernd Edlinger , "gcc-patches@gcc.gnu.org" , Richard Biener , Martin Sebor References: <197bea85-950d-3e06-d0fe-e1cffa8e78cd@redhat.com> From: Jeff Law Openpgp: preference=signencrypt Message-ID: Date: Mon, 17 Sep 2018 23:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00927.txt.bz2 On 9/17/18 1:18 PM, Bernd Edlinger wrote: > > I suppose the expr.c change will likely work alone, but > it was designed to replace the stuff here. > > So I will try to split the expr.c part out, and post it > tomorrow. It does work alone. I've already verified that here :-) BUt will probably call it a night without pushing it to the trunk. jeff