From b0b662cc5653addf4f59bcd2300f11d9df2b6637 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Mon, 18 Jan 2016 17:47:09 -0500 Subject: invoke.texi (Invoking GCC): Add new section to menu. 2016-01-18 Sandra Loosemore gcc/ * doc/invoke.texi (Invoking GCC): Add new section to menu. (Option Summary): Update to reflect new section and moved options. (C++ Dialect Options): Move -fstats to new section. (Debugging Options): Move all dump, statistics, and other GCC developer options to new section. Rewrite section introduction and re-order remaining options to put the more basic ones first. (Optimization Options): Move -fira-verbose and -flto-report* to new section. (Developer Options): New section incorporating moved options. * doc/cppopts.texi (-dM): Update cross-reference. From-SVN: r232541 --- gcc/doc/cppopts.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/cppopts.texi') diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index f714240..c5f919a 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -710,7 +710,7 @@ will show all the predefined macros. If you use @option{-dM} without the @option{-E} option, @option{-dM} is interpreted as a synonym for @option{-fdump-rtl-mach}. -@xref{Debugging Options, , ,gcc}. +@xref{Developer Options, , ,gcc}. @item D @opindex dD -- cgit v1.1