[Bug bootstrap/11035] gcc 3.3 fails to compile on AIX5.2
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Sat Jun 28 03:58: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=11035
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-28 03:58 -------
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