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 libfortran/41711] Z format does not support writing KIND=10 reals



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2009-10-15 05:10 -------
For your immediate need, can you transfer to character string and then parse
the bits?  Or possibly read and right to a file using stream IO that will give
you byte for byte access to the values.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41711


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