1 --- illumos-gcc-0f5ed4c/gcc/doc/c-tree.texi.orig
2 +++ illumos-gcc-0f5ed4c/gcc/doc/c-tree.texi
3 @@ -2338,13 +2338,13 @@
4 not matter. The type of the operands and that of the result are
5 always of @code{BOOLEAN_TYPE} or @code{INTEGER_TYPE}.
7 -@itemx POINTER_PLUS_EXPR
8 +@item POINTER_PLUS_EXPR
9 This node represents pointer arithmetic. The first operand is always
10 a pointer/reference type. The second operand is always an unsigned
11 integer type compatible with sizetype. This is the only binary
12 arithmetic operand that can operate on pointer types.
18 These nodes represent various binary arithmetic operations.
19 --- illumos-gcc-0f5ed4c/gcc/doc/cppopts.texi.orig
20 +++ illumos-gcc-0f5ed4c/gcc/doc/cppopts.texi
22 Enable special code to work around file systems which only permit very
23 short file names, such as MS-DOS@.
30 --- illumos-gcc-0f5ed4c/gcc/doc/invoke.texi.orig
31 +++ illumos-gcc-0f5ed4c/gcc/doc/invoke.texi
32 @@ -4646,11 +4646,11 @@
33 @option{-fdump-rtl-ce3} enable dumping after the three
36 -@itemx -fdump-rtl-cprop_hardreg
37 +@item -fdump-rtl-cprop_hardreg
38 @opindex fdump-rtl-cprop_hardreg
39 Dump after hard register copy propagation.
41 -@itemx -fdump-rtl-csa
43 @opindex fdump-rtl-csa
44 Dump after combining stack adjustments.
46 @@ -4661,11 +4661,11 @@
47 @option{-fdump-rtl-cse1} and @option{-fdump-rtl-cse2} enable dumping after
48 the two common sub-expression elimination passes.
50 -@itemx -fdump-rtl-dce
52 @opindex fdump-rtl-dce
53 Dump after the standalone dead code elimination passes.
55 -@itemx -fdump-rtl-dbr
57 @opindex fdump-rtl-dbr
58 Dump after delayed branch scheduling.
61 @opindex fdump-rtl-initvals
62 Dump after the computation of the initial value sets.
64 -@itemx -fdump-rtl-into_cfglayout
65 +@item -fdump-rtl-into_cfglayout
66 @opindex fdump-rtl-into_cfglayout
67 Dump after converting to cfglayout mode.
70 @opindex fdump-rtl-rnreg
71 Dump after register renumbering.
73 -@itemx -fdump-rtl-outof_cfglayout
74 +@item -fdump-rtl-outof_cfglayout
75 @opindex fdump-rtl-outof_cfglayout
76 Dump after converting from cfglayout mode.
79 @opindex fdump-rtl-postreload
80 Dump after post-reload optimizations.
82 -@itemx -fdump-rtl-pro_and_epilogue
83 +@item -fdump-rtl-pro_and_epilogue
84 @opindex fdump-rtl-pro_and_epilogue
85 Dump after generating the function pro and epilogues.
87 --- illumos-gcc-0f5ed4c/gcc/doc/sourcebuild.texi.orig
88 +++ illumos-gcc-0f5ed4c/gcc/doc/sourcebuild.texi
97 FIXME: exactly what goes in each of these targets?