On Thu, Oct 26, 2017 at 09:50:43PM +0200, Kamil Rytarowski wrote: > $ make check-asan > $ make check-asan-dynamic > $ make check-ubsan
That is testing of the upstream code, not of GCC and the libsanitizer copy in GCC. What I'm more interested to hear is whether you've bootstrapped/regtested the gcc tree with this patch on x86_64-*-netbsd*, as per https://gcc.gnu.org/contribute.html I.e. ..../configure ...; make -jN bootstrap; make -jN -k check; ..../contrib/test_summary and from there if there are any */asan/* or */ubsan/* FAILs. > 2017-10-26 Kamil Rytarowski <n...@gmx.com> > > * sanitizer_common/Makefile.am (sanitizer_common_files): Add > sanitizer_platform_limits_netbsd.cc. > * sanitizer_common/Makefile.in: Regenerated. > * configure.tgt: Enable asan and ubsan on x86_64-*-netbsd*. Jakub