[Bug fortran/37472] bad output on default-format write of double in common block with -m64 flag i
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Dec 22 21:29:00 GMT 2008
------- Comment #19 from jvdelisle at gcc dot gnu dot org 2008-12-22 21:27 -------
Yes, so far I am only working with 4.4. Regardless, it appears that on this
platform the width is being computed incorrectly. I count 20 stars in the
field width. The required field width for the output on x86-64 is 28. So
there is an off by one 8-byte word going on here.
I suspect that the decimal point shifting problem which is now fixed on 4.4 is
a separate problem. I will keep at it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37472
More information about the Gcc-bugs
mailing list