From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3123 invoked by alias); 5 Nov 2002 01:16:12 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 3025 invoked by uid 71); 5 Nov 2002 01:16:09 -0000 Date: Mon, 04 Nov 2002 17:16:00 -0000 Message-ID: <20021105011609.3024.qmail@sources.redhat.com> To: bkoz@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "B. Kosnik" Subject: Re: libstdc++/8197: std::sin(float) causes undefined reference to sinf Reply-To: "B. Kosnik" X-SW-Source: 2002-11/txt/msg00199.txt.bz2 List-Id: The following reply was made to PR libstdc++/8197; it has been noted by GNATS. From: "B. Kosnik" To: "Christian Ehrhardt" Cc: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: libstdc++/8197: std::sin(float) causes undefined reference to sinf Date: Mon, 4 Nov 2002 19:11:18 -0600 >Thanks. I checked out latest CVS last night and this problem is fixed in >gcc version 3.3 20021101 (experimental). Technically this is a regression >from 2.95.3. __builtin_sinf didn't work there, either but the cmath >header didn't use __builtin_sinf. this is on the branch now. thanks for your help -benjamin