public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/48179] New: Reference mismatch in documentation chapter 6
@ 2011-03-18 13:32 Denis.Excoffier at airbus dot com
  2011-03-18 14:00 ` [Bug other/48179] " redi at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Denis.Excoffier at airbus dot com @ 2011-03-18 13:32 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

           Summary: Reference mismatch in documentation chapter 6
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: Denis.Excoffier@airbus.com


Bug in documentation presentation.

You can also try this under http://gcc.gnu.org/onlinedocs/gcc/

Jump to 6.37 "Specifying Attributes of Variables"
Click Next, you land on 6.38 "Specifying Attributes of Types". Fine.
Click Next, you land on 6.36 "Inquiring on Alignment of Types or Variables".
Strange.
Click Next, you land on 6.39 "An Inline Function Is...".

The table of content seems correct.

Also, on my texinfo gcc.info data base (from GCC 4.6.0 RC 20110314), but
not on onlinedocs, the reference (* note Variable Attributes::)
jumps to 6.37.1 "Blackfin Variable Attributes" instead
of 6.37.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
@ 2011-03-18 14:00 ` redi at gcc dot gnu.org
  2011-03-22 13:38 ` redi at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-18 14:00 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.18 13:37:45
     Ever Confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-18 13:37:45 UTC ---
confirmed, the @menu at the start of extend.texi lists the sections in a
different order to the order the @sections actually appear:

* Variable Attributes:: Specifying attributes of variables.
* Type Attributes::     Specifying attributes of types.
* Alignment::           Inquiring about the alignment of a type or variable.
* Inline::              Defining inline functions (as fast as macros).


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
  2011-03-18 14:00 ` [Bug other/48179] " redi at gcc dot gnu.org
@ 2011-03-22 13:38 ` redi at gcc dot gnu.org
  2011-03-22 22:46 ` redi at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-22 13:38 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |redi at gcc dot gnu.org
                   |gnu.org                     |


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
  2011-03-18 14:00 ` [Bug other/48179] " redi at gcc dot gnu.org
  2011-03-22 13:38 ` redi at gcc dot gnu.org
@ 2011-03-22 22:46 ` redi at gcc dot gnu.org
  2011-03-23 20:01 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-22 22:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-22 22:30:35 UTC ---
patch posted to http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01453.html


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
                   ` (2 preceding siblings ...)
  2011-03-22 22:46 ` redi at gcc dot gnu.org
@ 2011-03-23 20:01 ` redi at gcc dot gnu.org
  2011-03-23 21:47 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-23 20:01 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-23 19:52:18 UTC ---
Author: redi
Date: Wed Mar 23 19:52:13 2011
New Revision: 171359

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171359
Log:
2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR other/48179
    PR other/48221
    PR other/48234
    * doc/extend.texi (Alignment): Move section to match order in TOC.
    * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
    (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/extend.texi
    trunk/gcc/doc/invoke.texi


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
                   ` (3 preceding siblings ...)
  2011-03-23 20:01 ` redi at gcc dot gnu.org
@ 2011-03-23 21:47 ` redi at gcc dot gnu.org
  2011-03-23 21:47 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-23 21:47 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-23 21:12:57 UTC ---
Author: redi
Date: Wed Mar 23 21:12:51 2011
New Revision: 171363

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171363
Log:
2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR other/48179
    PR other/48234
    * doc/extend.texi (Alignment): Move section to match order in TOC.
    * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.


Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/doc/extend.texi
    branches/gcc-4_5-branch/gcc/doc/invoke.texi


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
                   ` (4 preceding siblings ...)
  2011-03-23 21:47 ` redi at gcc dot gnu.org
@ 2011-03-23 21:47 ` redi at gcc dot gnu.org
  2011-03-23 22:06 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-23 21:47 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-23 21:45:24 UTC ---
Author: redi
Date: Wed Mar 23 21:45:18 2011
New Revision: 171365

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171365
Log:
2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR other/48179
    PR other/48234
    * doc/extend.texi (Alignment): Move section to match order in TOC.
    * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.


Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/doc/extend.texi
    branches/gcc-4_4-branch/gcc/doc/invoke.texi


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
                   ` (5 preceding siblings ...)
  2011-03-23 21:47 ` redi at gcc dot gnu.org
@ 2011-03-23 22:06 ` redi at gcc dot gnu.org
  2011-03-27 21:08 ` redi at gcc dot gnu.org
  2011-03-27 22:09 ` redi at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-23 22:06 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-23 21:47:41 UTC ---
Fixed on trunk and 4.4 and 4.5 branches. I'll fix for 4.6.1 when the branch
reopens.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
                   ` (6 preceding siblings ...)
  2011-03-23 22:06 ` redi at gcc dot gnu.org
@ 2011-03-27 21:08 ` redi at gcc dot gnu.org
  2011-03-27 22:09 ` redi at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-27 21:08 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-27 20:08:40 UTC ---
Author: redi
Date: Sun Mar 27 20:08:35 2011
New Revision: 171581

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171581
Log:
2011-03-27  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR other/48179
    PR other/48221
    PR other/48234
    * doc/extend.texi (Alignment): Move section to match order in TOC.
    * doc/invoke.texi (i386 and x86-64 Windows Options): Likewise.
    (Warning Options): Adjust -Wno-cpp summary and remove stray backslash.


Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/doc/extend.texi
    branches/gcc-4_6-branch/gcc/doc/invoke.texi


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug other/48179] Reference mismatch in documentation chapter 6
  2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
                   ` (7 preceding siblings ...)
  2011-03-27 21:08 ` redi at gcc dot gnu.org
@ 2011-03-27 22:09 ` redi at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-03-27 22:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48179

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-27 21:08:38 UTC ---
fixed


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-03-27 21:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-18 13:32 [Bug other/48179] New: Reference mismatch in documentation chapter 6 Denis.Excoffier at airbus dot com
2011-03-18 14:00 ` [Bug other/48179] " redi at gcc dot gnu.org
2011-03-22 13:38 ` redi at gcc dot gnu.org
2011-03-22 22:46 ` redi at gcc dot gnu.org
2011-03-23 20:01 ` redi at gcc dot gnu.org
2011-03-23 21:47 ` redi at gcc dot gnu.org
2011-03-23 21:47 ` redi at gcc dot gnu.org
2011-03-23 22:06 ` redi at gcc dot gnu.org
2011-03-27 21:08 ` redi at gcc dot gnu.org
2011-03-27 22:09 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).