From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27762 invoked by alias); 20 Dec 2003 13:39:16 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27755 invoked by uid 48); 20 Dec 2003 13:39:16 -0000 Date: Sat, 20 Dec 2003 14:27:00 -0000 Message-ID: <20031220133916.27754.qmail@sources.redhat.com> From: "giulivo at linuxmail dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030824075411.12044.lshulov@arabellasw.com> References: <20030824075411.12044.lshulov@arabellasw.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/12044] GLIBC compiling with ERR X-Bugzilla-Reason: CC X-SW-Source: 2003-12/txt/msg02199.txt.bz2 List-Id: ------- 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