------- Comment #9 from laurent at guerby dot net 2010-05-11 09:23 ------- For __always_inline the answer seems to be yes if I don't misinterpret the source:
res = _fpmul_parts (&a, &b, &tmp);
static inline __attribute__ ((__always_inline__)) const fp_number_type *
_fpmul_parts ( fp_number_type * a,
fp_number_type * b,
fp_number_type * tmp)
{
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44063
