From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28482 invoked by alias); 20 Jan 2015 20:47:37 -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 28458 invoked by uid 89); 20 Jan 2015 20:47:33 -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-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 20 Jan 2015 20:47:31 +0000 Received: by mail-oi0-f53.google.com with SMTP id i138so3558284oig.12 for ; Tue, 20 Jan 2015 12:47:29 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.233.202 with SMTP id ty10mr4617510obc.12.1421786849038; Tue, 20 Jan 2015 12:47:29 -0800 (PST) Received: by 10.76.9.130 with HTTP; Tue, 20 Jan 2015 12:47:28 -0800 (PST) In-Reply-To: References: <20140620073156.GC12633@tsaunders-iceball.corp.tor1.mozilla.com> <20140705225351.GK16837@kam.mff.cuni.cz> <53C7E626.8080400@suse.cz> <54255A09.1090305@suse.cz> <20140926204654.GD26922@atrey.karlin.mff.cuni.cz> <54387443.1010105@suse.cz> <543BEAD2.6010508@suse.cz> <20141014160437.GA26768@atrey.karlin.mff.cuni.cz> <543EA8EC.9070500@suse.cz> Date: Tue, 20 Jan 2015 21:29:00 -0000 Message-ID: Subject: Re: [PATCH 3/5] IPA ICF pass From: "H.J. Lu" To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: GCC Patches , "hubicka >> Jan Hubicka" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg01859.txt.bz2 On Thu, Nov 13, 2014 at 2:17 PM, H.J. Lu wrote: > On Wed, Oct 15, 2014 at 10:03 AM, Martin Li=C5=A1ka wrot= e: >> >> Hello >> >> There's final version of the patch I'm going to commit tomorrow in the >> morning (CEST). >> Thank you Honza for the review. >> >> Martin > > This caused: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D63856 > This also caused: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64693 --=20 H.J.