[Bug c/42506] remove useless '-fkeep-inline-functions' from gcc flags
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Dec 26 10:56:00 GMT 2009
------- 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.
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42506
More information about the Gcc-bugs
mailing list