[Bug c/83861] sscanf %lg conversion bug

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 15 17:13:00 GMT 2018


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Sscanf comes from libc.  So in this case since you are on windows, it is either
cygwin or mingw/Microsoft. Mingw uses Microsoft runtime directly for most
things so it might be a bug in the Microsoft library and not related to gcc.


More information about the Gcc-bugs mailing list