[Bug sanitizer/55975] asan does not work with 46 bit address space on PowerPC64
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 16 11:51:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55975
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-16 11:50:47 UTC ---
I think for 44->46 bits we can still make it constant. But generally, the
constructors of libasan are usually run from the stack of the initial thread,
so it should be enough to look at address of any local variable and check if it
is around (1 << 44) - epsilon or (1 << 46) - epsilon.
More information about the Gcc-bugs
mailing list