On Thu, 31 Oct 2013, Ilya Enkovich wrote:

> This patch adds support Pointer Bounds Checker into c-family and LTO 
> front-ends.  The main purpose of changes in front-end is to register all 
> statically initialized objects for checker.  We also need to register 
> such objects created by compiler.

What happens with statically initialized TLS objects?  It would seem that 
you need something like how the C++ front end handles static constructors 
for C++11 thread-local objects, but I don't see anything obvious for that 
here.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to