On Wed, Aug 10, 2022 at 03:47:10PM +0200, Richard Biener via Gcc-patches wrote:
> This fixes a mistake in typing a local variable in the symbolic
> shift routine.
>
> Bootstrap & regtest pending on x86_64-unknown-linux-gnu.
>
> PR tree-optimization/106513
> * gimple-ssa-store-merging.
This fixes a mistake in typing a local variable in the symbolic
shift routine.
Bootstrap & regtest pending on x86_64-unknown-linux-gnu.
PR tree-optimization/106513
* gimple-ssa-store-merging.cc (do_shift_rotate): Use uint64_t
for head_marker.
* gcc.dg/torture/pr10