This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21110] incorrect documentat for high and lo_sum RTL operators
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 04 Feb 2012 00:52:00 +0000
- Subject: [Bug middle-end/21110] incorrect documentat for high and lo_sum RTL operators
- Auto-submitted: auto-generated
- References: <bug-21110-4@http.gcc.gnu.org/bugzilla/>
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.