]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/46010 (I/O: Namelist-reading bug)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 26 Oct 2010 19:05:08 +0000 (19:05 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 26 Oct 2010 19:05:08 +0000 (19:05 +0000)
commit5609699aff5bb12377bf7c187594ecee17264ee3
treedb30d851481038a71124decce133cf0cb5e3baeb
parent892ae21cc72abd2c3b954a621b303fc2f37adc2a
re PR fortran/46010 (I/O: Namelist-reading bug)

2010-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/46010
* io/list_read.c (nml_parse_qualifier): Add additional conditions for
setting the end index for loop specification. Fix some whitespace.
* io/write.c (write_default_char4): Const-ify the source argument.

From-SVN: r165979
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/write.c