Re: Fix unguarded use of tree_to_shwi in tree-ssa-sccvn.c

2018-08-28 Thread Richard Biener
On Tue, Aug 28, 2018 at 12:39 PM Richard Sandiford wrote: > > Fixes many testsuite failures for SVE. > > Tested on aarch64-linux-gnu (with and without SVE), aarch64_be-elf > and x86_64-linux-gnu. OK to install? OK. Richard. > Richard > > > 2018-08-28 Richard Sandiford > > gcc/ > * t

Fix unguarded use of tree_to_shwi in tree-ssa-sccvn.c

2018-08-28 Thread Richard Sandiford
Fixes many testsuite failures for SVE. Tested on aarch64-linux-gnu (with and without SVE), aarch64_be-elf and x86_64-linux-gnu. OK to install? Richard 2018-08-28 Richard Sandiford gcc/ * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Fix unguarded use of tree_to_shwi. R