[Bug fortran/89920] do loop fails to complete

2019-04-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89920 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/89920] do loop fails to complete

2019-04-02 Thread mark.eggleston at codethink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89920 --- Comment #2 from MarkEggleston --- Affects 7, 8 and trunk branches. A do loop from 1 to the maximum value of an integer does not exit. The example below has a check that forces the loop to exit. program test implicit none integer(4) :: i

[Bug fortran/89920] do loop fails to complete

2019-04-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89920 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|