From ebaec5f07981378d779e45060d7fee9f419949aa Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 22 Jul 2015 10:00:16 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63726155ccb..7e2c0b0bf5a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-07-22 Jonathan Wakely + + * doc/invoke.texi (Language Independent Options): Rename node to + Diagnostic Message Formatting Options. + 2015-07-21 Vladimir Makarov PR ipa/66424. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 55c26593180..c6f84d40405 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 -- 2.30.2