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

--- Comment #4 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:49e75666c592d23dfa17f062974e660edd01d5fb

commit r14-8746-g49e75666c592d23dfa17f062974e660edd01d5fb
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Fri Feb 2 11:27:37 2024 +0100

    lower-bitint: Handle uninitialized large/huge SSA_NAMEs as inline asm
inputs [PR113699]

    Similar problem to calls with uninitialized large/huge _BitInt SSA_NAME
    arguments, var_to_partition will not work for those, but unlike calls
    where we just create a new uninitialized SSA_NAME here we need to change
    the inline asm input to be an uninitialized VAR_DECL.

    2024-02-02  Jakub Jelinek  <ja...@redhat.com>

            PR middle-end/113699
            * gimple-lower-bitint.cc (bitint_large_huge::lower_asm): Handle
            uninitialized large/huge _BitInt SSA_NAME inputs.

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

Reply via email to