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 bootstrap/14414] insn-attr tab build runs out of memory


------- Additional Comments From ak at muc dot de  2004-03-03 23:49 -------

I did a search now. The problem starts with this patch:

2004-03-03  Jan Hubicka  <jh@suse.cz>

        * cselib.c (hash_table):  Remove GTY marker.
        (reg_values): Turn into array.
        (used_regs): Likewise.
        (n_used_regs): New static variable.
        (reg_values_old): Kill.
        (clear_table): Update uses of arrays.
        (cselib_lookup): Likewise.
        (cselib_record_set): Likewise.
        (cselib_init): Likewise.
        (cselib_finish): Likewise.
        (cselib_udpate_varray_sizes): Kill.
        * cselib.h (cselib_update_varray_sizes): Kill.

With just that it actually gets out of memory killed while compiling
insn-extract.c


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jh at suse dot cz
                   |dot org                     |
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14414


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