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]

r217803 - in /trunk/gcc: ChangeLog tree-ssa-pre.c


Author: dmalcolm
Date: Wed Nov 19 20:14:18 2014
New Revision: 217803

URL: https://gcc.gnu.org/viewcvs?rev=217803&root=gcc&view=rev
Log:
PR jit/63854: Fix leak of "avail" within tree-ssa-pre.c

gcc/ChangeLog:
	PR jit/63854
	* tree-ssa-pre.c (do_regular_insertion): Convert "avail" from
	vec<> to auto_vec<> to fix a leak.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-pre.c


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