From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28822 invoked by alias); 30 Jul 2003 16:16:41 -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 28796 invoked from network); 30 Jul 2003 16:16:37 -0000 Received: from unknown (HELO ibm-2.MPA-Garching.MPG.DE) (130.183.83.32) by sources.redhat.com with SMTP; 30 Jul 2003 16:16:37 -0000 Received: (from martin@localhost) by ibm-2.MPA-Garching.MPG.DE (AIX4.3/8.9.3/8.9.1) id SAA117472; Wed, 30 Jul 2003 18:16:36 +0200 Date: Wed, 30 Jul 2003 16:37:00 -0000 From: Martin Reinecke To: Richard Guenther Cc: gcc@gcc.gnu.org Subject: Re: std::pow implementation Message-ID: <20030730161635.GA134030@ibm-2.MPA-Garching.MPG.DE> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2003-07/txt/msg02213.txt.bz2 On Wed, Jul 30, 2003 at 05:44:48PM +0200, Richard Guenther wrote: > -fno-default-inline is your friend. Yes, but I'd prefer a portable solution :) Martin