This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/48880] regression when performing __builtin_object_size in deep inline chain


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]