diff options
author | Tobias Burnus <burnus@net-b.de> | 2014-04-11 14:47:20 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2014-04-11 14:47:20 +0200 |
commit | 9d0c721440c61ee924f61cfbe092d559f55ec064 (patch) | |
tree | b87ec624b3853f6dd350509b16b39bfc838b3ff3 /gcc | |
parent | 393d989161437eac0494a4231ce1524808d5f3e9 (diff) | |
download | gcc-9d0c721440c61ee924f61cfbe092d559f55ec064.zip gcc-9d0c721440c61ee924f61cfbe092d559f55ec064.tar.gz gcc-9d0c721440c61ee924f61cfbe092d559f55ec064.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/doc/bugreport.texi | 6 | ||||
-rw-r--r-- | gcc/doc/gcc.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 22 |
4 files changed, 12 insertions, 27 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 116d6c4..4c0bddf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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> diff --git a/gcc/doc/bugreport.texi b/gcc/doc/bugreport.texi index be03522..e465c24 100644 --- a/gcc/doc/bugreport.texi +++ b/gcc/doc/bugreport.texi @@ -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 diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 1e0fc46..c1f3857 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -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. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f70f0d6..e2fd4c6 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |