This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/66689] comp_ellint_3 and ellint_3 return garbage values
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 28 Jun 2015 13:33:46 +0000
- Subject: [Bug libstdc++/66689] comp_ellint_3 and ellint_3 return garbage values
- Auto-submitted: auto-generated
- References: <bug-66689-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66689
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Thanks for the analysis.
I'd like to re-use the TR1 code for an implementation of ISO/IEC 29124:2010
(whether or not it also goes into C++17) so we should fix this first.