From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zimbra.cs.ucla.edu (zimbra.cs.ucla.edu [131.179.128.68]) by sourceware.org (Postfix) with ESMTPS id 174BB3858D34 for ; Fri, 27 Aug 2021 18:57:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 174BB3858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cs.ucla.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cs.ucla.edu Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 59BC416005E; Fri, 27 Aug 2021 11:57:40 -0700 (PDT) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id lsCKHqFZj-i6; Fri, 27 Aug 2021 11:57:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id AE24316007D; Fri, 27 Aug 2021 11:57:39 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id O8AUt_lvNdQd; Fri, 27 Aug 2021 11:57:39 -0700 (PDT) Received: from [192.168.1.9] (cpe-172-91-119-151.socal.res.rr.com [172.91.119.151]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 8E4C216005E; Fri, 27 Aug 2021 11:57:39 -0700 (PDT) To: Martin Sebor Cc: GNU C Library References: <15a32181-8060-4135-cb72-9e79831697d5@gmail.com> <4251e9f2-d4d1-b649-8e86-a4336164a5b1@cs.ucla.edu> <1024a9e9-a880-7da2-7b99-3e8b8012a94a@cs.ucla.edu> <3e8fa13e-14e4-0e98-18e2-952cf5e9c278@cs.ucla.edu> <7e615633-ef4e-87b7-2808-8042a565911d@gmail.com> <745a8432-57b9-134b-7024-c7ddbe9bc1da@cs.ucla.edu> <21f69be8-e594-97a0-a7fe-2d6d16cd7011@cs.ucla.edu> <9b9247b6-2839-906b-3ed1-acf3651c178f@gmail.com> From: Paul Eggert Organization: UCLA Computer Science Department Subject: Re: [PATCH v3] remove attribute access from regexec Message-ID: Date: Fri, 27 Aug 2021 11:57:39 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <9b9247b6-2839-906b-3ed1-acf3651c178f@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Fri, 27 Aug 2021 18:57:42 -0000 On 8/27/21 9:34 AM, Martin Sebor wrote: > It includes quite a few > changes that don't seem necessary to avoid the GCC warning (BZ #28170) True. However, the changes have been tested on the Gnulib side, and I=20 feel more comfortable applying them all than doing just some of them.=20 It's less work anyway; and the more-work option feels like make-work. I'll give people more time to comment before installing.