Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed texinfo5 strictness bugs #1

Open
wants to merge 1 commit into
base: avr32-gcc-4.4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gcc/doc/c-tree.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2338,15 +2338,15 @@ 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
@itemx MINUS_EXPR
@itemx MULT_EXPR
@item PLUS_EXPR
@item MINUS_EXPR
@item MULT_EXPR
These nodes represent various binary arithmetic operations.
Respectively, these operations are addition, subtraction (of the second
operand from the first) and multiplication. Their operands may have
Expand Down
2 changes: 1 addition & 1 deletion gcc/doc/cppopts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,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
Expand Down
14 changes: 7 additions & 7 deletions gcc/doc/invoke.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4649,11 +4649,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.

Expand All @@ -4664,11 +4664,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.

Expand Down Expand Up @@ -4713,7 +4713,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.

Expand Down Expand Up @@ -4743,7 +4743,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.

Expand All @@ -4755,7 +4755,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 pro and epilogues.

Expand Down