I have some functions marked with this attribute, on most it works ok, but sometimes I get: "sorry, unimplemented: inlining failed in call to 'my_func': function not inlinable" "sorry, unimplemented: called from here" And the second line doesn't seem to point to the use of this function at all. Also statement "unimplemented" seems to be strange.
I can't get sample code since it works fine on all my simple examples. -- Summary: __attribute__ ((__always_inline__)) fails for no apparent reason Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: yuri at tsoft dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19947