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]

PR 3897 is fixed in v3.1



Whilst looking for builtin bugs to fix during the code freeze, I
discovered that PR c/3897 has been fixed on the GCC mainline.  More
accurately optimizations of memcpy have been implemented in GCC.
On many glibc systems, memcpy is now also optimized by the system
headers by #include <string.h>.  However I've confirmed that the
posted testcase is correctly optimized even without the #include.

Could someone close this PR in GNATS for me?
Many thanks in advance.

Roger
--
Roger Sayle,                         E-mail: roger@eyesopen.com
OpenEye Scientific Software,         WWW: http://www.eyesopen.com/
Suite 1107, 3600 Cerrillos Road,     Tel: (+1) 505-473-7385
Santa Fe, New Mexico, 87507.         Fax: (+1) 505-438-3470


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