[Bug bootstrap/11698] Unable to compile GCC 3.3 on AIX 5.2 (maintenance level 1)
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Mon Jul 28 22:09:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11698
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-28 22:09 -------
This is an almost exact dup of bug 9382 which has now been closed as invalid:
>From David Edelsohn:
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 bug has been marked as a duplicate of 9382 ***
More information about the Gcc-bugs
mailing list