https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108470
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <san...@gcc.gnu.org>: https://gcc.gnu.org/g:9b6b7d615543d73381cb1f994825d9bca024c838 commit r14-8261-g9b6b7d615543d73381cb1f994825d9bca024c838 Author: Sandra Loosemore <san...@codesourcery.com> Date: Thu Jan 18 23:19:39 2024 +0000 Improve documentation of noinline and noipa attributes [PR108470] gcc/ChangeLog PR ipa/108470 * doc/extend.texi (Common Function Attributes): Document that noinline also disables some interprocedural optimizations and improve flow to the part about using inline asm instead to disable calls from being optimized away completely. Remove the sentence that says noipa is mainly for internal compiler testing.