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 lots of uninitialized memory uses in sched_analyze_reg


On Tue, Mar 05, 2013 at 11:58:09PM -0500, Vladimir Makarov wrote:
> I don't see any harm from your patch but I guess it should be fixed
> by clearing reg_know_equiv_p.  I think you need Steven's opinion on
> this as he is an author of the code.

Yeah, I've already committed the clearing of the sbitmap in alias.c
instead of this sched-deps.c patch, which doesn't make sense after the
alias.c change.

	Jakub


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