This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/37472] bad output on default-format write of double in common block with -m64 flag i



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]