This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/36569] New: Checking printf format of recursive va_args.
- From: "cazfi74 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2008 21:06:42 -0000
- Subject: [Bug regression/36569] New: Checking printf format of recursive va_args.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
__attribute__(__format__(__printf__, 1, 2) gives bogus error
"format string argument not a string type" when format itself is built from
variable arguments.
gcc version 4.3.1.
I have checked that this does not happen with 4.2.4.
--
Summary: Checking printf format of recursive va_args.
Product: gcc
Version: 4.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: regression
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: cazfi74 at gmail dot com
GCC build triplet: i686-linux-gnu
GCC host triplet: i686-linux-gnu
GCC target triplet: i686-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36569