On Nov 9, 2013, at 2:57 AM, Richard Sandiford <rdsandif...@googlemail.com> wrote: > "mode_for_size (MAX_BITSIZE_MODE_ANY_INT, MODE_INT, 0)" isn't safe > because the widest mode might not have an integer counterpart. > We can get the widest integer mode directly using MAX_MODE_INT.
> OK to install? Ah, curious. Ok. Long term, one might want a partial int mode that is larger that all in modes, and support conversions to/from those⦠but, to do that, we'd need a bit more code.