Index: gcc/doc/cppopts.texi
===================================================================
--- gcc/doc/cppopts.texi.orig
@@ -760,7 +760,7 @@ Replacement: [ ] @{ @}
Enable special code to work around file systems which only permit very
short file names, such as MS-DOS@.
Index: gcc/doc/generic.texi
===================================================================
--- gcc/doc/generic.texi.orig
@@ -1407,13 +1407,13 @@ generate these expressions anyhow, if it
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
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.
These nodes represent various binary arithmetic operations.
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi.orig
@@ -4875,11 +4875,11 @@ Dump after duplicating the computed goto
@option{-fdump-rtl-ce3} enable dumping after the three
-@itemx -fdump-rtl-cprop_hardreg
+@item -fdump-rtl-cprop_hardreg
@opindex fdump-rtl-cprop_hardreg
Dump after hard register copy propagation.
Dump after combining stack adjustments.
@@ -4890,11 +4890,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.
Dump after the standalone dead code elimination passes.