This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17140] Floating point output is slow
- From: "jlquinn at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Nov 2004 04:40:12 -0000
- Subject: [Bug libstdc++/17140] Floating point output is slow
- References: <20040823040835.17140.jlquinn@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jlquinn at gcc dot gnu dot org 2004-11-17 04:40 -------
OK - turned out to be a simple bug, not adjusting for the minus sign. Amazingly
all of the above patches had the bug and I couldn't have had successful tests
with it there.
Here's the updated patch with floatconv.c properly included ;-) One note is I
used automake-1.9.3 to regen Makefile.in. If that's an issue, I can hand-edit
the .in file easily enough - just 2 changes. Fixes the regressions in make check.
If you're OK with the automake stuff I'll check it in, else do the more minimal
edit.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17140