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 middle-end/24153] memory leak


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-30 23:04 -------
Only 2 out of 5 are tree-opt problems.
==31716==    by 0x8589B01: discover_unique_type (ipa-type-escape.c:203)
And the DOM one.


The first one is related to splay_trees.  The second one I don't know a way to fix at all.

The rest rest were introduced by your self with:
2005-06-24  Kazu Hirata  <kazu@codesourcery.com>

        * cfglayout.c (block_locators_locs, line_locators_locs,
        line_locators_lines, file_locators_locs): Change the type to
        VEC(int,heap)*.
        (insn_locators_initialize, change_scope, insn_scope,
        locator_line, insn_line, locator_file): Use VEC instead of
        VARRAY.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|tree-optimization           |middle-end
           Keywords|                            |memory-hog


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


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