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]

[Bug libstdc++/17140] Floating point output is slow


------- 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


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