re PR other/59055 (gcc.texinfo warnings)
authorTobias Burnus <burnus@net-b.de>
Fri, 11 Apr 2014 12:47:20 +0000 (14:47 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 11 Apr 2014 12:47:20 +0000 (14:47 +0200)
PR other/59055
* doc/bugreport.texi (Bugs): Remove nodes pointing to the
nirvana.
* doc/gcc.texi (Service): Update description in the @menu
* doc/invoke.texi (Option Summary): Remove misplaced and
duplicated @menu.

From-SVN: r209303

gcc/ChangeLog
gcc/doc/bugreport.texi
gcc/doc/gcc.texi
gcc/doc/invoke.texi

index 116d6c4..4c0bddf 100644 (file)
@@ -1,3 +1,12 @@
+2014-04-11  Tobias Burnus  <burnus@net-b.de>
+
+       PR other/59055
+       * doc/bugreport.texi (Bugs): Remove nodes pointing to the
+       nirvana.
+       * doc/gcc.texi (Service): Update description in the @menu
+       * doc/invoke.texi (Option Summary): Remove misplaced and
+       duplicated @menu.
+
 2014-04-11  Steve Ellcey  <sellcey@mips.com>
            Jakub Jelinek  <jakub@redhat.com>
 
index be03522..e465c24 100644 (file)
@@ -16,11 +16,9 @@ report the problem.
 @menu
 * Criteria:  Bug Criteria.   Have you really found a bug?
 * Reporting: Bug Reporting.  How to report a bug effectively.
-* Known: Trouble.            Known problems.
-* Help: Service.             Where to ask for help.
 @end menu
 
-@node Bug Criteria,Bug Reporting,,Bugs
+@node Bug Criteria
 @section Have You Found a Bug?
 @cindex bug criteria
 
@@ -83,7 +81,7 @@ If you are an experienced user of one of the languages GCC supports, your
 suggestions for improvement of GCC are welcome in any case.
 @end itemize
 
-@node Bug Reporting,,Bug Criteria,Bugs
+@node Bug Reporting
 @section How and where to Report Bugs
 @cindex compiler bugs, reporting
 
index 1e0fc46..c1f3857 100644 (file)
@@ -140,7 +140,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
 * Gcov::            @command{gcov}---a test coverage program.
 * Trouble::         If you have trouble using GCC.
 * Bugs::            How, why and where to report bugs.
-* Service::         How to find suppliers of support for GCC.
+* Service::         How To Get Help with GCC
 * Contributing::    How to contribute to testing and developing GCC.
 
 * Funding::         How to help assure funding for free software.
index f70f0d6..e2fd4c6 100644 (file)
@@ -1089,28 +1089,6 @@ See S/390 and zSeries Options.
 -fvisibility -fstrict-volatile-bitfields -fsync-libcalls}
 @end table
 
-@menu
-* Overall Options::     Controlling the kind of output:
-                        an executable, object files, assembler files,
-                        or preprocessed source.
-* C Dialect Options::   Controlling the variant of C language compiled.
-* 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.
-* Warning Options::     How picky should the compiler be?
-* Debugging Options::   Symbol tables, measurements, and debugging dumps.
-* Optimize Options::    How much optimization?
-* Preprocessor Options:: Controlling header files and macro definitions.
-                         Also, getting dependency information for Make.
-* Assembler Options::   Passing options to the assembler.
-* Link Options::        Specifying libraries and so on.
-* Directory Options::   Where to find header files and libraries.
-                        Where to find the compiler executable files.
-* Spec Files::          How to pass switches to sub-processes.
-* Target Options::      Running a cross-compiler, or an old version of GCC.
-@end menu
 
 @node Overall Options
 @section Options Controlling the Kind of Output