Looks good to me FWIW, except:

Kenneth Zadeck <zad...@naturalbridge.com> writes:
> @@ -112,11 +114,11 @@ along with GCC; see the file COPYING3.
>     two, the default is the prefered representation.
>  
>     All three flavors of wide_int are represented as a vector of
> -   HOST_WIDE_INTs.  The default and widest_int vectors contain enough 
> elements
> -   to hold a value of MAX_BITSIZE_MODE_ANY_INT bits.  offset_int contains 
> only
> -   enough elements to hold ADDR_MAX_PRECISION bits.  The values are stored
> -   in the vector with the least significant HOST_BITS_PER_WIDE_INT bits
> -   in element 0.
> +   HOST_WIDE_INTs.  The default and widest_int vectors contain enough
> +   elements to hold a value of MAX_BITSIZE_MODE_ANY_INT bits.
> +   offset_int contains only enough elements to hold ADDR_MAX_PRECISION
> +   bits.  The values are stored in the vector with the least
> +   significant HOST_BITS_PER_WIDE_INT bits in element 0.
>  
>     The default wide_int contains three fields: the vector (VAL),
>     the precision and a length (LEN).  The length is the number of HWIs

is this just changing the line breaks?

Thanks,
Richard

Reply via email to