From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8248 invoked by alias); 3 Mar 2015 11:35:05 -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 8239 invoked by uid 89); 3 Mar 2015 11:35:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ie0-f178.google.com Received: from mail-ie0-f178.google.com (HELO mail-ie0-f178.google.com) (209.85.223.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 03 Mar 2015 11:35:04 +0000 Received: by iecrl12 with SMTP id rl12so56573747iec.2 for ; Tue, 03 Mar 2015 03:35:02 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.58.137 with SMTP id r9mr22419703oeq.1.1425382501929; Tue, 03 Mar 2015 03:35:01 -0800 (PST) Received: by 10.76.98.137 with HTTP; Tue, 3 Mar 2015 03:35:01 -0800 (PST) In-Reply-To: <54F58FB7.6090504@suse.cz> References: <54F58FB7.6090504@suse.cz> Date: Tue, 03 Mar 2015 11:35:00 -0000 Message-ID: Subject: Re: [PATCH] Fix PR ipa/65282 From: Richard Biener To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches , "hubi >> Jan Hubicka" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00132.txt.bz2 On Tue, Mar 3, 2015 at 11:40 AM, Martin Li=C5=A1ka wrote: > Hello. > > There's suggested patch for the issue, where regression test have been > running on x86_64-linux-pc. > > Ready for trunk after tests will be finished? Ok. Thanks, Richard. > Thanks, > Martin