[Bug middle-end/40151] Possible memory leaks in ggc

2009-05-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-05-14 18:26 --- Likewise for tree-ssa-phiopt.c and reg-stack.c ones. I think you need to look at the source instead of just doing a grep. In fact these are all safe because they don't cross ggc_collect calls. -- pinskia at gcc

[Bug middle-end/40151] Possible memory leaks in ggc

2009-05-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-05-14 18:23 --- I think the tree-ssa-sccvn.c and tree-ssa-pre.c ones are ok because they are only used locally in that source and will not be used after the pass has run. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40151