This is the mail archive of the gcc@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]
Other format: [Raw text]

RE: use of %n in genmodes.c causes trouble on Vista



> -----Original Message-----
> From: gcc-owner@gcc.gnu.org [mailto:gcc-owner@gcc.gnu.org] On 
> Behalf Of Simon Brenner
> Sent: Thursday, 7 June 2007 2:40 a.m.

> > > Or just add a call to _set_printf_count_output in the relevant
> > > place, since AFAIK %n is still a standard-mandated printf format
> > > flag.
> >
> > Where is the "relevant place"?  This would be a really 
> messy host-dependent
> > call and I think it far better to eliminate the usage in 
> *some* way than
> > to do this.
> 
> Perhaps it could be something for libiberty to take care of?

Unless I'missing soemthing, this is 'just' a build issue in genmode.c.
GCC builds fine for Vista target on WindowsXP. 
So the fix needs to be build dependent, not host dependent.  

Danny


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