This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/60194] -Wformat should also warn when using %d (instead of %u) for unsigned arguments


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

Eric Blake <eblake at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eblake at redhat dot com

--- Comment #5 from Eric Blake <eblake at redhat dot com> ---
See also bug 65446 for a possible hole in the -Wformat-signedness
implementation, when dealing with integer promotion.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]