re PR fortran/24268 (gfortran rejects valid format statement)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 6 Jan 2006 01:21:56 +0000 (01:21 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 6 Jan 2006 01:21:56 +0000 (01:21 +0000)
commitdf3c4c81480472d6cd69b09dde8856cb0bc4acaf
treefd11fbf08f0a3ff1b1225d5d87b413aab1514994
parent1058a848dcd220965dd4d126eb9f4159782dd586
re PR fortran/24268 (gfortran rejects valid format statement)

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.

From-SVN: r109402
gcc/fortran/ChangeLog
gcc/fortran/io.c