https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106513

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Richard Biener
<rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:ec718fb7a3a58955017cd80f6a8927afbe340fc4

commit r11-10306-gec718fb7a3a58955017cd80f6a8927afbe340fc4
Author: Richard Biener <rguent...@suse.de>
Date:   Wed Aug 10 15:45:22 2022 +0200

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

    This fixes a mistake in typing a local variable in the symbolic
    shift routine.

            PR tree-optimization/106513
            * gimple-ssa-store-merging.c (do_shift_rotate): Use uint64_t
            for head_marker.

            * gcc.dg/torture/pr106513.c: New testcase.

    (cherry picked from commit f675afa4eeac9910a2c085a95aa04d6d9f2fd8d6)

Reply via email to