Re: [PATCH] tree-optimization/106513 - fix mistake in bswap symbolic number shifts

2022-08-10 Thread Jakub Jelinek via Gcc-patches
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.

[PATCH] tree-optimization/106513 - fix mistake in bswap symbolic number shifts

2022-08-10 Thread Richard Biener via Gcc-patches
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