From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62e.google.com (mail-pl1-x62e.google.com [IPv6:2607:f8b0:4864:20::62e]) by sourceware.org (Postfix) with ESMTPS id 0ABB63857803 for ; Mon, 7 Aug 2023 17:52:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0ABB63857803 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x62e.google.com with SMTP id d9443c01a7336-1bc6535027aso15001395ad.2 for ; Mon, 07 Aug 2023 10:52:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1691430747; x=1692035547; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=G0EIWR9hSqI997PcTCWyJuCI7+VqlCTnsaZUrJYPMQs=; b=RMAf8qZXmqd7EjHncnjNqe1JYj84f0c1VZsI+OWaMe4D40mKPLq0UkZxi3pCB6663J iSD1JeHGqUR4AfjBYQfpBXDwb/W5s4P8U//iAJgtB019az5iTElAGj63CudyId3ur5Yn 0xzFrXz2xohk9yU1kgS70AlyAbkXIUulVHRrlYRWBxPagDHg2rsH+J7yhmUuGh5Nj1Rg OxWmRHMorDslQvSy2/sDf458MSHa7pa/o0UzrapDuG8alflxvZHraGvwQVc6Y5VnYjjV uBdc69mzKnM/6lNc8LJwfV7tzcg40UhhEaCCZV17Qp4l7rNG5nYMGAnv+EwmowjWOlDO LehQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691430747; x=1692035547; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=G0EIWR9hSqI997PcTCWyJuCI7+VqlCTnsaZUrJYPMQs=; b=d76s/8uUKbFg6iVH4GnD4qX+2esfXuEsgKgKPqWj4aRV6ZstPe0BAx8KVhFXVu78q+ Dbj55ODAD2A8NUON6hrUz8XQZ+GedO1mcDwNdYT7pb79rV+FAV/IF39HNIsLmyZeY92d iQPQIb9ZpMkBqw2GoYGzCsbLseDLjwqblitX0T5D9gNPGMBv17QRNXCwMr28Medaso9b QsGeUKug6vkaBu+/xOtDXEIUPICrr7RismHGmunc95vPwlcPh0WEOSyCJbWRQHcnr9Z0 RSOFj0wknctBpJv9AkLKATDyYHbhFiBG6E2sro154veOj7j5IjeM7ZHFNrcqP+cOTCrA YyLg== X-Gm-Message-State: AOJu0YyG0FzL4wT9766yOdhwMv0bd0PIjicIsz/B2GCK7bmOyVOO27WF 85jnKEY86fY4/54tmrdP0FdKKA7BKSU= X-Google-Smtp-Source: AGHT+IExu4p9q0ocMExe99d981VqP/JqQQY0eyx1XtDu6hp2G/O6I547HfUvTKtMJPPq7g0FA2aUqA== X-Received: by 2002:a17:902:82cb:b0:1bb:809d:ae6a with SMTP id u11-20020a17090282cb00b001bb809dae6amr9454959plz.7.1691430747025; Mon, 07 Aug 2023 10:52:27 -0700 (PDT) Received: from [172.31.0.109] ([136.36.130.248]) by smtp.gmail.com with ESMTPSA id h17-20020a170902f55100b001b864add154sm7163819plf.154.2023.08.07.10.52.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 07 Aug 2023 10:52:26 -0700 (PDT) Message-ID: Date: Mon, 7 Aug 2023 11:52:25 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 17/24] egrep in binutils Content-Language: en-US To: =?UTF-8?Q?Arsen_Arsenovi=c4=87?= , gcc-patches@gcc.gnu.org Cc: Alan Modra References: <20230807105935.2098236-1-arsen@aarsen.me> <20230807105935.2098236-18-arsen@aarsen.me> From: Jeff Law In-Reply-To: <20230807105935.2098236-18-arsen@aarsen.me> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 8/7/23 04:32, Arsen Arsenović via Gcc-patches wrote: > From: Alan Modra > > Apparently some distros have a nagging egrep that helpfully tells you > egrep is deprecated and to use "grep -E". The nag message causes a ld > testsuite failure. What's more the advice isn't that good. The "-E" > flag may not be available with older versions of grep. > > This patch fixes bare invocation of egrep within binutils, replacing > it with the autoconf $EGREP or with grep. > > config/ChangeLog: > > * lib-ld.m4 (AC_LIB_PROG_LD_GNU): Require AC_PROG_EGREP and > invoke $EGREP. > (AC_LIB_PROG_LD): Likewise. > > gcc/ChangeLog: > > * configure: Regenerate. > > intl/ChangeLog: > > * configure: Regenerate. > > libcpp/ChangeLog: > > * configure: Regenerate. > > libgcc/ChangeLog: > > * configure: Regenerate. > > libstdc++-v3/ChangeLog: > > * configure: Regenerate. OK. Yea, some distros nag. Probably at least one of the Fedora releases does. jeff