This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Merge C++ conversion into trunk (5/6 - double_int rewrite)
On Mon, 13 Aug 2012, Lawrence Crowl wrote:
> On 8/13/12, Richard Guenther <richard.guenther@gmail.com> wrote:
> > Increment/decrement operations did not exist, please do not add
> > them at this point.
>
> Note that I have also added +=, -= and *= operations. Having them
> has three advantages. First, it matches expectations on what
> numeric types allow. Second, it results in more concise code.
> Third, it results in potentially faster code. I think we should
> be able to use those operators.
>
> When I run through changing call sites, I really want to change
> the sites to the final form, not do two passes.
Ok.
Thanks,
Richard.