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/29595] gcc miscompilation of some stuff



------- Comment #4 from nigelenki at comcast dot net  2006-10-25 21:42 -------
Issue was passing an unsigned long int to a %i instead of %li format specifier
in printf().  I didn't know my C library altered anything if %n wasn't
specified... oh well, my bug.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29595


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