https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89920
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89920
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|