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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to