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

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

https://gcc.gnu.org/g:338725652f84793805c55f08a7607c2f45d5512b

commit r12-4320-g338725652f84793805c55f08a7607c2f45d5512b
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Oct 11 14:31:59 2021 +0200

    middle-end/102683 - fix .DEFERRED_INIT expansion

    This avoids using an integer type for which we don't have an
    approprate mode when expanding .DEFERRED_INIT to a non-memory
    entity.

    2021-10-11  Richard Biener  <rguent...@suse.de>

            PR middle-end/102683
            * internal-fn.c (expand_DEFERRED_INIT): Check for mode
            availability before building an integer type for storage
            purposes.

Reply via email to