This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: sanitizer bug maybe.
- From: Jim Wilson <jim dot wilson at linaro dot org>
- To: George R Goffe <grgoffe at yahoo dot com>, "gcc-bugs at gcc dot gnu dot org" <gcc-bugs at gcc dot gnu dot org>
- Date: Wed, 12 Jul 2017 23:23:54 -0700
- Subject: Re: sanitizer bug maybe.
- Authentication-results: sourceware.org; auth=none
- References: <354079210.2637847.1499707798303.ref@mail.yahoo.com> <354079210.2637847.1499707798303@mail.yahoo.com>
On 07/10/2017 10:29 AM, George R Goffe via gcc-bugs wrote:
../../../../gcc/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc: In function ‘int __sanitizer::TracerThread(void*)’:
../../../../gcc/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc:276:22: error: aggregate ‘sigaltstack handler_stack’ has incomplete type and cannot be defined
struct sigaltstack handler_stack;
If you are doing a build using glibc mainline, then this is FSF GCC bug
81066.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81066
Jim