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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2012-01-19 00:00:00         |2021-2-10
                 CC|                            |msebor at gcc dot gnu.org

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
Instrumenting GCC 11 to print the tree code of the first operand shows the
following:

  array_ref
  component_ref
  mem_ref
  parm_decl
  result_decl
  var_decl

confirming the code is most likely dead.

Reply via email to