Re: [32/77] Check is_a before calling valid_pointer_mode

2017-08-14 Thread Jeff Law
On 07/13/2017 02:50 AM, Richard Sandiford wrote: > 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. > > 2017-07-13 Richard Sandiford >

[32/77] Check is_a before calling valid_pointer_mode

2017-07-13 Thread Richard Sandiford
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. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/c-family/