|
|
dc1507 |
2013-03-20 Jack Howarth <howarth@bromo.med.uc.edu>
|
|
|
dc1507 |
|
|
|
dc1507 |
PR bootstrap/56258
|
|
|
dc1507 |
* doc/c-tree.texi (POINTER_PLUS_EXPR): Use @item instead of @itemx.
|
|
|
dc1507 |
(PLUS_EXPR): Likewise.
|
|
|
dc1507 |
* doc/cppopts.texi (--help): Likewise.
|
|
|
dc1507 |
* doc/invoke.texi (-fenable-@var{kind}-@var{pass}): Likewise
|
|
|
dc1507 |
(-fdump-rtl-cprop_hardreg): Likewise.
|
|
|
dc1507 |
(-fdump-rtl-csa): Likewise.
|
|
|
dc1507 |
(-fdump-rtl-dce): Likewise.
|
|
|
dc1507 |
(-fdump-rtl-dbr): Likewise.
|
|
|
dc1507 |
(-fdump-rtl-into_cfglayout): Likewise.
|
|
|
dc1507 |
(-fdump-rtl-outof_cfglayout): Likewise.
|
|
|
dc1507 |
(@gccoptlist): Move misplaced bracket.
|
|
|
dc1507 |
* doc/sourcebuild.texi (all.cross): Use @item instead of @itemx.
|
|
|
dc1507 |
|
|
|
dc1507 |
--- gcc/doc/c-tree.texi (revision 196819)
|
|
|
dc1507 |
+++ gcc/doc/c-tree.texi (revision 196820)
|
|
|
dc1507 |
@@ -2338,13 +2338,13 @@ generate these expressions anyhow, if it
|
|
|
dc1507 |
not matter. The type of the operands and that of the result are
|
|
|
dc1507 |
always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx POINTER_PLUS_EXPR
|
|
|
dc1507 |
+@item POINTER_PLUS_EXPR
|
|
|
dc1507 |
This node represents pointer arithmetic. The first operand is always
|
|
|
dc1507 |
a pointer/reference type. The second operand is always an unsigned
|
|
|
dc1507 |
integer type compatible with sizetype. This is the only binary
|
|
|
dc1507 |
arithmetic operand that can operate on pointer types.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx PLUS_EXPR
|
|
|
dc1507 |
+@item PLUS_EXPR
|
|
|
dc1507 |
@itemx MINUS_EXPR
|
|
|
dc1507 |
@itemx MULT_EXPR
|
|
|
dc1507 |
These nodes represent various binary arithmetic operations.
|
|
|
dc1507 |
--- gcc/doc/cppopts.texi (revision 196819)
|
|
|
dc1507 |
+++ gcc/doc/cppopts.texi (revision 196820)
|
|
|
dc1507 |
@@ -758,7 +758,7 @@ Replacement: [ ] @{ @}
|
|
|
dc1507 |
Enable special code to work around file systems which only permit very
|
|
|
dc1507 |
short file names, such as MS-DOS@.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx --help
|
|
|
dc1507 |
+@item --help
|
|
|
dc1507 |
@itemx --target-help
|
|
|
dc1507 |
@opindex help
|
|
|
dc1507 |
@opindex target-help
|
|
|
dc1507 |
--- gcc/doc/invoke.texi (revision 196819)
|
|
|
dc1507 |
+++ gcc/doc/invoke.texi (revision 196820)
|
|
|
dc1507 |
@@ -4749,11 +4749,11 @@ Dump after duplicating the computed goto
|
|
|
dc1507 |
@option{-fdump-rtl-ce3} enable dumping after the three
|
|
|
dc1507 |
if conversion passes.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx -fdump-rtl-cprop_hardreg
|
|
|
dc1507 |
+@item -fdump-rtl-cprop_hardreg
|
|
|
dc1507 |
@opindex fdump-rtl-cprop_hardreg
|
|
|
dc1507 |
Dump after hard register copy propagation.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx -fdump-rtl-csa
|
|
|
dc1507 |
+@item -fdump-rtl-csa
|
|
|
dc1507 |
@opindex fdump-rtl-csa
|
|
|
dc1507 |
Dump after combining stack adjustments.
|
|
|
dc1507 |
|
|
|
dc1507 |
@@ -4764,11 +4764,11 @@ Dump after combining stack adjustments.
|
|
|
dc1507 |
@option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
|
|
|
dc1507 |
the two common sub-expression elimination passes.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx -fdump-rtl-dce
|
|
|
dc1507 |
+@item -fdump-rtl-dce
|
|
|
dc1507 |
@opindex fdump-rtl-dce
|
|
|
dc1507 |
Dump after the standalone dead code elimination passes.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx -fdump-rtl-dbr
|
|
|
dc1507 |
+@item -fdump-rtl-dbr
|
|
|
dc1507 |
@opindex fdump-rtl-dbr
|
|
|
dc1507 |
Dump after delayed branch scheduling.
|
|
|
dc1507 |
|
|
|
dc1507 |
@@ -4813,7 +4813,7 @@ Dump after the initialization of the reg
|
|
|
dc1507 |
@opindex fdump-rtl-initvals
|
|
|
dc1507 |
Dump after the computation of the initial value sets.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx -fdump-rtl-into_cfglayout
|
|
|
dc1507 |
+@item -fdump-rtl-into_cfglayout
|
|
|
dc1507 |
@opindex fdump-rtl-into_cfglayout
|
|
|
dc1507 |
Dump after converting to cfglayout mode.
|
|
|
dc1507 |
|
|
|
dc1507 |
@@ -4843,7 +4843,7 @@ Dump after removing redundant mode switc
|
|
|
dc1507 |
@opindex fdump-rtl-rnreg
|
|
|
dc1507 |
Dump after register renumbering.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx -fdump-rtl-outof_cfglayout
|
|
|
dc1507 |
+@item -fdump-rtl-outof_cfglayout
|
|
|
dc1507 |
@opindex fdump-rtl-outof_cfglayout
|
|
|
dc1507 |
Dump after converting from cfglayout mode.
|
|
|
dc1507 |
|
|
|
dc1507 |
@@ -4855,7 +4855,7 @@ Dump after the peephole pass.
|
|
|
dc1507 |
@opindex fdump-rtl-postreload
|
|
|
dc1507 |
Dump after post-reload optimizations.
|
|
|
dc1507 |
|
|
|
dc1507 |
-@itemx -fdump-rtl-pro_and_epilogue
|
|
|
dc1507 |
+@item -fdump-rtl-pro_and_epilogue
|
|
|
dc1507 |
@opindex fdump-rtl-pro_and_epilogue
|
|
|
dc1507 |
Dump after generating the function pro and epilogues.
|
|
|
dc1507 |
|
|
|
dc1507 |
--- gcc/doc/sourcebuild.texi.jj 2010-05-25 18:19:29.000000000 -0400
|
|
|
dc1507 |
+++ gcc/doc/sourcebuild.texi 2013-07-20 22:00:49.715657448 -0400
|
|
|
dc1507 |
@@ -573,7 +573,7 @@ standard rule in @file{gcc/Makefile.in}
|
|
|
dc1507 |
@code{lang_checks}.
|
|
|
dc1507 |
|
|
|
dc1507 |
@table @code
|
|
|
dc1507 |
-@itemx all.cross
|
|
|
dc1507 |
+@item all.cross
|
|
|
dc1507 |
@itemx start.encap
|
|
|
dc1507 |
@itemx rest.encap
|
|
|
dc1507 |
FIXME: exactly what goes in each of these targets?
|