This is the mail archive of the gcc-bugs@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)



  In message <377084A8.62248549@knmi.nl>you write:
  > > But for any normal conditional or unconditional jump we should have
  > > a suitable JUMP_LABEL.  And in Mike's example all I saw were normal jumps
  > .
  > 
  > Could it have something to do with the "while(a--)... ->
  > if(a)do...while(--a)" loop conversion in the new code ?
Possibly if it modifies the loop's jumps.  Or if it creates a replacement
jump without initializing JUMP_LABEL.


jeff



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