From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20136 invoked by alias); 7 Jan 2015 10:55:33 -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 20125 invoked by uid 89); 7 Jan 2015 10:55:32 -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-ob0-f177.google.com Received: from mail-ob0-f177.google.com (HELO mail-ob0-f177.google.com) (209.85.214.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 07 Jan 2015 10:55:31 +0000 Received: by mail-ob0-f177.google.com with SMTP id va2so2464548obc.8 for ; Wed, 07 Jan 2015 02:55:29 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.134.73 with SMTP id pi9mr1509437oeb.3.1420628128560; Wed, 07 Jan 2015 02:55:28 -0800 (PST) Received: by 10.60.227.193 with HTTP; Wed, 7 Jan 2015 02:55:28 -0800 (PST) In-Reply-To: References: <54AC2039.4020203@suse.cz> Date: Wed, 07 Jan 2015 10:55:00 -0000 Message-ID: Subject: Re: [PATCH] Fix for PR ipa/64503 From: Uros Bizjak To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches , "hubicka >> Jan Hubicka" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-01/txt/msg00306.txt.bz2 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. [2] https://gcc.gnu.org/ml/gcc-testresults/2015-01/msg00577.html Thanks, Uros.