Re: [PATCH] Fix primitive wi::int_traits

2014-05-26 Thread Mike Stump
On May 26, 2014, at 6:39 AM, Richard Biener wrote: > The following patch fixes completes the primitive int_traints > with long and long long variants and drops the HWI case. > > Bootstrapped on x86_64-unknown-linux-gnu (and on darwin by Ian), > soon to be committed. Looks good, thanks.

[PATCH] Fix primitive wi::int_traits

2014-05-26 Thread Richard Biener
The following patch fixes completes the primitive int_traints with long and long long variants and drops the HWI case. This fixes darwin builds where HOST_WIDE_INT is 'long' but int64_t is 'long long'. Bootstrapped on x86_64-unknown-linux-gnu (and on darwin by Ian), soon to be committed. Richar