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/23770] unaligned buffers in i/o library force use of memcpy()


------- 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


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