https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83992
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Is that really a bug? The ivtmp decrement is an artificial statement, so why should it have a location and what exactly? I really think the test should build with -O0 or -Og or something similar if it expects the trivial loop not to be optimized significantly.