re PR libfortran/47567 (Wrong output for small absolute values with F editing)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 17 Feb 2011 05:19:50 +0000 (05:19 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 17 Feb 2011 05:19:50 +0000 (05:19 +0000)
commitfc2c5998f7027c07717c7237ff3d68e97bd7d067
treef87711fb887cbf2edcd329c147ad7dc9b65f68cf
parent18b08cb9ebcf0bc9d462c27b8e358028b662deec
re PR libfortran/47567 (Wrong output for small absolute values with F editing)

2011-02-16  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/47567
* io/list_read.c (read_logical): Check for end of line before calling
eat_line. (read_integer): Likewise. (parse_real): Don't unget the
separator. Check for end of line before calling eat_line.
(read_complex): Allow line-end before and after parenthesis and comma.
Check for end of line before calling eat_line. (read_real): Check for
end of line before calling eat_line.

From-SVN: r170239
libgfortran/ChangeLog
libgfortran/io/list_read.c