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][4.1] Fix PR33142, wrong-code with VRP


On Sun, 9 Sep 2007, Eric Botcazou wrote:

> > 2007-08-22  Richard Guenther  <rguenther@suse.de>
> >
> > 	PR tree-optimization/33142
> > 	* tree-vrp.c (extract_range_from_unary_expr): Compare with
> > 	TYPE_MIN/MAX_VALUE using tree_int_cst_equal.
> 
> This has very likely introduced 

Are they ICEs?  I suspect TYPE_MIN/MAX_VALUE might be null or
non-integer-cst.

Richard.


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