https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70425
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2022-01-11 --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /* Used to represent a local declaration. The operand is DECL_EXPR_DECL. */ DEFTREECODE (DECL_EXPR, "decl_expr", tcc_statement, 1) case tcc_expression: case tcc_reference: case tcc_statement: case tcc_vl_exp: /* These nodes are handled explicitly below. */ But DECL_EXPR is not handled below. Conmfirmed.