------- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-26 17:23 -------
I don't see where classpath could be printing out "E+":
if (decpt < 0)
{
*d++ = '-';
decpt = -decpt;
}-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25974 _______________________________________________ Bug-classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-classpath

