This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/20642] use printf to print a field of a struct followed by a second value. The second value prints as zero.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2005 21:08:11 -0000
- Subject: [Bug c/20642] use printf to print a field of a struct followed by a second value. The second value prints as zero.
- References: <20050325205947.20642.setterg@att.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-25 21:08 -------
st.st_size is a long long so this is not a bug, try with -Wformat and you will see a warning.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20642