[Bug c++/71054] [6/7 Regression] ICE: in expand_expr_real_2, at expr.c:8097

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 18 18:46:00 GMT 2016


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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jul 18 18:45:18 2016
New Revision: 238444

URL: https://gcc.gnu.org/viewcvs?rev=238444&root=gcc&view=rev
Log:
        PR c++/70869
        PR c++/71054
        * cp-gimplify.c (cp_genericize_r): Revert the 2016-07-07 change.
        * tree.c (cp_walk_subtrees): For DECL_EXPR on DECL_ARTIFICIAL
        non-static VAR_DECL, walk the decl's DECL_INITIAL, DECL_SIZE and
        DECL_SIZE_UNIT.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-gimplify.c
    trunk/gcc/cp/tree.c


More information about the Gcc-bugs mailing list