public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s)
@ 2013-02-08 21:07 gcc@Denis-Excoffier.org
  2013-02-10 12:26 ` [Bug bootstrap/56258] " rguenth at gcc dot gnu.org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: gcc@Denis-Excoffier.org @ 2013-02-08 21:07 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56258
           Summary: Please upgrade doc/*.texi to the latest texinfo
                    package(s)
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gcc@Denis-Excoffier.org


Bootstrap fails if the last texinfo (currently 4.13.96) is used (this was also
the case with at least 4.13.94 and 4.13.95). It seems that messages
like:

.../install.texi:3133: warning: @anchor should not appear in @heading

or

.../gcc.texi:88: warning: @tex should only appear at a line beginning

make the building of doc/gcc.info to fail. Prepending "-" in front of the
building rule in gcc/Makefile solves the issue, but gcc.info does not get
installed (of course). Plain texinfo-4.13 is OK. I tried with gcc-4.8-20130203
under x86_64-apple-darwin12.2.0 but i suppose this is platform independent.

Please upgrade the *.texi files in order to be able to cope with the most
recent (even alpha) texinfo releases. This is also applicable to the
soon-to-be-released GCC 4.7.3.

Also, perhaps texinfo should be listed in install/prerequisites.html.

Regards,

Denis Excoffier.


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
@ 2013-02-10 12:26 ` rguenth at gcc dot gnu.org
  2013-02-18 21:32 ` bdubbs at linuxfromscratch dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-02-10 12:26 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu.org

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2013-02-10 12:26:35 UTC ---
It's not needed if you use the release tarballs as we include the .info files
in the tarball.  It's required for snapshots though.


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
  2013-02-10 12:26 ` [Bug bootstrap/56258] " rguenth at gcc dot gnu.org
@ 2013-02-18 21:32 ` bdubbs at linuxfromscratch dot org
  2013-02-20 12:08 ` jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bdubbs at linuxfromscratch dot org @ 2013-02-18 21:32 UTC (permalink / raw)
  To: gcc-bugs


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

Bruce Dubbs <bdubbs at linuxfromscratch dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdubbs at linuxfromscratch
                   |                            |dot org

--- Comment #2 from Bruce Dubbs <bdubbs at linuxfromscratch dot org> 2013-02-18 21:31:45 UTC ---
texinfo-5.0 has been released and breaks the gcc info page generation.  For
LFS, we are disabling these files until the texi files are fixed:

sed -i 's/BUILD_INFO=info/BUILD_INFO=/' gcc/configure


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
  2013-02-10 12:26 ` [Bug bootstrap/56258] " rguenth at gcc dot gnu.org
  2013-02-18 21:32 ` bdubbs at linuxfromscratch dot org
@ 2013-02-20 12:08 ` jakub at gcc dot gnu.org
  2013-02-21  9:42 ` jakub at gcc dot gnu.org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-02-20 12:08 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-20 12:07:36 UTC ---
http://koji.fedoraproject.org/koji/getfile?taskID=5033640&name=build.log
lists lots of warnings and some errors.

--- gcc/ada/gnat-style.texi.jj    2012-08-10 12:57:33.000000000 +0200
+++ gcc/ada/gnat-style.texi    2013-02-20 13:06:03.042667300 +0100
@@ -42,7 +42,7 @@ Texts.  A copy of the license is include
 @titlepage
 @titlefont{GNAT Coding Style:}
 @sp 1
-@title @hfill A Guide for GNAT Developers
+@title A Guide for GNAT Developers
 @subtitle GNAT, The GNU Ada Compiler
 @versionsubtitle
 @author Ada Core Technologies, Inc.
--- gcc/doc/invoke.texi.jj    2013-01-31 22:57:22.000000000 +0100
+++ gcc/doc/invoke.texi    2013-02-20 13:06:47.516405739 +0100
@@ -5612,7 +5612,7 @@ Dump after the peephole pass.
 @opindex fdump-rtl-postreload
 Dump after post-reload optimizations.

-@itemx -fdump-rtl-pro_and_epilogue
+@item -fdump-rtl-pro_and_epilogue
 @opindex fdump-rtl-pro_and_epilogue
 Dump after generating the function prologues and epilogues.

is an untested guess for fixing the errors.


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (2 preceding siblings ...)
  2013-02-20 12:08 ` jakub at gcc dot gnu.org
@ 2013-02-21  9:42 ` jakub at gcc dot gnu.org
  2013-02-21  9:44 ` jakub at gcc dot gnu.org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-02-21  9:42 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-21 09:41:05 UTC ---
Author: jakub
Date: Thu Feb 21 09:40:44 2013
New Revision: 196196

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196196
Log:
    PR bootstrap/56258
    * doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
    instead of @itemx.

    * gnat-style.texi (@title): Remove @hfill.
    * projects.texi: Avoid line wrapping inside of @pxref or
    @xref.

    * doc/cp-tools.texinfo (Virtual Machine Options): Use just
    one @gccoptlist instead of 3 separate ones.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gnat-style.texi
    trunk/gcc/ada/projects.texi
    trunk/gcc/doc/invoke.texi
    trunk/libjava/classpath/ChangeLog.gcj
    trunk/libjava/classpath/doc/cp-tools.texinfo


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (3 preceding siblings ...)
  2013-02-21  9:42 ` jakub at gcc dot gnu.org
@ 2013-02-21  9:44 ` jakub at gcc dot gnu.org
  2013-02-21  9:56 ` jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-02-21  9:44 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-21 09:43:00 UTC ---
Author: jakub
Date: Thu Feb 21 09:42:39 2013
New Revision: 196197

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196197
Log:
    PR bootstrap/56258
    * doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
    instead of @itemx.

    * gnat-style.texi (@title): Remove @hfill.
    * projects.texi: Avoid line wrapping inside of @pxref or
    @xref.

    * doc/cp-tools.texinfo (Virtual Machine Options): Use just
    one @gccoptlist instead of 3 separate ones.

Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/ada/ChangeLog
    branches/gcc-4_7-branch/gcc/ada/gnat-style.texi
    branches/gcc-4_7-branch/gcc/ada/projects.texi
    branches/gcc-4_7-branch/gcc/doc/invoke.texi
    branches/gcc-4_7-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_7-branch/libjava/classpath/doc/cp-tools.texinfo


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (4 preceding siblings ...)
  2013-02-21  9:44 ` jakub at gcc dot gnu.org
@ 2013-02-21  9:56 ` jakub at gcc dot gnu.org
  2013-02-22  2:01 ` howarth at nitro dot med.uc.edu
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-02-21  9:56 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-21 09:56:07 UTC ---
Author: jakub
Date: Thu Feb 21 09:56:01 2013
New Revision: 196198

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196198
Log:
    PR bootstrap/56258
    * doc/invoke.texi (-fdump-rtl-pro_and_epilogue): Use @item
    instead of @itemx.

    * gnat-style.texi (@title): Remove @hfill.
    * projects.texi: Avoid line wrapping inside of @pxref or
    @xref.

    * doc/cp-tools.texinfo (Virtual Machine Options): Use just
    one @gccoptlist instead of 3 separate ones.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/ada/ChangeLog
    branches/gcc-4_6-branch/gcc/ada/gnat-style.texi
    branches/gcc-4_6-branch/gcc/ada/projects.texi
    branches/gcc-4_6-branch/gcc/doc/invoke.texi
    branches/gcc-4_6-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_6-branch/libjava/classpath/doc/cp-tools.texinfo


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (5 preceding siblings ...)
  2013-02-21  9:56 ` jakub at gcc dot gnu.org
@ 2013-02-22  2:01 ` howarth at nitro dot med.uc.edu
  2013-02-22  2:03 ` howarth at nitro dot med.uc.edu
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-02-22  2:01 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #7 from Jack Howarth <howarth at nitro dot med.uc.edu> 2013-02-22 02:01:10 UTC ---
Created attachment 29520
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29520
patch to fix gcc-4_7-branch bootstrap against texinfo 5.0

