Re: [patch] [5] fix asan build failure with glibc-2.26

2017-09-07 Thread Richard Biener
On Thu, Sep 7, 2017 at 9:05 AM, Matthias Klose wrote: > Fix asan build failure with glibc-2.26, not finding the SIGSEGV define. > Solved > by explicitly including the signal.h header. Ok for the gcc-5 branch? Ok. Richard. > Matthias > > PS: libsanitizer still needs the

[patch] [5] fix asan build failure with glibc-2.26

2017-09-07 Thread Matthias Klose
Fix asan build failure with glibc-2.26, not finding the SIGSEGV define. Solved by explicitly including the signal.h header. Ok for the gcc-5 branch? Matthias PS: libsanitizer still needs the backport for PR 81066 * asan/asan_linux.cc: Include ---