memmove folding tweek

Jan Hubicka jh@suse.cz
Mon Oct 23 01:58:00 GMT 2006


> On Sun, 2006-10-22 at 21:16 +0200, Jan Hubicka wrote:
> > __attribute__ ((always_inline))
> > domem (void *dest, const void *src, int len) 
> 
> Can you make this function:
> static inline __attribute__ ((always_inline)) void
> domem (void *dest, const void *src, int len)
> 
> Instead so that when testing -fPIC, this test will not fail.

Sure, the static inline is two lines up, but by mistake at memmove
declaration.  Fixed in my local copy.

Honza
> 
> Thanks,
> Andrew Pinski



More information about the Gcc-patches mailing list