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/31362] gcc should not inline functions with 'section' attribute



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


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