This is the mail archive of the gcc-patches@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]

Re: [PATCH] Preserve order in cfun->local_decls vector (PR debug/44901)


Jakub Jelinek wrote:

> 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR debug/44901
> 	* vec.h (VEC_block_remove): Fix comment.
> 	* tree-ssa-live.c (remove_unused_locals): Don't use
> 	VEC_unordered_remove on local_decls, instead replace a single
> 	vector element in each iteration if at least one element had
> 	to be removed and VEC_truncate at the end.
> 	* omp-low.c (expand_omp_taskreg): Likewise.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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