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


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


aj at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From aj at gcc dot gnu dot org  2003-08-25 06:43 -------
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.


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