Re: Fix unchecked use of tree_to_uhwi in tree-ssa-strlen.c

2019-10-14 Thread Richard Biener
On Fri, Oct 11, 2019 at 4:47 PM Richard Sandiford wrote: > > r273783 introduced an unchecked use of tree_to_uhwi. This is > tested by the SVE ACLE patches, but could potentially trigger > in non-SVE cases too. > > Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? OK. Richard.

Re: Fix unchecked use of tree_to_uhwi in tree-ssa-strlen.c

2019-10-11 Thread Martin Sebor
On 10/11/19 8:47 AM, Richard Sandiford wrote: r273783 introduced an unchecked use of tree_to_uhwi. This is tested by the SVE ACLE patches, but could potentially trigger in non-SVE cases too. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? I wasn't able to come up with a C

Fix unchecked use of tree_to_uhwi in tree-ssa-strlen.c

2019-10-11 Thread Richard Sandiford
r273783 introduced an unchecked use of tree_to_uhwi. This is tested by the SVE ACLE patches, but could potentially trigger in non-SVE cases too. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Richard 2019-10-11 Richard Sandiford gcc/ * tree-ssa-strlen.c