https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79956
--- Comment #17 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- On the one hand, I would like to see that libgfortran can be compiled on any platform. On the other hand, the options that I currently see (such as making the for loop into a do/while loop, pre-initializing the sstride0 variable etc) make the code less clear, which I would like to avoid. What I don't understand is why this warning only happens on a specific platform. What are the chances of getting the underlying bug in gcc fixed in a timely fashion?