re PR fortran/31292 (ICE with module procedure interface in a procedure body)
2009-09-10 Steven G. Kargl <kargl@gcc.gnu.org> PR fortran/31292 * fortran/decl.c(gfc_match_modproc): Check that module procedures from a module can USEd in module procedure statements in other program units. Update locus for better error message display. Detect intrinsic procedures in module procedure statements. 2009-09-10 Steven G. Kargl <kargl@gcc.gnu.org> PR fortran/31292 * gfortran.dg/module_procedure_1.f90: New test. * gfortran.dg/module_procedure_2.f90: Ditto. * gfortran.dg/generic_14.f90: Move dg-error to new location. From-SVN: r151616
Showing
- gcc/fortran/ChangeLog 8 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/decl.c 13 additions, 1 deletiongcc/fortran/decl.c
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/generic_14.f90 4 additions, 4 deletionsgcc/testsuite/gfortran.dg/generic_14.f90
- gcc/testsuite/gfortran.dg/module_procedure_1.f90 53 additions, 0 deletionsgcc/testsuite/gfortran.dg/module_procedure_1.f90
- gcc/testsuite/gfortran.dg/module_procedure_2.f90 8 additions, 0 deletionsgcc/testsuite/gfortran.dg/module_procedure_2.f90
Loading
Please register or sign in to comment