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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
We have

  {.D.3013={.D.3006={.a={.ptr=&<retval>.D.3013.D.3006.a}},
.D.3007={.b={.ptr=&<retval>.D.3013.D.3007.b}}}}

and we replace <retval> with names, but we only call
recompute_tree_invariant_expr
for the first ADDR_EXPR, not the latter.

Reply via email to