diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2015-07-22 10:00:16 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2015-07-22 10:00:16 +0100 |
commit | ebaec5f07981378d779e45060d7fee9f419949aa (patch) | |
tree | fc97db154de730c8d890513be19b4e2d1aa3612f | |
parent | 21b13185d7c46d421c4b0a32ba91174608456a4a (diff) | |
download | gcc-ebaec5f07981378d779e45060d7fee9f419949aa.zip gcc-ebaec5f07981378d779e45060d7fee9f419949aa.tar.gz gcc-ebaec5f07981378d779e45060d7fee9f419949aa.tar.bz2 |
invoke.texi (Language Independent Options): Rename node to Diagnostic Message Formatting Options.
* doc/invoke.texi (Language Independent Options): Rename node to
Diagnostic Message Formatting Options.
From-SVN: r226058
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6372615..7e2c0b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-07-22 Jonathan Wakely <jwakely@redhat.com> + + * doc/invoke.texi (Language Independent Options): Rename node to + Diagnostic Message Formatting Options. + 2015-07-21 Vladimir Makarov <vmakarov@redhat.com> PR ipa/66424. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 55c2659..c6f84d4 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -125,8 +125,8 @@ only one of these two forms, whichever one is not the default. * C++ Dialect Options:: Variations on C++. * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C and Objective-C++. -* Language Independent Options:: Controlling how diagnostics should be - formatted. +* Diagnostic Message Formatting Options:: Controlling how diagnostics should + be formatted. * Warning Options:: How picky should the compiler be? * Debugging Options:: Symbol tables, measurements, and debugging dumps. * Optimize Options:: How much optimization? @@ -228,8 +228,8 @@ Objective-C and Objective-C++ Dialects}. -Wstrict-selector-match @gol -Wundeclared-selector} -@item Language Independent Options -@xref{Language Independent Options,,Options to Control Diagnostic Messages Formatting}. +@item Diagnostic Message Formatting Options +@xref{Diagnostic Message Formatting Options,,Options to Control Diagnostic Messages Formatting}. @gccoptlist{-fmessage-length=@var{n} @gol -fdiagnostics-show-location=@r{[}once@r{|}every-line@r{]} @gol -fdiagnostics-color=@r{[}auto@r{|}never@r{|}always@r{]} @gol @@ -3153,7 +3153,7 @@ value, if any. @end table -@node Language Independent Options +@node Diagnostic Message Formatting Options @section Options to Control Diagnostic Messages Formatting @cindex options to control diagnostics formatting @cindex diagnostic messages |