This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/19082] [4.0 Regression] build/genattrtab: out of memory allocating 151568 bytes after a total of 4161651196 bytes
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Dec 2004 04:24:10 -0000
- Subject: [Bug other/19082] [4.0 Regression] build/genattrtab: out of memory allocating 151568 bytes after a total of 4161651196 bytes
- References: <20041219180906.19082.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-12-24 04:24 -------
Subject: Re: [4.0 Regression] build/genattrtab: out of memor
> If running stage1 genattrtab compiled without optimization requires more
> memory,
> then it requires more memory. The value reported seems quite large, but the
> scheduling change would not cause a huge increase.
out of memory allocating 222496 bytes after a total of 4161584284 bytes
make[2]: *** [s-attrtab] Error 1
If the value reported is correct, then there is clearly a problem as
we are reaching the limit of addressibility. I'll explore further but
it won't be until after Christmas. At this point, I don't know the
cause. However, reverting the scheduling change allows genattrtab to
complete successfully.
PSALLOC isn't set.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19082