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 bug tree-optimization/26443


[ Apologies, pushed send too early before. ]

Daniel Berlin wrote:

> 	
> 	Fix PR tree-optimization/26443
>
> 	* tree-vrp.c (pass_vrp): This pass destroys TMT usage info,
> 	and thus, needs to recalculate it as a TODO.
>
Just 'Add TODO_update_tmt_usage' to todo_flags_finish.

Shouldn't this also be true for CCP and/or DOM as well?


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