From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27071 invoked by alias); 30 Sep 2010 17:47:36 -0000 Received: (qmail 27043 invoked by uid 22791); 30 Sep 2010 17:47:35 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_RP_RNBL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ksp.mff.cuni.cz (HELO atrey.karlin.mff.cuni.cz) (195.113.26.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Sep 2010 17:47:30 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 4018) id CEFA9F2061; Thu, 30 Sep 2010 19:47:27 +0200 (CEST) Date: Thu, 30 Sep 2010 20:25:00 -0000 From: Jan Hubicka To: "sje at cup dot hp.com" Cc: gcc-bugs@gcc.gnu.org Subject: Re: [Bug tree-optimization/45781] [4.6 Regression] GCC incorrectly puts function in .text.unlikely Message-ID: <20100930174727.GA7148@atrey.karlin.mff.cuni.cz> References: <20100930174146.0DA51F0350@atrey.karlin.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100930174146.0DA51F0350@atrey.karlin.mff.cuni.cz> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-09/txt/msg03289.txt.bz2 Hi, please, can you add the testcase to PR? I guess problem might be that as the function is split and then inlined back together the profile gets confused... Honza