From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24766 invoked by alias); 1 May 2015 12:51:19 -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 24756 invoked by uid 89); 1 May 2015 12:51:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f41.google.com Received: from mail-wg0-f41.google.com (HELO mail-wg0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 01 May 2015 12:51:17 +0000 Received: by wgin8 with SMTP id n8so89907109wgi.0 for ; Fri, 01 May 2015 05:51:14 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.239.99 with SMTP id vr3mr17905894wjc.151.1430484674729; Fri, 01 May 2015 05:51:14 -0700 (PDT) Received: by 10.28.104.138 with HTTP; Fri, 1 May 2015 05:51:14 -0700 (PDT) In-Reply-To: <5510481F.2010501@arm.com> References: <5510481F.2010501@arm.com> Date: Fri, 01 May 2015 12:51:00 -0000 Message-ID: Subject: Re: [PATCH][AArch64] Fix geniterators.sh to use standard BRE syntax in sed From: Marcus Shawcroft To: Szabolcs Nagy Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00042.txt.bz2 On 23 March 2015 at 17:06, Szabolcs Nagy wrote: > GCC can be compiled for aarch64 target with busybox sed except for > the geniterators.sh script which uses nonstandard basic regex. > > I explicitly set LC_ALL=C too because the regex depends on collation > order. > > I tested that the script gives the same result on iterators.md. > > Ok? > > gcc/Changelog: > > 2015-03-23 Szabolcs Nagy > > * config/aarch64/geniterators.sh: Use standard BRE in sed. OK /Marcus