This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34738] gcc fails to compile a file in the trolltech qt 4.3.0 source tree. Internal compiler error or "cc1plus: out of memory allocating"
- From: "T dot Mittelstaedt at cadenas dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jan 2008 14:10:21 -0000
- Subject: [Bug c++/34738] gcc fails to compile a file in the trolltech qt 4.3.0 source tree. Internal compiler error or "cc1plus: out of memory allocating"
- References: <bug-34738-15614@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from T dot Mittelstaedt at cadenas dot de 2008-01-11 14:10 -------
A colleague just told me, that aix only gives an application 256 MB memory
except
if you set a certain environment variable (don't know yet) or
specify something like -Wl,-bmaxdata:0x80000000 to the linker.
Where could I set this for configure so that it propagates down. Then I can
test if it works.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34738