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

--- Comment #2 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:8d6b12b2233dabf3573383a15ccc67fdb925e5b3

commit r12-3578-g8d6b12b2233dabf3573383a15ccc67fdb925e5b3
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Sep 16 11:19:14 2021 +0200

    middle-end/102360 - adjust .DEFERRED_INIT expansion

    This avoids using native_interpret_type when we cannot do it with
    the original type of the variable, instead use an integer type
    for the initialization and side-step the size limitation of
    native_interpret_int.

    2021-09-16  Richard Biener  <rguent...@suse.de>

            PR middle-end/102360
            * internal-fn.c (expand_DEFERRED_INIT): Make pattern-init
            of non-memory more robust.

            * g++.dg/pr102360.C: New testcase.

Reply via email to