This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libsanitizer merge from upstream r196090


On Fri, Jan 10, 2014 at 10:23:59AM +0100, Uros Bizjak wrote:
> I was able to compile sanitizer with r206475 (after Jakub's fixes) and
> run the testsuite. However, on 64bit target, I got some failures in
> asan and several timeouts in tsan [1].

Some of the tsan tests seems to FAIL randomly for quite a while (since they
were added), didn't have time to look if it is just bugs in the test or
some compiler issue or library issue.

> The 32 bit target executes tsan tests without problems.
> 
> [1] http://gcc.gnu.org/ml/gcc-testresults/2014-01/msg00689.html

Obviously, tsan is only enabled for x86_64-linux 64-bit, so there are
zero 32-bit tests ;)

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]