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-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 4DA175F3.2000309@gmail.com">http://lists.debian.org/4DA175F3.2000309@gmail.com