From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 18C283858C60 for ; Mon, 20 Sep 2021 20:46:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 18C283858C60 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: 8lVsDWCZJ5mlcnXX2r2g9SeUBhQ8wSItzhMq9lmLbRIg9ugjAROp2cHlLPlTUGyw6Nsf+G1eHC lU2nAz0h8Azkk5X9Whme4a6kg3RdoWgIg6pNzcBdHgK3Ouq3Z/MYXAPttuRNa1YmMhnD+9FnjE W7JWEjlSfUXARsLmnQFT8nYKvUJpq6GjS5q4B8JiQHK5qAUrZKwQC4CD819nqYcERqKsHYBG5n u08ZO4PjQjsWGBhZDsQoJczo7eBjXk7GjuoTq0yGSZXpvx+iBrxx2VVdUBN0FosL1cKtA8GQbU 1hAz53sflAb11ddsWJLQOpOo X-IronPort-AV: E=Sophos;i="5.85,309,1624348800"; d="scan'208";a="68586542" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 20 Sep 2021 12:46:52 -0800 IronPort-SDR: KntaZYO/S/cTsmLnQaAi6teKOvbYUJlxypRlw6dD4CpO44OZjDAB3LSCsR15w790ywIPpJwcwo ZKVJQpnEuMc63VwDqs5f39G3KdSI1dwYMIz5+PqxcauhwRWBYnjKhLY2k+Tcw5b1wT2J9ANDGE MJ34HKKQJGMkpfbdhI6oAn+4ZuPGUDcS/3mTaQkndYfMIIm331VF6iVa4qYvWLoa99Uixr8P3J tLBcSwXf3HLa6zfMnzlOtHC9GC+uy1iwBqNRDUsUIs1wbq0Ekg0YjdIJKTuf+gaQQs7EDoeBgk Pi8= Date: Mon, 20 Sep 2021 20:46:46 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Paul Eggert CC: Martin Sebor , GNU C Library Subject: Re: [PATCH v3] remove attribute access from regexec In-Reply-To: Message-ID: 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> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3118.3 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no 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: Mon, 20 Sep 2021 20:46:58 -0000 On Fri, 27 Aug 2021, Paul Eggert wrote: > 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 feel > more comfortable applying them all than doing just some of them. It's less > work anyway; and the more-work option feels like make-work. > > I'll give people more time to comment before installing. Any news on this? Builds with GCC mainline are still falling over with the regexec issue (thus hiding any other issues with GCC mainline that might have appeared since then and making them harder to bisect). -- Joseph S. Myers joseph@codesourcery.com