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 #13 from jvdelisle at gcc dot gnu dot org  2006-01-08 01:53 -------
Subject: Bug 24268

Author: jvdelisle
Date: Sun Jan  8 01:53:06 2006
New Revision: 109467

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109467
Log:
2006-01-07  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:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/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]