https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23872
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The <STATEMENT_LIST> issue was fixed with r0-73077-g953ff28998b59b which was
included in GCC 4.2.0.
The DECL_EXPR issue is still there.
Currently the code is:
case DECL_EXPR:
print_declaration (pp, DECL_EXPR_DECL (node), spc, flags);
is_stmt = false;
break;
I will do a patch to wrap a `DECL_EXPR < ... >` the printing so it becomes
obvious what it does.