--- Comment #2 from slyfox at inbox dot ru 2009-12-26 15:34 ---
(In reply to comment #1)
> It is not useless, the reason you in some cases want to keep out of line
> copies
> of inline functions is e.g. debugging, if there is no out of line copy of a
> function, you can't call it from w
--- Comment #1 from jakub at gcc dot gnu dot org 2009-12-26 10:55 ---
It is not useless, the reason you in some cases want to keep out of line copies
of inline functions is e.g. debugging, if there is no out of line copy of a
function, you can't call it from within the debugger.
--
j