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]
Other format: [Raw text]

[Bug other/12044] GLIBC compiling with ERR


------- Additional Comments From giulivo at linuxmail dot org  2003-12-20 13:39 -------
(In reply to comment #3)
> Subject: Re:  GLIBC compiling with ERR
> aj at gcc dot gnu dot org wrote:
> 
> >This is a bug in glibc triggered by newer GCCs:
> >
> >scanf.c: In function `sscanf':
> >sscanf.c:37: error: `va_start' used in function with fixed args
> >
> >Change the declaration of stdio-common/sscanf.c to:
> >int
> >sscanf (const char *s, const char *format, ...)
> >
> >This is fixed in the development version of glibc already but the latest
> >release (2.3.2) has this bug.
> >
> >Closing since this is not a GCC bug.
> >
> Thank you. It's work
> Leonid

hmm ... it works on x86 hardware, but on my ppc (G3) with this patch the problem
is not solved... i receive same error!

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12044


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