]> git.ipfire.org Git - thirdparty/gcc.git/commit
except.c (free_eh_nesting_info): Free the info itself.
authorMark Mitchell <mark@codesourcery.com>
Fri, 29 Oct 1999 09:49:23 +0000 (09:49 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 29 Oct 1999 09:49:23 +0000 (09:49 +0000)
commit5faf03ae77a43db0e5a685a01eb5b4023b09638f
tree610028a55913271a69abf4d597b12ed1df6999c0
parent3baa501d812db77b1957928294a753c372104afb
except.c (free_eh_nesting_info): Free the info itself.

* except.c (free_eh_nesting_info): Free the info itself.
* function.c (free_after_compilation): Don't free NULL.
* gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
(pre_edge_insert): Free inserted.
* stmt.c (free_stmt_status): Don't free NULL.

From-SVN: r30255
gcc/ChangeLog
gcc/except.c
gcc/function.c
gcc/gcse.c
gcc/stmt.c