This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11481] Bootstrap stage fails, internal compiler error, -DIN_LIBGCC2 -DL_fixunsdfsi
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2003 21:35:13 -0000
- Subject: [Bug bootstrap/11481] Bootstrap stage fails, internal compiler error, -DIN_LIBGCC2 -DL_fixunsdfsi
- References: <20030709190918.11481.noyd@u.washington.edu>
- 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=11481
dhazeghi at yahoo dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dhazeghi at yahoo dot com 2003-07-09 21:35 -------
Hello,
this is duplicate of bug 9382. The ICE is the result of atoll not having a
prototype in gcc 2.9's stdlib.h. The bug is there. To work around it, either:
a) get a prebuilt binary from UCLA's download area, and use that to build
with.
b) use IBM cc to build, _not_ xlc.
Also the thread beginning at http://gcc.gnu.org/ml/gcc/2003-06/
msg02327.html (and continuing into July) has some information on this
problem.
Dara
*** This bug has been marked as a duplicate of 9382 ***