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 PR28187, endless looping in VRP


Richard Guenther wrote on 07/07/06 04:28:

> 	PR tree-optimization/28187
> 	* tree-vrp.c (vrp_operand_equal_p): New function.
> 	(vrp_bitmap_equal_p): Likewise.
> 	(update_value_range): Use them to compare old and new
> 	max and min values.
> 
> 	* gcc.dg/pr28187.c: New testcase.
> 
OK.  Thanks for the rewrite.


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