This is the mail archive of the gcc-bugs@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


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]