------- Comment #25 from jakub at gcc dot gnu dot org 2007-09-25 10:26 ------- Subject: Bug 27954
Author: jakub Date: Tue Sep 25 10:26:01 2007 New Revision: 128758 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128758 Log: 2006-10-27 Jerry DeLisle <[EMAIL PROTECTED]> PR fortran/27954 * decl.c (gfc_free_data_all): New function to free all data structures after errors in DATA statements and declarations. (top_var_list): Use new function.(top_val_list): Use new function. (gfc_match_data_decl): Use new function. PR libgfortran/27954 * gfortran.dg/error_recovery_2.f90: New test. Added: branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/error_recovery_2.f90 Modified: branches/redhat/gcc-4_1-branch/gcc/fortran/ChangeLog branches/redhat/gcc-4_1-branch/gcc/fortran/decl.c branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27954