https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114892
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alex Coplan <acop...@gcc.gnu.org>: https://gcc.gnu.org/g:4f91825436c7377565a08a2f8cc4d22f8cc16317 commit r16-3661-g4f91825436c7377565a08a2f8cc4d22f8cc16317 Author: Alex Coplan <alex.cop...@arm.com> Date: Fri Sep 5 14:16:00 2025 +0000 doc: Document the -folding option for -fdump-tree-* [PR114892] I noticed that the -fdump-tree-*-folding flag isn't documented in the Developer options section of invoke.texi; this patch fixes that. gcc/ChangeLog: PR tree-optimization/114892 * doc/invoke.texi (Developer Options): Document -folding option for -fdump-tree-*.