This is the mail archive of the gcc@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: A gcc-cris bug?


All,

This goes all the way back to at least 2.95.2

One problem is the insn "foo = 0" gets moved after the loop end because
loop optimize determines that it's loop invariant but isn't checking 
if the insn would modify the loop termination condition.

Graham


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