http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33067
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|gcc-bugs at gcc dot gnu.org | AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot |gnu.org |com --- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-10 10:08:55 UTC --- I guess we should print floating point numbers with std::max_digits10 digits (a C++11 concept: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1822.pdf) Looking into it.