[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#619963: memmove



Marc Glisse wrote:
> Hello,
> 
> in the prototype of memmove (taken from glibc bits/string3.h), you will 
> notice __restrict in front of the arguments. This is not present in more 
> recent glibc versions and is a likely cause of your trouble.
> 

Indeed if I remove __restrict the bug is gone, and if I upgrade to libc6
2.13-0exp5, VLC's dec.c seems to be compiled correctly too.

Should gcc-4.6 depend on glibc >= 2.13?
Or should gcc-4.6 provide a fixed prototype for memmove via fix-includes?

Best regards,
--Edwin



Reply to: