]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/56258 (Please upgrade doc/*.texi to the latest texinfo package(s))
authorJack Howarth <howarth@bromo.med.uc.edu>
Wed, 20 Mar 2013 11:06:35 +0000 (11:06 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 20 Mar 2013 11:06:35 +0000 (11:06 +0000)
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.

From-SVN: r196819

gcc/ChangeLog
gcc/doc/cppopts.texi
gcc/doc/generic.texi
gcc/doc/invoke.texi

index 7319d9b2f147e3abe61cae6382367ff4697d99c0..cd1c8ddc6272cfd0f9fe6e8502a2fa6b2d3334d4 100644 (file)
@@ -1,3 +1,17 @@
+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.
+
 2013-03-18  Richard Earnshaw  <rearnsha@arm.com>
 
        PR target/56470
index 205d87088335ed524eeb90c28a5d0fd0143874ca..a1b66a29ad47c2976f0e12f3f1162488828e0b16 100644 (file)
@@ -803,7 +803,7 @@ Replacement:      [    ]    @{    @}    #    \    ^    |    ~
 Enable special code to work around file systems which only permit very
 short file names, such as MS-DOS@.
 
-@itemx --help
+@item --help
 @itemx --target-help
 @opindex help
 @opindex target-help
index 31e8855bf846cc10297db1c326172e4072db2950..261ea236ed24511eaabfad4a8c861c8ed99c9960 100644 (file)
@@ -1415,13 +1415,13 @@ generate these expressions anyhow, if it can tell that strictness does
 not matter.  The type of the operands and that of the result are
 always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
 
-@itemx POINTER_PLUS_EXPR
+@item POINTER_PLUS_EXPR
 This node represents pointer arithmetic.  The first operand is always
 a pointer/reference type.  The second operand is always an unsigned
 integer type compatible with sizetype.  This is the only binary
 arithmetic operand that can operate on pointer types.
 
-@itemx PLUS_EXPR
+@item PLUS_EXPR
 @itemx MINUS_EXPR
 @itemx MULT_EXPR
 These nodes represent various binary arithmetic operations.
index 0a53235f6b28e230277aad3a29ecfcfaae9894f5..4deeb9d9afb87e5e53499f397954e0483253cf47 100644 (file)
@@ -5179,7 +5179,7 @@ thus dbg_cnt() returns true always unless the upper bound is set by this option.
 e.g. With -fdbg-cnt=dce:10,tail_call:0
 dbg_cnt(dce) will return true only for first 10 invocations
 
-@itemx -fenable-@var{kind}-@var{pass}
+@item -fenable-@var{kind}-@var{pass}
 @itemx -fdisable-@var{kind}-@var{pass}=@var{range-list}
 @opindex fdisable-
 @opindex fenable-
@@ -5327,11 +5327,11 @@ Dump after duplicating the computed gotos.
 @option{-fdump-rtl-ce3} enable dumping after the three
 if conversion passes.
 
-@itemx -fdump-rtl-cprop_hardreg
+@item -fdump-rtl-cprop_hardreg
 @opindex fdump-rtl-cprop_hardreg
 Dump after hard register copy propagation.
 
-@itemx -fdump-rtl-csa
+@item -fdump-rtl-csa
 @opindex fdump-rtl-csa
 Dump after combining stack adjustments.
 
@@ -5342,11 +5342,11 @@ Dump after combining stack adjustments.
 @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
 the two common sub-expression elimination passes.
 
-@itemx -fdump-rtl-dce
+@item -fdump-rtl-dce
 @opindex fdump-rtl-dce
 Dump after the standalone dead code elimination passes.
 
-@itemx -fdump-rtl-dbr
+@item -fdump-rtl-dbr
 @opindex fdump-rtl-dbr
 Dump after delayed branch scheduling.
 
@@ -5391,7 +5391,7 @@ Dump after the initialization of the registers.
 @opindex fdump-rtl-initvals
 Dump after the computation of the initial value sets.
 
-@itemx -fdump-rtl-into_cfglayout
+@item -fdump-rtl-into_cfglayout
 @opindex fdump-rtl-into_cfglayout
 Dump after converting to cfglayout mode.
 
@@ -5421,7 +5421,7 @@ Dump after removing redundant mode switches.
 @opindex fdump-rtl-rnreg
 Dump after register renumbering.
 
-@itemx -fdump-rtl-outof_cfglayout
+@item -fdump-rtl-outof_cfglayout
 @opindex fdump-rtl-outof_cfglayout
 Dump after converting from cfglayout mode.