Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: Nikola.Veljkovic at imgtec dot com
Target Milestone: ---
The issue here is not that the loop is over optimized, but the fact that the
warning is missing.
Without the warning debugging an issue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67025
--- Comment #2 from Nikola.Veljkovic at imgtec dot com ---
Just to make there is no misunderstanding:
What is reported here is that loop unwinding was happening with -fPIC, but the
compiler was not issuing a warning, making us search for a bug