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: RFC on tree-ssa-dom.c bug


On Sun, Jul 25, 2004 at 10:57:29AM -0400, Richard Kenner wrote:
> 	* tree-ssa-com.c (extract_range_from_cond): Return false if range
> 	wouldn't be integers.

Hum.  There's another invocation of extract_range_from_cond that
doesn't check its return value.

Even beyond that, I'm not sure what's best here -- accepting only
integers, or an is_gimple_val.  Jeff, do you have an opinion?



r~


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