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

--- Comment #64 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:44f308e59bfa0f93ae05b17e257d8563c12399fd

commit r13-5757-g44f308e59bfa0f93ae05b17e257d8563c12399fd
Author: Andrew Pinski <apin...@marvell.com>
Date:   Thu Feb 9 16:03:54 2023 +0100

    match.pd: When simplifying BFR of an insert, require a mode precision
integral type [PR108688]

    The same problem as PR 88739 has crept in but
    this time in match.pd when simplifying bit_field_ref of
    an bit_insert. That is we are generating a BIT_FIELD_REF
    of a non-mode-precision integral type.

            PR tree-optimization/108688
            * match.pd (bit_field_ref [bit_insert]): Avoid generating
            BIT_FIELD_REFs of non-mode-precision integral operands.

            * gcc.c-torture/compile/pr108688-1.c: New test.
  • [Bug tree-optimization/88739] [... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to