This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33060] std::tr1::tgamma produces wrong results [for (x-1) in stead of for x]
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Aug 2007 16:51:17 -0000
- Subject: [Bug libstdc++/33060] std::tr1::tgamma produces wrong results [for (x-1) in stead of for x]
- References: <bug-33060-14973@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pcarlini at suse dot de 2007-08-13 16:51 -------
First comment: std::tr1::tgamma just forwards to __builtin_tgamma, therefore,
*if* we have an issue is with the middle-end, not with the library. Stay tuned.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33060