This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/8197: std::sin(float) causes undefined reference to sinf


The following reply was made to PR libstdc++/8197; it has been noted by GNATS.

From: "Christian Ehrhardt" <ehrhardt@mathematik.uni-ulm.de>
To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/8197: std::sin(float) causes undefined reference to sinf
Date: Sat, 2 Nov 2002 17:23:31 +0100

 On Fri, Nov 01, 2002 at 05:44:03PM -0000, bkoz@gcc.gnu.org wrote:
 > Synopsis: std::sin(float) causes undefined reference to sinf
 > 
 > Responsible-Changed-From-To: unassigned->bkoz
 > Responsible-Changed-By: bkoz
 > Responsible-Changed-When: Fri Nov  1 09:44:03 2002
 > Responsible-Changed-Why:
 >     Mine.
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bkoz
 > State-Changed-When: Fri Nov  1 09:44:03 2002
 > State-Changed-Why:
 >     Applied (slightly modified) patch.
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8197
 
 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.
 
     regards   Christian 
 
 -- 
 THAT'S ALL FOLKS!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]