[Bug fortran/14066] [gfortran] Infinite DO loops not recognized.
Tobias dot Schlueter at physik dot uni-muenchen dot de
gcc-bugzilla@gcc.gnu.org
Thu Apr 22 13:17:00 GMT 2004
------- Additional Comments From Tobias dot Schlueter at physik dot uni-muenchen dot de 2004-04-22 13:00 -------
(In reply to comment #0)
> Do loops like these:
>
> DO
> ...
> ENDDO
>
this works ...
> and
>
> DO 100
> ...
> 100 CONTINUE
>
.. and this doesn't. I wrote the original code which supports the former, I will
take care of the latter once my copyright assignment is through.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |Tobias dot Schlueter at
| |physik dot uni-muenchen dot
| |de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14066
More information about the Gcc-bugs
mailing list