This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/14066] [gfortran] Infinite DO loops not recognized.


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]