2006-01-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jan 2006 01:21:56 +0000 (01:21 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jan 2006 01:21:56 +0000 (01:21 +0000)
commit71eadab0d06ba1a8e13b24624602d90bcda80357
treefd11fbf08f0a3ff1b1225d5d87b413aab1514994
parentb5723ffcb5556c56cead327e971e9a990fcaa540
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109402 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/io.c