This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Support for %d$c format specifier
- From: Bruce Korb <bkorb at veritas dot com>
- To: ishikawa at yk dot rim dot or dot jp, ghazi at caip dot rutgers dot edu, gdr at integrable-solutions dot net, GCC Development <gcc at gcc dot gnu dot org>
- Cc: bkorb at veritas dot com
- Date: Tue, 22 Jul 2003 09:19:15 -0700
- Subject: Re: Support for %d$c format specifier
- Reply-to: bkorb at veritas dot com
> My plan is
> - (1) first to incorporate the C++, and C extension into the positional
> paramter handling framework by extending the
> protocol between the decoder and diagnostic.c.
>
> This is necesary for the positional parameter handling to
> be usable.
I confess I don't read everything on gcc/gcc-patches, so perhaps
I missed something. Is there a reason not to use a pre-existing
library for this stuff? e.g.:
http://savannah.nongnu.org/projects/libsnprintfv/
especially given:
> However, we have a limited man-power obvioulsy.