]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/trans-stmt.cc
re PR fortran/34656 (modifies do loop variable)
authorTobias Burnus <burnus@gcc.gnu.org>
Sat, 28 Mar 2009 21:39:26 +0000 (22:39 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 28 Mar 2009 21:39:26 +0000 (22:39 +0100)
commit33abc8454687da28c851b1089b7540a3669c3548
tree035dde6bb8193a46fa1d35b8af11978d76676b9d
parent63f90eb7b0a70009743f7bb0035de2c956add767
re PR fortran/34656 (modifies do loop variable)

2009-03-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34656
        * trans-stmt.c (gfc_trans_simple_do, gfc_trans_do):
        Add GFC_RTCHECK_DO support.
        * option.c (gfc_handle_runtime_check_option): Enable
        * GFC_RTCHECK_DO.
        * invoke.texi (-fcheck): Document "do" option.

From-SVN: r145210
gcc/fortran/ChangeLog
gcc/fortran/invoke.texi
gcc/fortran/options.c
gcc/fortran/trans-stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/do_check_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/do_check_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/do_check_3.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/do_check_4.f90 [new file with mode: 0644]