On 10/23/2017 11:35 AM, Richard Sandiford wrote: > This patch makes the VIEW_CONVERT_EXPR handling in expand_expr_real_1 > cope with polynomial type and mode sizes. > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * expr.c (expand_expr_real_1): Use tree_to_poly_uint64 > instead of int_size_in_bytes when handling VIEW_CONVERT_EXPRs > via stack temporaries. Treat the mode size as polynomial too. OK. jeff