http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37733
David Edelsohn changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37733
Steven Bosscher changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
--- Comment #4 from dje at gcc dot gnu dot org 2008-10-12 22:42 ---
This probably is the data segment overflow that occurred on mainline with the
additional dfa descriptions. For some reason AIX 5.2 is hitting it sooner and
on GCC itself. You probably need to add -Wl,-bmaxdata:0x20
--- Comment #3 from JFTrudeau at cvty dot com 2008-10-03 22:36 ---
(In reply to comment #1)
> What is your stack size limit set to?
>
/mtg/arc$ /usr/bin/ulimit -a
time(seconds)unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes)4194304
m
--- Comment #2 from JFTrudeau at cvty dot com 2008-10-03 22:34 ---
Created an attachment (id=16460)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16460&action=view)
Complete transcript of failed bootstrap
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37733
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-10-03 22:30 ---
What is your stack size limit set to?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37733