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 fortran/30398] memmove for string operations



------- Comment #1 from tkoenig at gcc dot gnu dot org  2007-01-06 22:07 -------
(In reply to comment #0)
> The compiler should be able to detect that s and c
> are not aliased, so a call to memcpy instead of memmove
> could be issued.

Or, even better, the memmove/memcpy could be ommitted completely,
by using the variable directly as the target.


-- 


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


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