[Bug rtl-optimization/28071] [4.1/4.2 regression] A file that can not be compiled in reasonable time/space
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jun 17 19:24:00 GMT 2006
------- Comment #6 from rguenth at gcc dot gnu dot org 2006-06-17 18:44 -------
Btw, we do not die during inlining, but during optimization which is confronted
with one gigantic basic block, as all BBs after inlining are merged by fixupcfg
;)
Oh, and we die during RTL optimizations... but I wonder why we are not able to
free up some memory before (lower gc params help for this, and we enter greg
with 250MB used and it still wants
cc1: out of memory allocating 1134939624 bytes after a total of 43487232 bytes
So, more something for Matz/Vladimir.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matz at suse dot de
Component|middle-end |rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28071
More information about the Gcc-bugs
mailing list