[Bug tree-optimization/102273] ICE in expand_DEFERRED_INIT, at internal-fn.c:3024 since r12-3433-ga25e0b5e6ac8a77a

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 10 11:52:24 GMT 2021


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 <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:79f488de3036a4a4be08df2a782e6eb02419db19

commit r12-3447-g79f488de3036a4a4be08df2a782e6eb02419db19
Author: Richard Biener <rguenther@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  <rguenther@suse.de>

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

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


More information about the Gcc-bugs mailing list