This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [doc patch] clarify what can appear in SET_DEST


On Tue, Jan 04, 2005 at 12:19:11AM +0100, Steven Bosscher wrote:
> +If @var{lval} is a @code{strict_low_part} of a subreg, or a
> +@code{zero_extract}, then the part of the register specified by the
>  machine mode of the @code{subreg} is given the value @var{x} and
> +the rest of the register is not changed.

Not quite.  There's no subreg involved in zero_extract, so it
doesn't make sense to say that the bits outside of it are unchanged.

Probably needs to be split into two independent sentences.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]