]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing the names...
authorJan Hubicka <jh@suse.cz>
Tue, 16 Jan 2007 23:42:06 +0000 (00:42 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 16 Jan 2007 23:42:06 +0000 (23:42 +0000)
commit109c8d3934b3748a2fdb061c9a250b30b54fdf5b
tree021e6b777faca34f0b16334c7b7ec2720de79db4
parent80a3dc41f4dfaa5d940f1ade2c8cd30c00a67b89
tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing the names...

* tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
the names, just unlink the chain so we don't crash on dangling pointers
to dead SSA names.

From-SVN: r120837
gcc/ChangeLog
gcc/tree-ssanames.c