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

Ilya Enkovich <enkovich.gnu at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |enkovich.gnu at gmail dot com

--- Comment #1 from Ilya Enkovich <enkovich.gnu at gmail dot com> ---
We copy function to instrument it but static var is initialized using labels
from the original function and thus we get unresolved links.  Suppose we would
get the same problem with non local gotos.

Suppose it would be more safe to just don't instrument such functions for now
and get back to it at the next stage 1.

Reply via email to