-
- Downloads
re PR fortran/32626 (Run-time check for recursive functions)
2009-03-28 Tobias Burnus <burnus@net-b.de> PR fortran/32626 * option.c (gfc_handle_runtime_check_option): Enable recursion check. * trans-decl.c (gfc_generate_function_code): Add recursion check. * invoke.texi (-fcheck): Add recursive option. From-SVN: r145188
Showing
- gcc/fortran/ChangeLog 10 additions, 3 deletionsgcc/fortran/ChangeLog
- gcc/fortran/invoke.texi 4 additions, 0 deletionsgcc/fortran/invoke.texi
- gcc/fortran/options.c 2 additions, 2 deletionsgcc/fortran/options.c
- gcc/fortran/trans-decl.c 20 additions, 0 deletionsgcc/fortran/trans-decl.c
- gcc/testsuite/ChangeLog 6 additions, 1 deletiongcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/recursive_check_7.f90 40 additions, 0 deletionsgcc/testsuite/gfortran.dg/recursive_check_7.f90
Loading
Please register or sign in to comment