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/24268] gfortran rejects valid format statement



------- Comment #11 from jvdelisle at gcc dot gnu dot org  2006-01-06 01:22 -------
Subject: Bug 24268

Author: jvdelisle
Date: Fri Jan  6 01:21:56 2006
New Revision: 109402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109402
Log:
2006-01-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/24268
        * io.c (next_char_not_space): New function that returns the next
        character that is not white space.
        (format_lex): Use the new function to skip whitespace within
        a format string.

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


-- 


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



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