Make declaration of wide_int_storage match its definition

Mike Stump mikestump@comcast.net
Mon Jul 7 10:51:00 GMT 2014


On Jul 5, 2014, at 11:42 AM, Gerald Pfeifer <gerald@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.



More information about the Gcc-patches mailing list