Re: Protect tree_to_shwi call in unmodified_param_1

2019-08-07 Thread Richard Biener
On Tue, Aug 6, 2019 at 4:48 PM Richard Sandiford wrote: > > Richard Biener writes: > > On Mon, Aug 5, 2019 at 10:58 AM Richard Sandiford > > wrote: > >> > >> unmodified_param_1 used tree_to_shwi without first checking > >> tree_fits_shwi_p. This is needed by the SVE ACLE support and > >> is har

Re: Protect tree_to_shwi call in unmodified_param_1

2019-08-06 Thread Richard Sandiford
Richard Biener writes: > On Mon, Aug 5, 2019 at 10:58 AM Richard Sandiford > wrote: >> >> unmodified_param_1 used tree_to_shwi without first checking >> tree_fits_shwi_p. This is needed by the SVE ACLE support and >> is hard to test independently. >> >> Tested on aarch64-linux-gnu, armeb-eabi an

Re: Protect tree_to_shwi call in unmodified_param_1

2019-08-05 Thread Richard Biener
On Mon, Aug 5, 2019 at 10:58 AM Richard Sandiford wrote: > > unmodified_param_1 used tree_to_shwi without first checking > tree_fits_shwi_p. This is needed by the SVE ACLE support and > is hard to test independently. > > Tested on aarch64-linux-gnu, armeb-eabi and x86_64-linux-gnu. > OK to instal