This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11909] gcc-3.3 build error; build fail
- 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: 13 Aug 2003 23:21:15 -0000
- Subject: [Bug bootstrap/11909] gcc-3.3 build error; build fail
- References: <20030813231217.11909.will.washington@epiphany.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=11909
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-08-13 23:21 -------
This is not a bug in GCC. The problem is that AIX 5.2 adds support for
atoll(), but the cached copy of stdlib.h from AIX 5.1 and earlier do not
have a
prototype, so the return argument is interpreted incorrectly. The fix is to
remove the "fixed" header file from the GCC cache of the version of GCC used
to
bootstrap on AIX 5.2.
This is also a dup of bug 9382.
*** This bug has been marked as a duplicate of 9382 ***