This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/23419] unformatted complex I/O with kind=10
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2005 20:16:53 -0000
- Subject: [Bug libfortran/23419] unformatted complex I/O with kind=10
- References: <20050816115057.23419.tkoenig@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-07 20:16 -------
Subject: Bug 23419
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: sje@gcc.gnu.org 2005-09-07 20:16:47
Modified files:
libgfortran : ChangeLog
libgfortran/io : write.c
Log message:
PR libfortran/23419
* io/write.c (extract_int): Use memcpy to access buffer.
(extract_uint): Ditto.
(extract_real): Ditto.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.295&r2=1.296
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/write.c.diff?cvsroot=gcc&r1=1.46&r2=1.47
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23419