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/32612] gfortran - incorrectly flags error on interface module



------- Comment #3 from jvdelisle at gcc dot gnu dot org  2007-07-04 01:08 -------
Subject: Bug 32612

Author: jvdelisle
Date: Wed Jul  4 01:08:48 2007
New Revision: 126295

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

        PR fortran/32545
        * io.c (check_format): Always call gfc_error for errors.
        (check_format_string): Change type of this function to try and
        return the result of check_format.
        (check_io_constraints): Return MATCH_ERROR if check_format_string
        returns FAILURE.

2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/32612
        * decl.c (get_proc_name): Include attr->mod_proc in check for error.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/io.c


-- 


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


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