[Bug target/64363] Unresolved labels with -fcheck-pointer-bounds and -mmpx
enkovich.gnu at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jan 15 09:52:00 GMT 2015
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.
More information about the Gcc-bugs
mailing list