This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/19082] [4.0 Regression] build/genattrtab: out of memory allocating 151568 bytes after a total of 4161651196 bytes


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]