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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu.org

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
I don't think %ji is portable enough.  It might be better to use uint64_t and a
portable format for that - not sure the printf modifier macros from hwint.h can
be re-used for scanf.

Reply via email to