On Jul 5, 2014, at 11:42 AM, Gerald Pfeifer <ger...@pfeifer.com> wrote: > Farther below in wide-int.h, we define wide_int_storage as a class: > > class GTY(()) wide_int_storage > { > private: > HOST_WIDE_INT val[WIDE_INT_MAX_ELTS]; > unsigned int len; > unsigned int precision; > : > > The patch below, which I applied as obvious
Thanks. We did want them to match.