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: more ia32 bugs (unrolling)


Richard Henderson wrote:

> Actually, it wasn't uninitialized, it was clobbered.  By a
> pointer, so it's value was guaranteed large.  ;-)

> Just a little buglet in the earlier patch in this thread.

> 1999-06-08  Richard Henderson  <rth@cygnus.com>
> 
>         * loop.c (loop_emit_jump_insn_before): Return the jump insn.
>         (loop_emit_jump_insn_after): Likewise.
>         (check_dbra_loop): Correct last change to use the return value.

There are several other places in loop.c where the return value of
loop_emit_jump_insn_{after,before} isn't used.

Those are all OK ?

Cheers,

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://world.std.com/~burley/g77.html


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