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] Fix removing of df problem in df_finish_pass


> From: Bernhard Reutner-Fischer [mailto:rep.dot.nop@gmail.com]
> Sent: Saturday, February 28, 2015 4:00 AM
> >   use df_remove_problem rather than manually removing problems,
> living
> 
> leaving

Indeed. Please find updated changelog below:

2015-03-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>

	* df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and
	use df_remove_problem rather than manually removing problems, leaving
	holes in df->problems_in_order[].

Best regards,

Thomas 





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