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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=107504

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
  const char[19] & key [value-expr: [/app/example.cpp:9:34] __closure->__key];

very similar issue to PR 107504. The VALUE_EXPR has a line info on it which
gets copied when referencing key in other places.

Either we should remove the line info on the VALUE_EXPR on creation or when
doing the copy.

Reply via email to