This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r120837 - in /trunk/gcc: ChangeLog tree-ssanames.c


Author: hubicka
Date: Tue Jan 16 23:42:06 2007
New Revision: 120837

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120837
Log:
	* 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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssanames.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]