From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19182 invoked by alias); 7 Jan 2015 12:44:03 -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 19160 invoked by uid 89); 7 Jan 2015 12:44:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f44.google.com Received: from mail-oi0-f44.google.com (HELO mail-oi0-f44.google.com) (209.85.218.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 07 Jan 2015 12:44:01 +0000 Received: by mail-oi0-f44.google.com with SMTP id a141so2669088oig.3 for ; Wed, 07 Jan 2015 04:44:00 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.202.75.81 with SMTP id y78mr1741889oia.80.1420634639930; Wed, 07 Jan 2015 04:43:59 -0800 (PST) Received: by 10.60.227.193 with HTTP; Wed, 7 Jan 2015 04:43:59 -0800 (PST) Date: Wed, 07 Jan 2015 12:44:00 -0000 Message-ID: Subject: Re: [PATCH] Fix for PR ipa/64503 From: Uros Bizjak To: "gcc-patches@gcc.gnu.org" Cc: Martin Liska , Jakub Jelinek Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-01/txt/msg00314.txt.bz2 Hello! >>>> 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. > > 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 ;) Unfortunately, I have no approval power here. Luckilly, I know someone who has ;) Uros.