c++/6774: printf("%lld") prints bad values
rth@gcc.gnu.org
rth@gcc.gnu.org
Wed May 22 23:42:00 GMT 2002
Synopsis: printf("%lld") prints bad values
State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Wed May 22 23:42:06 2002
State-Changed-Why:
Buggy test case. You have a typo in your printf format.
Should be "1 << %lld = %lld". Using -Wall would have
pointed this out:
z.c: In function `main':
z.c:11: warning: int format, different type arg (arg 2)
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6774
More information about the Gcc-bugs
mailing list