-
- Downloads
re PR fortran/41755 (Segfault on invalid code)
2009-10-19 Tobias Burnus <burnus@net-b.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/41755
* symbol.c (gfc_undo_symbols): Add NULL check.
* match.c (gfc_match_equivalence): Add check for
missing comma.
2009-10-19 Tobias Burnus <burnus@net-b.de>
PR fortran/41755
* gfortran.dg/equiv_8.f90: New test.
* gfortran.dg/class_allocate_1.f03: Remove obsolete FIXME.
Co-Authored-By:
Steven G. Kargl <kargl@gcc.gnu.org>
From-SVN: r152983
Showing
- gcc/fortran/ChangeLog 8 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/match.c 4 additions, 1 deletiongcc/fortran/match.c
- gcc/fortran/symbol.c 1 addition, 1 deletiongcc/fortran/symbol.c
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/class_allocate_1.f03 1 addition, 2 deletionsgcc/testsuite/gfortran.dg/class_allocate_1.f03
- gcc/testsuite/gfortran.dg/equiv_8.f90 7 additions, 0 deletionsgcc/testsuite/gfortran.dg/equiv_8.f90
Loading
Please register or sign in to comment