[Bug c/42506] remove useless '-fkeep-inline-functions' from gcc flags

2009-12-26 Thread jakub at gcc dot gnu dot org
--- 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. --

[Bug c/42506] remove useless '-fkeep-inline-functions' from gcc flags

2009-12-26 Thread slyfox at inbox dot ru
--- 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