[Bug c/31362] gcc should not inline functions with 'section' attribute
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Mar 27 13:22:00 GMT 2007
------- Comment #18 from rguenth at gcc dot gnu dot org 2007-03-27 14:22 -------
Well, you can continue to waste your time arguing here instead of fixing your
code
with a few additions of noinline.
'The `section' attribute specifies that
a function lives in a particular section.'
this just says that the function (the out-of-line copy) lives in a particular
section. It doesn't mention inlined copies of the function _body_.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31362
More information about the Gcc-bugs
mailing list