------- Additional Comments From blime at cox dot net 2005-05-20 00:58 ------- Subject: Re: gfortran binary file format
Thanks for pointing me to the background. I searched, but used the wrong words. I also recall something about 32 bit initial implementation for gfortran in gcc-4.0, and a record size of 64bit for all targets is counter to that idea. What about compatability between gcc-4.0 - c++ and gfortran ? Are not c++ targets 32 bit? blime pinskia at gcc dot gnu dot org wrote: >------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-19 >23:55 ------- >Try looking at: <http://gcc.gnu.org/wiki/GfortranUnformattedSequentialIo>. >The record size is 64bit on all targets now unlike in g77 so it is binary >compatiable to g77 on 64bit >targets. > > > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21673