https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88227

--- Comment #11 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Sun Aug  4 15:52:55 2019
New Revision: 274096

URL: https://gcc.gnu.org/viewcvs?rev=274096&root=gcc&view=rev
Log:
2019-08-04  Steven G. Kargl  <ka...@gcc.gnu.org>

        PR fortran/88227
        * check.c (oct2bin):  New function.  Convert octal string to binary.
        (hex2bin): New function.  Convert hexidecimal string to binary.
        (bin2real): New function.  Convert binary string to REAL.  Use
        oct2bin and hex2bin.
        (gfc_boz2real):  Use fallback conversion bin2real.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/check.c

Reply via email to