Current gcc-4_7-branch still fails to bootstrap against texinfo 5.0 due to
additional instances of @itemx. The attached patch fixes these and bootstraps
on x86_64-apple-darwin12.


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (6 preceding siblings ...)
  2013-02-22  2:01 ` howarth at nitro dot med.uc.edu
@ 2013-02-22  2:03 ` howarth at nitro dot med.uc.edu
  2013-02-22  5:00 ` howarth at nitro dot med.uc.edu
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-02-22  2:03 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #8 from Jack Howarth <howarth at nitro dot med.uc.edu> 2013-02-22 02:03:14 UTC ---
Created attachment 29521
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29521
backport of gcc-4_7-branch fixes to gcc-4_6-branch

The attached patch backports the additional fixes to gcc-4_6-branch.


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (7 preceding siblings ...)
  2013-02-22  2:03 ` howarth at nitro dot med.uc.edu
@ 2013-02-22  5:00 ` howarth at nitro dot med.uc.edu
  2013-02-22 15:19 ` howarth at nitro dot med.uc.edu
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-02-22  5:00 UTC (permalink / raw)
  To: gcc-bugs


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

Jack Howarth <howarth at nitro dot med.uc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29521|0                           |1
        is obsolete|                            |

--- Comment #9 from Jack Howarth <howarth at nitro dot med.uc.edu> 2013-02-22 04:59:53 UTC ---
Created attachment 29522
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29522
complete gcc-4_6-branch fixes for bootstrap against texinfo 5.0

One additional fix (present in gcc-4_7-branch and trunk) is required for
bootstrapping gcc-4_6-branch against texinfo 5.0. Tested on
x86_64-apple-darwin11.


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (8 preceding siblings ...)
  2013-02-22  5:00 ` howarth at nitro dot med.uc.edu
@ 2013-02-22 15:19 ` howarth at nitro dot med.uc.edu
  2013-03-10  8:07 ` gcc@Denis-Excoffier.org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2013-02-22 15:19 UTC (permalink / raw)
  To: gcc-bugs


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

Jack Howarth <howarth at nitro dot med.uc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |howarth at nitro dot
                   |                            |med.uc.edu

--- Comment #10 from Jack Howarth <howarth at nitro dot med.uc.edu> 2013-02-22 15:19:19 UTC ---
Posted patches of remaining bootstrap fixes for gcc-4_7-branch and
gcc-4_6-branch...

http://gcc.gnu.org/ml/gcc-patches/2013-02/msg01059.html
http://gcc.gnu.org/ml/gcc-patches/2013-02/msg01060.html


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (9 preceding siblings ...)
  2013-02-22 15:19 ` howarth at nitro dot med.uc.edu
@ 2013-03-10  8:07 ` gcc@Denis-Excoffier.org
  2013-03-20 11:02 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: gcc@Denis-Excoffier.org @ 2013-03-10  8:07 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #11 from Denis Excoffier <gcc@Denis-Excoffier.org> 2013-03-10 08:06:54 UTC ---
Please to find someone able to apply the above patches on branches 4.6 and 4.7?


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (10 preceding siblings ...)
  2013-03-10  8:07 ` gcc@Denis-Excoffier.org
@ 2013-03-20 11:02 ` rguenth at gcc dot gnu.org
  2013-03-20 11:09 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-03-20 11:02 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Bernhard.Rosenkranzer at
                   |                            |linaro dot org

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-20 11:02:42 UTC ---
*** Bug 56663 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (11 preceding siblings ...)
  2013-03-20 11:02 ` rguenth at gcc dot gnu.org
@ 2013-03-20 11:09 ` rguenth at gcc dot gnu.org
  2013-03-20 11:16 ` rguenth at gcc dot gnu.org
  2013-03-20 11:16 ` rguenth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-03-20 11:09 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-20 11:09:04 UTC ---
I have applied the patch for the 4.7/4.6 branches now.  Thus this is fixed
(hopefully).


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (13 preceding siblings ...)
  2013-03-20 11:16 ` rguenth at gcc dot gnu.org
