From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13825 invoked by alias); 7 Jan 2015 11:35:22 -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 13803 invoked by uid 89); 7 Jan 2015 11:35:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: mx2.suse.de Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 07 Jan 2015 11:35:20 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id EFC16AE12 for ; Wed, 7 Jan 2015 11:35:16 +0000 (UTC) Message-ID: <54AD19F4.40205@suse.cz> Date: Wed, 07 Jan 2015 11:35:00 -0000 From: =?UTF-8?B?TWFydGluIExpxaFrYQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix for PR ipa/64503 References: <54AC2039.4020203@suse.cz> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00309.txt.bz2 On 01/07/2015 11:55 AM, Uros Bizjak wrote: > On Tue, Jan 6, 2015 at 7:25 PM, Uros Bizjak wrote: > >>> There's suggested patch for PR ipa/64503 that was tested on x86_64 and it >>> works. >>> I would like to ask Uros to test it on an aplha machine before we install >>> the patch. >> >> Yes, this works for me on all IPA tests that were failing previously [1]. >> >> I am restarting the bootstrap + regtest, it will take ~10 hours, but I >> don't expect any surprises there. > > The patch was bootstrapped and regression tested on > alphaev68-linux-gnu [2] and everything was OK. Hi. Thanks for testing. May I take this as approval of the patch. I don't know, if you have a permission to accept my patch ;) Thanks, Martin > > [2] https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg00577.html > > Thanks, > Uros. >