This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12927] [tree-ssa] Syntax error while compiling glibc
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2003 20:26:56 -0000
- Subject: [Bug optimization/12927] [tree-ssa] Syntax error while compiling glibc
- References: <20031106200000.12927.bbooth@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12927
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-06 20:26 -------
glibc is wrong here:
int
sscanf (s, format)
const char *s;
const char *format;
{
I think this has been fixed in a newer glibc, see bug 12044 which is a dup of that bug.
*** This bug has been marked as a duplicate of 12044 ***