re PR sanitizer/64265 (r217669 broke tsan)
authorJakub Jelinek <jakub@redhat.com>
Mon, 15 Dec 2014 09:37:47 +0000 (10:37 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 15 Dec 2014 09:37:47 +0000 (10:37 +0100)
commit9ab3864f623b4eb9cc3f4ac161f81e7cc29a9990
tree0c73bed8563c2b824c6146cca4b2624218c21fce
parent0675001e9827fe45b6d9994452915e8929651ecd
re PR sanitizer/64265 (r217669 broke tsan)

PR sanitizer/64265
* tsan.c (instrument_func_entry): Insert __tsan_func_entry
call on edge from entry block to single succ instead
of after labels of single succ of entry block.

From-SVN: r218734
gcc/ChangeLog
gcc/tsan.c