public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Another fixes of various memory leaks
@ 2015-11-23 13:52 marxin
  2015-11-23 13:52 ` [PATCH 3/6] Fix memory leaks in IPA devirt marxin
                   ` (9 more replies)
  0 siblings, 10 replies; 26+ messages in thread
From: marxin @ 2015-11-23 13:52 UTC (permalink / raw)
  To: gcc-patches

Hi.

Following series has been just bootregtested on x86_64-linux-gnu
(all patches together).

Ready for trunk?
Thanks,
Martin

marxin (6):
  Fix memory leak in cilk
  Fix memory leak in tree-ssa
  Fix memory leaks in IPA devirt
  Fix memory leak in loop_vec_info
  Fix parser memory leak in cilk_simd_fn_info
  Fix memory leak in tree-chkp.c

 gcc/c-family/array-notation-common.c |  2 ++
 gcc/c-family/cilk.c                  |  1 +
 gcc/c/c-array-notation.c             | 38 ++++++++++----------------
 gcc/cp/cp-array-notation.c           | 52 ++++++++++++++++++------------------
 gcc/cp/parser.c                      |  2 ++
 gcc/ipa-devirt.c                     |  5 ++--
 gcc/tree-chkp.c                      |  2 ++
 gcc/tree-ssa.c                       |  5 ++++
 gcc/tree-vect-loop-manip.c           |  2 --
 gcc/tree-vect-loop.c                 |  1 +
 gcc/vec.h                            | 12 +++++++++
 11 files changed, 68 insertions(+), 54 deletions(-)

-- 
2.6.3

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2015-12-08 12:38 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-23 13:52 [PATCH 0/6] Another fixes of various memory leaks marxin
2015-11-23 13:52 ` [PATCH 3/6] Fix memory leaks in IPA devirt marxin
2015-11-23 22:38   ` Trevor Saunders
2015-11-26 21:04     ` Martin Liška
2015-11-23 13:52 ` [PATCH 5/6] Fix parser memory leak in cilk_simd_fn_info marxin
2015-11-23 20:13   ` Jeff Law
2015-11-23 13:52 ` [PATCH 2/6] Fix memory leak in tree-ssa marxin
2015-11-26 21:01   ` Martin Liška
2015-11-23 13:52 ` [PATCH 4/6] Fix memory leak in loop_vec_info marxin
2015-11-23 13:52 ` [PATCH 6/6] Fix memory leak in tree-chkp.c marxin
2015-11-23 13:53 ` [PATCH 1/6] Fix memory leak in cilk marxin
2015-11-23 20:29   ` Trevor Saunders
2015-11-26 21:00   ` Martin Liška
2015-11-27  9:23     ` Bernd Schmidt
2015-11-27  9:40       ` Martin Liška
2015-11-23 14:38 ` [PATCH 0/6] Another fixes of various memory leaks Bernd Schmidt
2015-11-23 15:12   ` Martin Liška
2015-11-26 23:21 ` [PATCH 7/N] Fix newly introduced memory leak in tree-ssa-loop-ivopts.c Martin Liška
2015-11-27  7:03   ` Bin.Cheng
2015-11-27  8:31     ` Martin Liška
2015-11-27  8:45       ` Bin.Cheng
2015-12-08 11:31 ` [PATCH 8/N] Fix memory leak in tree-vectorizer.h Martin Liška
2015-12-08 12:01   ` Richard Biener
2015-12-08 12:38     ` Richard Biener
2015-12-08 11:32 ` [PATCH 9/N] Fix memory leak tree-if-conv.c Martin Liška
2015-12-08 11:48   ` Bernd Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).