Re: Fix calculation of ptr_mode for MODE_PARTIAL_INT Pmode

2017-11-22 Thread Richard Biener
On Wed, Nov 22, 2017 at 10:26 AM, Richard Sandiford wrote: > This patch fixes a regression caused by r251469, where I'd incorrectly > converted a call to mode_for_size that sometimes needs MODE_PARTIAL_INTs. > > Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu. > Also spot-c

Fix calculation of ptr_mode for MODE_PARTIAL_INT Pmode

2017-11-22 Thread Richard Sandiford
This patch fixes a regression caused by r251469, where I'd incorrectly converted a call to mode_for_size that sometimes needs MODE_PARTIAL_INTs. Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu. Also spot-checked on msp430-elf. OK to install? Richard 2017-11-22 Richard