On Fri, Nov 25, 2016 at 06:50:17PM +0000, Richard Sandiford wrote: > I think this is still wrong for modes that are wide enough to use > CONST_WIDE_INT but aren't a multiple of a HWI in size. In that
The loop iterates by value_bit, which is 8 bits. Thus, indeed, it will misbehave if there is a CONST_WIDE_INT with a precision not multiple of 8. > Does that sound like an improvement? If so I'll file a PR. > I might have time before GCC 7 if it qualifies. Yeah, it might be an improvement. Jakub