From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102112 invoked by alias); 30 Mar 2015 17:03:06 -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 102097 invoked by uid 89); 30 Mar 2015 17:03:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nikam.ms.mff.cuni.cz Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 30 Mar 2015 17:03:04 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 77E69547143; Mon, 30 Mar 2015 19:03:00 +0200 (CEST) Date: Mon, 30 Mar 2015 17:03:00 -0000 From: Jan Hubicka To: Martin =?iso-8859-2?Q?Li=B9ka?= Cc: GCC Patches , Jan Hubicka Subject: Re: [PATCH] Fix PR ipa/65557 Message-ID: <20150330170259.GB93920@kam.mff.cuni.cz> References: <55192F13.8050002@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55192F13.8050002@suse.cz> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-03/txt/msg01564.txt.bz2 > Hello. > > Following patch fixed the issue, where we have to check if function summary > for IPA CP has been already created. > > Tested on x86_64-linux-pc w/o any new regression introduced. > Ready for trunk? > > Thanks, > Martin > >From c33680093e67328863836a845e847bf1b1b23d0e Mon Sep 17 00:00:00 2001 > From: mliska > Date: Sun, 29 Mar 2015 20:20:33 +0200 > Subject: [PATCH] Fix PR65557. > > gcc/ChangeLog: > > 2015-03-29 Martin Liska > > PR ipa/65557 > * ipa-icf.c (sem_function::equals_wpa): Check if IPA CP > has already filled up function summary. OK, there is one extra occurence of flag_ipa_cp test, so please update it consistently. Honza