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

--- Comment #3 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:79f488de3036a4a4be08df2a782e6eb02419db19

commit r12-3447-g79f488de3036a4a4be08df2a782e6eb02419db19
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Sep 10 12:28:09 2021 +0200

    middle-end/102273 - avoid ICE with auto-init and nested functions

    This refactors expansion to consider non-decl LHS.  I suspect
    the is_val argument is not needed.

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

            PR middle-end/102273
            * internal-fn.c (expand_DEFERRED_INIT): Always expand non-SSA vars.

            * gcc.dg/pr102273.c: New testcase.

Reply via email to