https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308
--- Comment #5 from Jerome Robert ---
I did not test my self but this is supposed to be fixed in trunk (and not
backported to 6.x):
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=241977
http://llvm.org/viewvc/llvm-project?view=revision&r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308
--- Comment #3 from Jerome Robert ---
It looks like PIE is no longer needed (at least with gcc 5.2).
echo 'void main(void){}' | gcc -fsanitize=thread -xc - -ltsan && ./a.out
just work fine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308
--- Comment #2 from Jerome Robert ---
ThreadSanitizer moved to github so the bug is now:
https://github.com/google/sanitizers/issues/503
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67308
Jerome Robert changed:
What|Removed |Added
CC||jeromerobert at gmx dot com
--- Comment