This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: rebuilding fixincludes - good news, bad news and RFE


On Apr  6, 1999, mrs@wrs.com (Mike Stump) wrote:

>> I have a total re-implementation of sprintf that uses an argv style
>> list of arguments to the format.

> Wow, talk about reinventing the wheel.  Well, you should make it
> conform to vsprintf, and put it in libiberty, if your version is truly
> better than Per's version.

This wouldn't solve the problem, because vsnprintf takes a va_list
argument, but there's no portable way to build a va_list.  That's the
very enhancement request Bruce is talking about.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Brasil
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]