This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]