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. libfortran] PR33225 Per kind write float patch update, fixed


> 2007-09-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
>
>      * io/write.c (stdbool.h): Add include. (sign_t): Move typedef to
>      new file write_float.def. Include write_float.def.
>      (extract_real): Delete. (calculate_sign): Delete.
>      (calculate_exp): Delete. (calculate_G_format): Delete.
>      (output_float): Delete. (write_float): Delete.
>      * io/write_float.def (calculate_sign): Added.
>      (output_float): Refactored to be independent of kind and added to this
>      file for inclusion. (write_infnan): New function to write "Infinite" or
>      "NaN" depending on flags passed, independent of kind.
>      (CALCULATE_EXP): New macro to build kind specific functions. Use it.
>      (OUTPUT_FLOAT_FMT_G): New macro, likewise. Use it.
>      (DTOA, DTOAL): Macros to implement "decimal to ascii".
>      (WRITE_FLOAT): New macro for kind specific write_float functions.
>      (write_float): Revised function to determine kind and use WRITE_FLOAT
>      to implement kind specific output.

Of course, I'm weary to approve that patch seeing that I didn't catch
the error in your previous patch, but: OK to commit.

FX


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