http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48880

--- Comment #1 from Witold Baryluk <baryluk at smp dot if.uj.edu.pl> 2011-05-05 
08:16:54 UTC ---
In original source a c function have this signature:

static inline __attribute__((always_inline)) unsigned long
__attribute__((warn_unused_result)) copy_from_user(void *to, const void *from,
unsigned long n)

but putting back inline or __attribute__((always_inline)) (or both) do not
change anything.

Reply via email to