[Bug tree-optimization/35269] missed optimization of std::vector access.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35269 AK changed: What|Removed |Added CC||hiraditya at msn dot com --- Comment #2 from AK --
[Bug tree-optimization/35269] missed optimization of std::vector access.
--- 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|Rem