------- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-20 20:45 ------- Sorry, but the vector v is potentially clobbered by the call to f, so the load of the array pointer you index into with i is not loop invariant.
-- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35269