https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59658
--- Comment #4 from sandra at gcc dot gnu.org --- Author: sandra Date: Wed Nov 14 20:05:13 2018 New Revision: 266162 URL: https://gcc.gnu.org/viewcvs?rev=266162&root=gcc&view=rev Log: 2018-11-14 Sandra Loosemore <san...@codesourcery.com> PR middle-end/59658 gcc/ * doc/invoke.texi (Optimize Options): Clarify that -O0 and -Og also suppress many optimizations. Alphabetize option lists for -O1, -O2, and -Os. Add list of options disabled with -Og, and correct documentation for those options to say that. * opts.c (default_options_table): Sort table by level and option name, to make it easier to correlate to the manual. Modified: trunk/gcc/ChangeLog trunk/gcc/doc/invoke.texi trunk/gcc/opts.c