From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7566 invoked by alias); 21 Jan 2019 16:48:28 -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 7437 invoked by uid 89); 21 Jan 2019 16:48:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:614, HContent-Transfer-Encoding:8bit 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, 21 Jan 2019 16:48:21 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7802687638; Mon, 21 Jan 2019 16:48:05 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-28.rdu2.redhat.com [10.10.112.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4027F6531D; Mon, 21 Jan 2019 16:48:02 +0000 (UTC) Subject: Re: [PATCH] Fix gcc.dg/utf-array.c testcase To: Tamar Christina , Jakub Jelinek , Jason Merrill Cc: "gcc-patches@gcc.gnu.org" , nd References: <20190118230208.GY30353@tucnak> From: Jeff Law Openpgp: preference=signencrypt Message-ID: <7fdee336-f6ec-ef35-68cc-f1dff3df51da@redhat.com> Date: Mon, 21 Jan 2019 16:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg01218.txt.bz2 On 1/21/19 9:00 AM, Tamar Christina wrote: > Forwarding to list. > >> -----Original Message----- >> From: Tamar Christina >> Sent: Monday, January 21, 2019 15:25 >> To: 'Jakub Jelinek' ; Jason Merrill >> Cc: gcc-patches@gcc.gnu.org >> Subject: RE: [PATCH] Fix gcc.dg/utf-array.c testcase >> >> Hi, >> >> These fail on aarch64*-*-* and arm*-*-* too, but this patch fixes it. >> >> So gentle ping? 😊 ACK. Please install, a goodly number of my testers tripped over this. I don't like lots of red dots in my jenkins builds :-) jeff