This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32432] SEGV/endless loop after: "ERROR: ... already is initialized"



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2007-07-03 22:15 -------
Subject: Bug 32432

Author: jvdelisle
Date: Tue Jul  3 22:14:55 2007
New Revision: 126282

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126282
Log:
2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/32432
        * gfortran.h: Change type of gfc_assign_data_value from void to try.
        * data.c (gfc_assign_data_value): Return FAILURE if error found.
        * resolve.c (check_data_variable): If gfc_assign_data_value returns
        failure, break out of loop and return failure.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/data.c
    trunk/gcc/fortran/resolve.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32432


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]