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] proposed fix for PR40987 if-conversion bug on HWI32 hosts


> Won't this disable the transformation for 'long long' variables but small
> constants as well?  If so, can this be avoided by using host_integerp at
> the appropriate places instead?

Well, host_integerp is for trees, let's say more specific tests at the 
appropriate places.

-- 
Eric Botcazou


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