public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/47293] New: libquadmath: strtoflt128 - C99 hex floating point format missing
@ 2011-01-14 15:37 burnus at gcc dot gnu.org
  2011-01-14 15:43 ` [Bug fortran/47293] libquadmath: strtoflt128 - NAN not correctly read and " burnus at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-01-14 15:37 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: libquadmath: strtoflt128 - C99 hex floating point
                    format missing
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


(At some point, I - or someone else - should really create a libquadmath
component in Bugzilla.)

Follow up to http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00369.html

strtoflt128 currently does not support the C99 hex floating point format

However, there is: "gethex" in gdtoa/strtodg.c (called from strtoflt128) thus
it might already be implemented.

>From POSIX 2003 for strtod:

"The expected form of the subject sequence is an optional plus or minus sign,
 then one of the following:
 [...]
 * A 0x or 0X, then a non-empty sequence of hexadecimal digits optionally
   containing a radix character, then an optional binary exponent part"


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-06 22:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-14 15:37 [Bug fortran/47293] New: libquadmath: strtoflt128 - C99 hex floating point format missing burnus at gcc dot gnu.org
2011-01-14 15:43 ` [Bug fortran/47293] libquadmath: strtoflt128 - NAN not correctly read and " burnus at gcc dot gnu.org
2011-01-22 16:05 ` jvdelisle at gcc dot gnu.org
2011-01-26  6:09 ` jvdelisle at gcc dot gnu.org
2011-02-01  2:29 ` jvdelisle at gcc dot gnu.org
2011-02-02 18:29 ` dnovillo at gcc dot gnu.org
2011-02-06 22:13 ` jvdelisle at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).