Re: [085/nnn] poly_int: expand_vector_ubsan_overflow

2017-11-28 Thread Jeff Law
On 10/23/2017 11:34 AM, Richard Sandiford wrote: > This patch makes expand_vector_ubsan_overflow cope with a polynomial > number of elements. > > > 2017-10-23 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ > * internal-fn.c (expand_vector_ubsan_overfl

[085/nnn] poly_int: expand_vector_ubsan_overflow

2017-10-23 Thread Richard Sandiford
This patch makes expand_vector_ubsan_overflow cope with a polynomial number of elements. 2017-10-23 Richard Sandiford Alan Hayward David Sherwood gcc/ * internal-fn.c (expand_vector_ubsan_overflow): Handle polynomial numbers of elements. Index: gcc