From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30213 invoked by alias); 14 Jun 2011 12:53:37 -0000 Received: (qmail 30205 invoked by uid 22791); 14 Jun 2011 12:53:36 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nikam.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Jun 2011 12:53:23 +0000 Received: by nikam.ms.mff.cuni.cz (Postfix, from userid 16202) id 3B9509AC7EE; Tue, 14 Jun 2011 14:53:22 +0200 (CEST) Date: Tue, 14 Jun 2011 13:19:00 -0000 From: Jan Hubicka To: Jan Hubicka , gcc-patches@gcc.gnu.org Subject: Re: Cgraph alias reorg 8/14 (ipa-cp and ipa-prop update) Message-ID: <20110614125322.GD11211@kam.mff.cuni.cz> References: <20110610145543.GF28776@kam.mff.cuni.cz> <20110613172707.GA30874@virgil.arch.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110613172707.GA30874@virgil.arch.suse.de> User-Agent: Mutt/1.5.18 (2008-05-17) 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 X-SW-Source: 2011-06/txt/msg01046.txt.bz2 > > Index: ipa-cp.c > > =================================================================== > > --- ipa-cp.c (revision 174905) > > +++ ipa-cp.c (working copy) > > @@ -818,7 +828,7 @@ ipcp_iterate_stage (void) > > /* Some lattices have changed from IPA_TOP to IPA_BOTTOM. > > This change should be propagated. */ > > { > > - gcc_assert (n_cloning_candidates); > > + /*gcc_assert (n_cloning_candidates);*/ > > ipcp_propagate_stage (); > > } > > if (dump_file) > > > I know this assert can be horribly irritating but so far it has been > very useful at spotting all kinds of errors at various places. (In > fact, you added it :-) > > But as I want to get the whole IPA-CP replaced, I don't care all that > much. I reverted this change now. Thanks, Honza /bin/bash: :q: command not found