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

--- Comment #3 from GCC 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:90ac839a470d61ffcd9eee0d7d37ca9c385dfefb

commit r14-8650-g90ac839a470d61ffcd9eee0d7d37ca9c385dfefb
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Jan 31 10:50:33 2024 +0100

    lower-bitint: Fix up VIEW_CONVERT_EXPR handling in handle_operand_addr
[PR113639]

    Yet another spot where we need to treat VIEW_CONVERT_EXPR differently
    from NOP_EXPR/CONVERT_EXPR.

    2024-01-31  Jakub Jelinek  <ja...@redhat.com>

            PR tree-optimization/113639
            * gimple-lower-bitint.cc (bitint_large_huge::handle_operand_addr):
            For VIEW_CONVERT_EXPR set rhs1 to its operand.

            * gcc.dg/bitint-79.c: New test.

Reply via email to