Re: PATCH: PR other/59055: gcc.texinfo warnings

2013-12-02 Thread H.J. Lu
On Mon, Dec 2, 2013 at 5:10 AM, Gerald Pfeifer wrote: > On Fri, 8 Nov 2013, H.J. Lu wrote: >> bugreport.texi has >> >> @menu >> * Criteria: Bug Criteria. Have you really found a bug? >> * Reporting: Bug Reporting. How to report a bug effectively. >> * Known: Trouble.Known problems.

Re: PATCH: PR other/59055: gcc.texinfo warnings

2013-12-02 Thread Gerald Pfeifer
On Fri, 8 Nov 2013, H.J. Lu wrote: > bugreport.texi has > > @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

PATCH: PR other/59055: gcc.texinfo warnings

2013-11-08 Thread H.J. Lu
There are 2 almost idential menus. The only difference is one doesn't have * Option Summary:: Brief list of all options, without explanations. * Submodel Options::Specifying minor hardware or convention * variations, such as 68010 vs 68020. * Code Gen Options::

PATCH: PR other/59055: gcc.texinfo warnings

2013-11-08 Thread H.J. Lu
bugreport.texi has @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 That means include order should be bugreport.

PATCH: PR other/59055: gcc.texinfo warnings

2013-11-08 Thread H.J. Lu
doc/extend.texi has * Pointer Bounds Checker builtins:: Built-in functions for Pointer Bounds Checker. * Cilk Plus Builtins:: Built-in functions for the Cilk Plus language extension. * Other Builtins:: Other built-in functions. * Target Builtins:: Built-in functions specific to particul