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: RFA - patch for merging itanium-sched-branch into main line -part1


On Thu, 9 Jan 2003, Vladimir Makarov wrote:

> ! is @math{2^{31} + 1} since these instructions test if the iteration count is
>   negative to terminate the loop.  If the iteration count is unsigned
> ! there is a possibility than the @math{2^{31} + 1} maximum iteration count may be
>   exceeded.  This switch allows an unsigned iteration count.
>   
>   @item -mti
> --- 8953,8961 ----
>   @opindex mloop-unsigned
>   @opindex mno-loop-unsigned
>   The maximum iteration count when using RPTS and RPTB (and DB on the C40)
> ! is @math{2^31 + 1} since these instructions test if the iteration count is
>   negative to terminate the loop.  If the iteration count is unsigned
> ! there is a possibility than the @math{2^31 + 1} maximum iteration count may be

This is a bogus change.  If you have the minimum required Texinfo version
(4.2) you should find it serves no purpose other than to uglify the
printed output.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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