From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14463 invoked by alias); 24 Oct 2014 10:01:01 -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 14445 invoked by uid 89); 24 Oct 2014 10:00:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 24 Oct 2014 10:00:58 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xhbfy-0000y4-NP for gcc-patches@gcc.gnu.org; Fri, 24 Oct 2014 06:00:56 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:33176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhbfy-0000xs-HZ for gcc-patches@gcc.gnu.org; Fri, 24 Oct 2014 06:00:54 -0400 Received: by mail-wg0-f43.google.com with SMTP id n12so714936wgh.14 for ; Fri, 24 Oct 2014 03:00:08 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.80.199 with SMTP id t7mr1027944wjx.133.1414144481900; Fri, 24 Oct 2014 02:54:41 -0700 (PDT) Received: by 10.194.20.74 with HTTP; Fri, 24 Oct 2014 02:54:41 -0700 (PDT) In-Reply-To: <544A1D50.5080200@suse.cz> References: <544A1D50.5080200@suse.cz> Date: Fri, 24 Oct 2014 10:12:00 -0000 Message-ID: Subject: Re: [PATCH] Fix for PR63595 From: Richard Biener To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: "gcc-patch >> GCC Patches" , "hubi >> Jan Hubicka" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22b X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg02513.txt.bz2 On Fri, Oct 24, 2014 at 11:35 AM, Martin Li=C5=A1ka wrote: > Hello. > > Following patch contains addition of PHI result comparison in IPA ICF. > Boostrap works on x86_64-linux-pc, no regression observed. > > Ready for trunk? Ok. Thanks, Richard. > Thanks, > Martin