[Bug libfortran/19303] Unformatted record header is 8-bytes on 64-bit targets

2005-01-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-06 23:41 --- Also note on some targets (like all *BSD's by the way), gfc_offset is always 64bits so really this is a miss feature in the OS rather than in gfortran in my mind. -- http://gcc.gnu.org/bugzilla/show_bu

[Bug libfortran/19303] Unformatted record header is 8-bytes on 64-bit targets

2005-01-06 Thread pbrook at gcc dot gnu dot org
--- Additional Comments From pbrook at gcc dot gnu dot org 2005-01-06 23:39 --- This is a mis-ferature inherited from g77. It's definitely premitted by the standard, but probably wants "fixing" anyway. Full discussion here: http://gcc.gnu.org/ml/fortran/2004-12/msg00139.html --