This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/64363] Unresolved labels with -fcheck-pointer-bounds and -mmpx


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]