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]

Re: Reg-stack and cmove bug


> On Fri, Feb 16, 2001 at 07:46:24PM +0100, Jan Hubicka wrote:
> > !   while (insn != current_block->end)
> 
> Incorrect.  This does not process the last instruction in the block.
It does - the following line is insn = NEXT_INSN (insn).

Honza
> 
> 
> r~


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