--- gcc/gcc.info-15 2018/04/24 18:25:44 1.1.1.8 +++ gcc/gcc.info-15 2018/04/24 18:42:40 1.1.1.9 @@ -1,5 +1,5 @@ -This is Info file gcc.info, produced by Makeinfo-1.55 from the input -file gcc.texi. +This is Info file gcc.info, produced by Makeinfo version 1.67 from the +input file gcc.texi. This file documents the use and the internals of the GNU compiler. @@ -295,8 +295,8 @@ Embedded Side-Effects on Addresses `(pre_dec:M X)' Represents the side effect of decrementing X by a standard amount and represents also the value that X has after being decremented. - x must be a `reg' or `mem', but most machines allow only a `reg'. - m must be the machine mode for pointers on the machine in use. + X must be a `reg' or `mem', but most machines allow only a `reg'. + M must be the machine mode for pointers on the machine in use. The amount X is decremented by is the length in bytes of the machine mode of the containing memory reference of which this expression serves as the address. Here is an example of its use: