re PR middle-end/59658 (Document -f* flags enabled by -Og)
authorSandra Loosemore <sandra@codesourcery.com>
Wed, 14 Nov 2018 20:05:13 +0000 (15:05 -0500)
committerSandra Loosemore <sandra@gcc.gnu.org>
Wed, 14 Nov 2018 20:05:13 +0000 (15:05 -0500)
commitded7b411a896034096b8896681ee2e3329d4c946
treeb88d61e538c7168ee3582492c8d579e2f1625867
parent281d448d0cdb09728e96f3b667545766bfaed891
re PR middle-end/59658 (Document -f* flags enabled by -Og)

2018-11-14  Sandra Loosemore  <sandra@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.

From-SVN: r266162
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/opts.c