[Bug tree-optimization/35269] missed optimization of std::vector access.

2008-02-20 Thread rguenth at gcc dot gnu dot org
--- 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

[Bug tree-optimization/35269] missed optimization of std::vector access.

2023-04-06 Thread hiraditya at msn dot com via Gcc-bugs
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 --