This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/68900] New: extended.texi/md.texi: Texinfo warnings regarding @node and @menu


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68900

            Bug ID: 68900
           Summary: extended.texi/md.texi: Texinfo warnings regarding
                    @node and @menu
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
  Target Milestone: ---

../../gcc/doc/extend.texi:7452: warning: node `Constraints' is next for
`Extended Asm' in menu but not in sectioning
../../gcc/doc/md.texi:1061: warning: node `Extended Asm' is prev for
`Constraints' in menu but not in sectioning


$ grep -n -E '^\* |^@include|^@subsection|@section|@chapter|@menu' extend.texi
[...]
7318:@section How to Use Inline Assembly Language in C Code
7336:@menu
7337:* Basic Asm::          Inline assembler without operands.
7338:* Extended Asm::       Inline assembler with operands.
7339:* Constraints::        Constraints for @code{asm} operands
7340:* Asm Labels::         Specifying the assembler name to use for a C
symbol.
7341:* Explicit Register Variables::  Defining variables residing in specified 
7343:* Size of an asm::     How GCC calculates the size of an @code{asm} block.
7347:@subsection Basic Asm --- Assembler Instructions Without Operands
7453:@subsection Extended Asm - Assembler Instructions with C Expression
Operands
7976:@subsection Flag Output Operands
8498:@include md.texi
8502:@subsection Controlling Names Used in Assembler Code
8553:@subsection Variables in Specified Registers
8569:@menu
8570:* Global Register Variables::   Variables declared at global scope.
8571:* Local Register Variables::    Variables declared within a function.
8758:@subsection Size of an @code{asm}
8780:@section Alternate Keywords

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]