This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

[Patch, fortran] PR24174 real(10) and complex(10) array IO broken.


:ADDPATCH fortran:

Hello,

attached is an updated patch for PR24174. It also fixes complex(10)
formatted output, althought input is still broken (see 24305).

I had to add a kind argument to the transfer_array function, as the
array descriptor contains the size and not the kind, and we cannot
uniquely determine the kind from the size (e.g. IA-64 where AFAIK
real(10) is padded to 16 bytes and real(16) is also available).

-- 
Janne Blomqvist

Attachment: ChangeLog
Description: Text document

Attachment: pr24174-2.diff
Description: Text document

Attachment: kind10_io.f90
Description: Text document


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