re PR fortran/14066 (Infinite DO loops not recognized.)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Fri, 14 May 2004 13:46:05 +0000 (15:46 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 14 May 2004 13:46:05 +0000 (15:46 +0200)
commit9b089e0545b2b8f6455c91584714e5ab918dfac6
treece92f466c8f898b945fa790d876142e9a39ff6cb
parentee17cbda2e69d9d19d4664cef4f96ff180ca8c5b
re PR fortran/14066 (Infinite DO loops not recognized.)

fortran:
        PR fortran/14066
* match.c (gfc_match_do): Allow infinite loops with
label-do-stmt. Do not enforce space after comma.

testsuite:

PR fortran/14066
* gfortran.fortran-torture/compile/do_1.f90: New test.

Also fixed date on previous ChangeLog entries.

From-SVN: r81842
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/compile/do_1.f90 [new file with mode: 0644]