From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 985 invoked by alias); 17 Dec 2002 09:22:21 -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 963 invoked from network); 17 Dec 2002 09:22:19 -0000 Received: from unknown (HELO uniton.integrable-solutions.net) (62.212.99.186) by 209.249.29.67 with SMTP; 17 Dec 2002 09:22:19 -0000 Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id gBH9FCtv006309; Tue, 17 Dec 2002 10:15:12 +0100 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.3/8.12.3/Submit) id gBH9FBtt006308; Tue, 17 Dec 2002 10:15:11 +0100 X-Authentication-Warning: uniton.integrable-solutions.net: gdr set sender to gdr@integrable-solutions.net using -f To: Jan Hubicka Cc: David Edelsohn , Zack Weinberg , gcc@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: basic-improvements merge status References: <200212162226.RAA23850@makai.watson.ibm.com> <20021217085445.GU3138@kam.mff.cuni.cz> From: Gabriel Dos Reis In-Reply-To: <20021217085445.GU3138@kam.mff.cuni.cz> Organization: Integrable Solutions Date: Tue, 17 Dec 2002 01:53:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-12/txt/msg01016.txt.bz2 Jan Hubicka writes: | -fno-builtin-sin does the trick. The issue isn't about the lack of built-in sin. It is about lack of support (either hardwired or in library) for sin{, f,l}. That is, when applying the transformation, the compiler should know about which functions it may freely use without producing a bogus result. -- Gaby