This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24153] memory leak
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2005 23:04:02 -0000
- Subject: [Bug middle-end/24153] memory leak
- References: <20050930213317.24153.kazu@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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