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/31162] missing warning for real do-loops with implicit typed variables



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2007-06-22 01:50 -------
Subject: Bug 31162

Author: jvdelisle
Date: Fri Jun 22 01:50:09 2007
New Revision: 125938

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

        PR fortran/31162
        * resolve.c (gfc_resolve_iterator_expr): Add check for REAL using
        gfc_notify_standard. (gfc_resolve_iterator): Remove check.
        (resolve_branch): Change "Obsolete" to "Deleted feature".
        * io.c (resolve_tag): Ditto.
        * match.c (gfc_match_pause, gfc_match_assign, gfc_match_goto): Ditto.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/io.c
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/resolve.c


-- 


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


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