https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78685
--- Comment #32 from GCC 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:3cf97980aaab6971ae179625a5e1188255dcf925 commit r16-273-g3cf97980aaab6971ae179625a5e1188255dcf925 Author: Richard Biener <rguent...@suse.de> Date: Mon Apr 28 13:31:16 2025 +0200 debug/78685 - reword -Og documentation The following rewords the documentation for -Og which over-promises the ability to debug the generated code. While -Og enables var-tracking and thus improves debugging in some areas the experience is usually worse than -O0 for standard C code. PR debug/78685 * doc/invoke.texi (-Og): Reword.