[Bug target/83067] wrong code on arm-linux-gnueabi

ktkachov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 20 14:04:00 GMT 2017


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

ktkachov at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ktkachov at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #3 from ktkachov at gcc dot gnu.org ---
The correct format specifier to print an unsigned long long is "%llu", not
"%d".
If you want to print the signed variant (i.e. -65527) you should use "%lld"


More information about the Gcc-bugs mailing list