[Bug c/67025] New: Missing aggressive loop optimization warning when -fPIC used

2015-07-27 Thread Nikola.Veljkovic at imgtec dot com
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

[Bug c/67025] Missing aggressive loop optimization warning when -fPIC used

2016-08-03 Thread Nikola.Veljkovic at imgtec dot com
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