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 forwporp pattern (T)(P + A) - (T)P -> (T)A


> Only if we could somehow rule out that chars_per_limb can be zero.
> Then we know for sure that unsigned overflow must happen, and
> the only possible result would be -1.
> But at this time, both -1 and 4294967295 are possible.

I see, I thought you meant that the result was -1 statically.

Thanks for correcting this annoying blunder...

-- 
Eric Botcazou


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