--- Additional Comments From kazu at cs dot umass dot edu 2005-04-19 11:44
---
Just checked in a patch.
--
What|Removed |Added
Status|NEW
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-19
11:43 ---
Subject: Bug 21096
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-04-19 11:43:24
Modified files:
gcc: ChangeLog tree-ssa-copy.c
Log messa
--- Additional Comments From dnovillo at redhat dot com 2005-04-18 22:21
---
Subject: Re: New: copy-prop leaks memory
On Mon, Apr 18, 2005 at 10:12:12PM -, kazu at cs dot umass dot edu wrote:
> tree-ssa-copy.c:844
>
> cached_last_copy_of = xmalloc (...)
>
> does not have a corre
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-18
22:16 ---
Confirmed, the free should be done in fini_copy_prop. I would say this is an
obvious patch.
--
What|Removed |Added
-