This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.3 bootstrap failure on Solaris 2.8 w/ native tools
- From: Anthony Green <green at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: 07 May 2003 08:58:49 -0700
- Subject: 3.3 bootstrap failure on Solaris 2.8 w/ native tools
I just tried bootstrapping on Solaris 2.8 using Sun's native tools.
gengtype dies with:
out of memory allocating 134217728 bytes after a total of 856068544
bytes.
It looks like the xvasprintf call in oprintf() is always returning a
very large number (380992, for instance), resulting in a sequence of
massive reallocs.
Has anybody else tried this?
AG