[Bug middle-end/44984] gcc passes unsigned instead of int for printf width/precision (warnings generated)

2013-11-10 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44984 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug middle-end/44984] gcc passes unsigned instead of int for printf width/precision (warnings generated)

2010-10-02 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44984 --- Comment #3 from Jay jay.krell at cornell dot edu 2010-10-02 10:27:53 UTC --- which compiler produces this I'm afraid I'm not sure and can't quickly/easily make it happen again. Sorry.

[Bug middle-end/44984] gcc passes unsigned instead of int for printf width/precision (warnings generated)

2010-07-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-07-20 22:50 --- unsigned int and int are passed exactly the same for varargs and in fact the C standard says getting an unsigned version of the signed type for varargs is valid. --

[Bug middle-end/44984] gcc passes unsigned instead of int for printf width/precision (warnings generated)

2010-07-20 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-07-20 22:52 --- What compiler version is giving a warning for this case? That is can you provide the output of gcc -v ? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added