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: 20 Dec 2004 21:01:20 -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-12-20 21:01 -------
Trying on a power4 aix 5.2 box, in the testsuite,
27_io/basic_ostream/inserts_arithmetic/char/1.cc fails, because of a segfault in
frexp(long double, int). In gdb, the args look fine. The int seems to be a
valid pointer, since I can set the value without problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17140