------- Comment #15 from eweddington at cso dot atmel dot com 2007-03-26 20:22 ------- FWIW, I agree with the OP. This will place a burden on users who work with embedded systems such as the AVR. Special sections are sometimes needed in the AVR to place code into a special bootloader area that gets relocated at link time to a user defined address. Many times there is only a single function call to the bootloader code. As the problem is described, there is a potential that the bootloader call would be inlined, hence no longer properly in the section that has to be relocated to a special address. Now the burden will be left to the end user to figure out that they need to add noinline to work around a too aggressive, and too stupid inliner.
-- eweddington at cso dot atmel dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eweddington at cso dot atmel | |dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31362