------- Comment #9 from sje at cup dot hp dot com 2006-02-23 17:44 ------- I am still seeing this fail on ia64-hp-hpux11.23 which uses real*16. I believe the problem is in io/write.c (output_float). While write_real sets the maximum width to 40 for real*16, output_float still uses a 32 char buffer in sprintf to convert the number to a string so we still get more truncation than we should. I think this buffer should 40+ chars long.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24685