r242215 - /branches/ARM/sve-branch/gcc/tree.c

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Fri Nov 11 17:20:00 GMT 2016


Author: rsandifo
Date: Fri Nov 11 17:20:14 2016
New Revision: 242215

URL: https://gcc.gnu.org/viewcvs?rev=242215&root=gcc&view=rev
Log:
Fix unguarded uses of tree_to_uhwi

This patch uses tree_fits_uhwi_p to protect a previously unguarded
use of tree_to_uhwi.

Modified:
    branches/ARM/sve-branch/gcc/tree.c



More information about the Gcc-cvs mailing list