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 libfortran/47567] Wrong output for small absolute values with F editing


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47567

--- Comment #15 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-02-17 05:19:54 UTC ---
Author: jvdelisle
Date: Thu Feb 17 05:19:50 2011
New Revision: 170239

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170239
Log:
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.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/list_read.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]