Fix tsan race_on_mutex.c testcase (PR80551)
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 23 Feb 2018 14:17:35 +0000 (15:17 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 23 Feb 2018 14:17:35 +0000 (15:17 +0100)
commit32995c0244ae42436a1ee89de20a082fa2a71d93
treeb386c5fdcd4cc6d3e960e26e3c1725cfc02ec27e
parent54fbd24d8eee02af48624d091452d9267887f722
Fix tsan race_on_mutex.c testcase (PR80551)

The testcase did not match the glibc internal names while it should.
This fixes it.

gcc/testsuite/
PR testsuite/80551
* c-c++-common/tsan/race_on_mutex.c: Change regexp to allow
__GI___pthread_mutex_init as well.

From-SVN: r257932
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/tsan/race_on_mutex.c