On 07/13/2017 03:05 AM, Richard Sandiford wrote: > This patch adds a scalar_mode_pod class and uses it to > replace the machine_mode in fixed_value. > > 2017-07-13 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * coretypes.h (scalar_mode_pod): New typedef. > * gdbhooks.py (build_pretty_printer): Handle it. > * machmode.h (gt_ggc_mx, gt_pch_nx): New functions. > * fixed-value.h (fixed_value::mode): Change type to scalar_mode_pod. > * fold-const.c (fold_convert_const_int_from_fixed): Use scalar_mode. > * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields): Use > as_a <scalar_mode>. OK. jeff