This is the mail archive of the gcc-patches@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]

Re: [patch, fortran] PR37228 and 37301


Jerry DeLisle wrote:
OK for trunk? Can someone commit for me since I will be offline for the next several days on business travel.
OK. Thanks for the patch. I will commit it this evening, but if someone else wants to commit it earlier - go ahead!

Tobias


2008-09-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>

    PR fortran/37228
    * io.c (check_format): Allow specifying precision with g0 format.

2008-09-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>

PR libfortran/37301
PR libfortran/37228
* io/io.h (write_real_g0): Declare new function to handle g0.d format.
* io/transfer.c (formatted_transfer_scalar): Use new function.
* io/format.c (parse_format_list): Enable g0.d.
* io/write.c (write_a_char4): Delete unused var.
(set_fnode_default): New function to set the default fnode w, d, and e
factored from write_real. (write_real): Use new factored function.
(write_real_g0): New function that sets d to that passed by g0.d format
specifier and set format to ES. Default values for w and e are used
from the new function, set_fnode_default.


2008-09-01 Jerry DeLisle <jvdelisle@gcc.gnu.org>

    PR fortran/37228
    * gfortran.dg/fmt_g0_4.f08: Revised test.


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