https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111643
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:ffbd7c3d0fd1b9b10ef5a0f2b2e64bd234620167 commit r14-4404-gffbd7c3d0fd1b9b10ef5a0f2b2e64bd234620167 Author: Richard Biener <rguent...@suse.de> Date: Wed Oct 4 11:19:10 2023 +0200 ipa/111643 - clarify flatten attribute documentation The following clarifies the flatten attribute documentation to mention the inlining applies also to calls formed as part of inlining earlier calls but not calls to the function itself. PR ipa/111643 * doc/extend.texi (attribute flatten): Clarify.