re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after...
re PR fortran/50627 (Error recovery: ICE in gfc_free_namespace after diagnosing missing end of construct) 2013-02-02 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/50627 PR fortran/56054 * decl.c (gfc_match_end): Remove half-ready namespace from parent if the end of a block is missing. * parse.c (parse_module): Do not put namespace into gsymbol on error. 2013-02-02 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/50627 PR fortran/56054 * gfortran.dg/block_12.f90: New test. * gfortran.dg/module_error_1.f90: New test. From-SVN: r195684
Showing
- gcc/fortran/ChangeLog 9 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/decl.c 31 additions, 0 deletionsgcc/fortran/decl.c
- gcc/fortran/parse.c 6 additions, 1 deletiongcc/fortran/parse.c
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/block_12.f90 6 additions, 0 deletionsgcc/testsuite/gfortran.dg/block_12.f90
- gcc/testsuite/gfortran.dg/module_error_1.f90 5 additions, 0 deletionsgcc/testsuite/gfortran.dg/module_error_1.f90
Loading
Please register or sign in to comment