[Bug middle-end/70425] decl_expr does not print the *_decl which is it is associated with it for tree-dump.c
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 11 03:59:26 GMT 2022
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.
More information about the Gcc-bugs
mailing list