]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/53051 (I/O: Support reading floating-point numbers which use "Q...
authorTobias Burnus <burnus@net-b.de>
Sun, 22 Apr 2012 17:28:34 +0000 (19:28 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 22 Apr 2012 17:28:34 +0000 (19:28 +0200)
commit96b3ee1c504a6507154bbbfcf081a8f969fb8671
treecc4011cbfad42177e24d9d5e9e289e2605902624
parent605aed299a7ed53547a9f61ba31e63a480901653
re PR libfortran/53051 (I/O: Support reading floating-point numbers which use "Q" for the exponent)

2012-04-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53051
        * io/list_read.c (parse_real): Support "q" for the
        exponential.
        * io/read.c (read_f): Ditto.

2012-04-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/53051
        * gfortran.dg/read_float_4.f90: New.

From-SVN: r186675
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/read_float_4.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/read.c