------- Comment #3 from pinskia at gcc dot gnu dot org 2009-11-19 15:31 ------- Compiling with -W -Wall, we get the following warnings: t.c: In function âmainâ: t.c:9: warning: format â%dâ expects type âint *â, but argument 2 has type âunsigned char *â t.c:11: warning: format â%dâ expects type âint *â, but argument 2 has type âunsigned char *â
Those warnings show that this code is undefined, -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42107