This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12867] incorrect warning message (void format, should be void* format)
- From: "jsm28 at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Nov 2003 10:21:29 -0000
- Subject: [Bug c/12867] incorrect warning message (void format, should be void* format)
- References: <20031101081334.12867.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12867
jsm28 at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jsm28 at gcc dot gnu dot org
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jsm28 at gcc dot gnu dot org 2003-11-01 10:21 -------
The issue is the same as that described in PR 1027.
RTH recently made some changes to how the C front end
prints %T (see discussion in that PR), but not I think
enough for it to be used in fixing this bug.
*** This bug has been marked as a duplicate of 1027 ***