------- Comment #3 from jvdelisle at gcc dot gnu dot org  2009-08-17 14:27 
-------
Subject: Bug 41075

Author: jvdelisle
Date: Mon Aug 17 14:27:29 2009
New Revision: 150844

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150844
Log:
2009-08-17  Jerry DeLisle  <jvdeli...@gcc.gnu.org>

        PR fortran/41075
        * io/io.h (enum format_token): Add FMT_STAR.
        * io/format.c (format_lex): Add case for FMT_STAR.
        (parse_format_list): Parse FMT_STAR and check for left paren
        after. (next_format0): Modify helper function to check for
        unimited format and return the repeated format node.  Update
        comments to clarify.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/format.c
    trunk/libgfortran/io/io.h


-- 


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

Reply via email to