------- 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