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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|IPA PTA: Points-to sets     |IPA PTA: Points-to sets
                   |shouldn't contain           |shouldn't contain
                   |function-name.{clobber,     |function-name.{clobber,
                   |use, result}                |use}

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
I'll note that since fn.result represents DECL_RESULT it's address can end up
in points-to sets when passed by reference.  Not that I'm sure we handle this
correctly on the caller side.

Reply via email to