Commit 9d0c7214 by Tobias Burnus Committed by Jakub Jelinek

re PR other/59055 (gcc.texinfo warnings)

	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
parent 393d9891
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> 2014-04-11 Steve Ellcey <sellcey@mips.com>
Jakub Jelinek <jakub@redhat.com> Jakub Jelinek <jakub@redhat.com>
......
...@@ -16,11 +16,9 @@ report the problem. ...@@ -16,11 +16,9 @@ report the problem.
@menu @menu
* Criteria: Bug Criteria. Have you really found a bug? * Criteria: Bug Criteria. Have you really found a bug?
* Reporting: Bug Reporting. How to report a bug effectively. * Reporting: Bug Reporting. How to report a bug effectively.
* Known: Trouble. Known problems.
* Help: Service. Where to ask for help.
@end menu @end menu
@node Bug Criteria,Bug Reporting,,Bugs @node Bug Criteria
@section Have You Found a Bug? @section Have You Found a Bug?
@cindex bug criteria @cindex bug criteria
...@@ -83,7 +81,7 @@ If you are an experienced user of one of the languages GCC supports, your ...@@ -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. suggestions for improvement of GCC are welcome in any case.
@end itemize @end itemize
@node Bug Reporting,,Bug Criteria,Bugs @node Bug Reporting
@section How and where to Report Bugs @section How and where to Report Bugs
@cindex compiler bugs, reporting @cindex compiler bugs, reporting
......
...@@ -140,7 +140,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}. ...@@ -140,7 +140,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
* Gcov:: @command{gcov}---a test coverage program. * Gcov:: @command{gcov}---a test coverage program.
* Trouble:: If you have trouble using GCC. * Trouble:: If you have trouble using GCC.
* Bugs:: How, why and where to report bugs. * 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. * Contributing:: How to contribute to testing and developing GCC.
* Funding:: How to help assure funding for free software. * Funding:: How to help assure funding for free software.
......
...@@ -1089,28 +1089,6 @@ See S/390 and zSeries Options. ...@@ -1089,28 +1089,6 @@ See S/390 and zSeries Options.
-fvisibility -fstrict-volatile-bitfields -fsync-libcalls} -fvisibility -fstrict-volatile-bitfields -fsync-libcalls}
@end table @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 @node Overall Options
@section Options Controlling the Kind of Output @section Options Controlling the Kind of Output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment