This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/23770] unaligned buffers in i/o library force use of memcpy()
- From: "jblomqvi at cc dot hut dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Sep 2005 06:44:38 -0000
- Subject: [Bug libfortran/23770] unaligned buffers in i/o library force use of memcpy()
- References: <20050907195346.23770.tkoenig@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jblomqvi at cc dot hut dot fi 2005-09-09 06:44 -------
And, there's a bug in my test program. Obviously the last for loop should be
for (i = 0; i < LEN; i += 4)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23770