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/23419] unformatted complex I/O with kind=10


------- Additional Comments From sje at cup dot hp dot com  2005-09-06 22:53 -------
It looks like this is the same kind of bug as PR 23556 but in a different place.
I fixed convert_real in io/read.c to resolve PR 23556, this is extract_real in
io/write.c.  I will submit a patch in the next day or so unless someone else
beats me to it.  This is a buffer alignment issue, not a problem with padding
real*10 values.

-- 


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


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