*PING*
Tobias Burnus wrote:
H.J. Lu wrote:
On Fri, Mar 28, 2014 at 12:41 PM, Mike Stump <mikest...@comcast.net>
wrote:
Since we are nearing release, I thought I'd mention I see:
../../gcc/gcc/doc/invoke.texi:1114: warning: node next `Overall
Options' in menu `C Dialect Options' and in sectioning `Invoking
G++' differ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59055
I think one reason that there are (and were) that many warnings is
that only recently texinfo gained support for diagnosing these issues.
(Or maybe not that recent but distributions were slow in adapting
newer texinfo versions.)
Attached is a warning-removal patch.
OK for the trunk?
Regarding invoke.texi: It had (nearly) the same @menu twice, once
under @chapter where it belongs to and once under a @section where it
doesn't.
Tobias