From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2460 invoked by alias); 30 Jul 2003 16:25:59 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2451 invoked from network); 30 Jul 2003 16:25:58 -0000 Received: from unknown (HELO ams003.ftl.affinity.com) (216.219.253.199) by sources.redhat.com with SMTP; 30 Jul 2003 16:25:58 -0000 Received: from coyotegulch.com ([68.200.44.160]) by ams.ftl.affinity.com with ESMTP id <216267-14925>; Wed, 30 Jul 2003 12:25:04 -0400 Message-ID: <3F27F15D.4070405@coyotegulch.com> Date: Wed, 30 Jul 2003 16:47:00 -0000 From: Scott Robert Ladd User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2 X-Accept-Language: en MIME-Version: 1.0 To: Steven Bosscher CC: Martin Reinecke , gcc@gcc.gnu.org Subject: Re: std::pow implementation References: <3F27BD38.8020009@mpa-garching.mpg.de> <3F27E78F.1090805@coyotegulch.com> <1059580517.3640.113.camel@steven.lr-s.tudelft.nl> In-Reply-To: <1059580517.3640.113.camel@steven.lr-s.tudelft.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-07/txt/msg02216.txt.bz2 Steven Bosscher wrote: > I plan to split the function body size estimate code out in a separate > function (if no-one does so before me), that would be a first step > towards improving the messages you get from -Winline. Right now it just > tells you that it didn't inline something, but not why, so it's not very > helpful. *That* would be lovely. ..Scott