[Bug libfortran/53051] I/O: Support reading floating-point numbers which use "Q" for the exponent

jb at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Apr 20 08:21:00 GMT 2012


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

Janne Blomqvist <jb at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-04-20
                 CC|                            |jb at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Janne Blomqvist <jb at gcc dot gnu.org> 2012-04-20 08:21:05 UTC ---
The argument against supporting this, I suppose, is that we never generate a
"Q|q" exponent on output. 

As a result, the example in c.l.f doesn't try to parse something that was
previously written by formatting a floating point number, but rather a
hand-crafted string. IOW, it seems rather artificial.

That being said, it seems ifort supports it, so maybe we need to as well..
*sigh*.



More information about the Gcc-bugs mailing list