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 PR23128 and PR23129


On Mon, Aug 01, 2005 at 12:49:13PM -0600, Jeffrey A Law wrote:

> I really find range_includes_zero_p to be somewhat misleading.  It'll
> return true for ~[0, 0], even though clearly zero is not within that
> range.
> 
> I suspect the poor name and comments will be a source of ongoing
> problems if we don't fix it now.
> 
Good point.  Fixing it will affect the new changes in
ABS_EXPR/MINUS_EXPR handling.  James, would you have time to fix
this inconsistency?


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