[Bug middle-end/21110] incorrect documentat for high and lo_sum RTL operators

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 4 00:52:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21110

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-04 00:52:00 UTC ---
The number of low order bits is machine-dependent but is
normally the number of bits in a @code{Pmode} item minus the number of
bits set by @code{high}.

@var{m} should be @code{Pmode}.


The last part is what is incorrect.



More information about the Gcc-bugs mailing list