@ 2013-03-20 11:16 ` rguenth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-03-20 11:16 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-20 11:16:42 UTC ---
Author: rguenth
Date: Wed Mar 20 11:08:52 2013
New Revision: 196820

URL: http://gcc.gnu.org/viewcvs?rev=196820&root=gcc&view=rev
Log:
2013-03-20  Jack Howarth  <howarth@bromo.med.uc.edu>

    PR bootstrap/56258
    * doc/generic.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx.
    (PLUS_EXPR): Likewise.
    * doc/cppopts.texi (--help): Likewise.
    * doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise
    (-fdump-rtl-cprop_hardreg): Likewise.
    (-fdump-rtl-csa): Likewise.
    (-fdump-rtl-dce): Likewise.
    (-fdump-rtl-dbr): Likewise.
    (-fdump-rtl-into_cfglayout): Likewise.
    (-fdump-rtl-outof_cfglayout): Likewise.
    (@gccoptlist): Move misplaced bracket.

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


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

* [Bug bootstrap/56258] Please upgrade doc/*.texi to the latest texinfo package(s)
  2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
                   ` (12 preceding siblings ...)
  2013-03-20 11:09 ` rguenth at gcc dot gnu.org
@ 2013-03-20 11:16 ` rguenth at gcc dot gnu.org
  2013-03-20 11:16 ` rguenth at gcc dot gnu.org
  14 siblings, 0 replies; 16+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-03-20 11:16 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #14 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-20 11:16:14 UTC ---
Author: rguenth
Date: Wed Mar 20 11:06:35 2013
New Revision: 196819

URL: http://gcc.gnu.org/viewcvs?rev=196819&root=gcc&view=rev
Log:
2013-03-20  Jack Howarth  <howarth@bromo.med.uc.edu>

    PR bootstrap/56258
    * doc/generic.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx.
    (PLUS_EXPR): Likewise.
    * doc/cppopts.texi (--help): Likewise.
    * doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise.
    (-fdump-rtl-cprop_hardreg): Likewise.
    (-fdump-rtl-csa): Likewise.
    (-fdump-rtl-dce): Likewise.
    (-fdump-rtl-dbr): Likewise.
    (-fdump-rtl-into_cfglayout): Likewise.
    (-fdump-rtl-outof_cfglayout): Likewise.

Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/doc/cppopts.texi
    branches/gcc-4_7-branch/gcc/doc/generic.texi
    branches/gcc-4_7-branch/gcc/doc/invoke.texi


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

end of thread, other threads:[~2013-03-20 11:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 21:07 [Bug bootstrap/56258] New: Please upgrade doc/*.texi to the latest texinfo package(s) gcc@Denis-Excoffier.org
2013-02-10 12:26 ` [Bug bootstrap/56258] " rguenth at gcc dot gnu.org
2013-02-18 21:32 ` bdubbs at linuxfromscratch dot org
2013-02-20 12:08 ` jakub at gcc dot gnu.org
2013-02-21  9:42 ` jakub at gcc dot gnu.org
2013-02-21  9:44 ` jakub at gcc dot gnu.org
2013-02-21  9:56 ` jakub at gcc dot gnu.org
2013-02-22  2:01 ` howarth at nitro dot med.uc.edu
2013-02-22  2:03 ` howarth at nitro dot med.uc.edu
2013-02-22  5:00 ` howarth at nitro dot med.uc.edu
2013-02-22 15:19 ` howarth at nitro dot med.uc.edu
2013-03-10  8:07 ` gcc@Denis-Excoffier.org
2013-03-20 11:02 ` rguenth at gcc dot gnu.org
2013-03-20 11:09 ` rguenth at gcc dot gnu.org
2013-03-20 11:16 ` rguenth at gcc dot gnu.org
2013-03-20 11:16 ` rguenth 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).