Re: [PATCH] profile-count: fix /= and *= operators

2022-06-24 Thread Richard Biener via Gcc-patches
> Am 24.06.2022 um 10:14 schrieb Martin Liška : > > Hi. > > As noticed in the PR, I wrongly introduced /= and *= operators. > Problem was that these operators need to modify *this object. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed?

[PATCH] profile-count: fix /= and *= operators

2022-06-24 Thread Martin Liška
Hi. As noticed in the PR, I wrongly introduced /= and *= operators. Problem was that these operators need to modify *this object. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR middle-end/106059 gcc/ChangeLog: *