http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48880
--- Comment #3 from Witold Baryluk 2011-05-05
09:55:25 UTC ---
In my case it only happens if I have two independent calls with different
arguments. I do not understand some aspects, but removing some semingly
unrelated things or adding some dummy
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48880
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48880
--- Comment #1 from Witold Baryluk 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 voi