r242128 - /branches/ARM/sve-branch/gcc/c-family...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:04:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:04:51 2016
New Revision: 242128
URL: https://gcc.gnu.org/viewcvs?rev=242128&root=gcc&view=rev
Log:
Check is_a <scalar_int_mode> before calling valid_pointer_mode
A future patch will make valid_pointer_mode take a scalar_int_mode
instead of a machine_mode. is_a <...> rather than as_a <...> is
needed here because we're checking a mode supplied by the user.
Modified:
branches/ARM/sve-branch/gcc/c-family/c-attribs.c
More information about the Gcc-cvs
mailing list