The NetBSD Test Fixture wrote:
> cc1: all warnings being treated as errors
> *** [t_ptrace_wait.o] Error code 1
The compiler error message did not appare because it was too far
back from the end of the build log (5149 lines):
--- dependall-sys ---
/tmp/bracket/build/2020.03.07.14.53.14-i386/src/tests/lib/libc/sys/t_ptrace_wait.c:
In function 'traceme_crash':
/tmp/bracket/build/2020.03.07.14.53.14-i386/src/tests/lib/libc/sys/t_ptrace_wait.c:441:24:
error: implicit declaration of function 'are_fpu_exceptions_supported'; did
you mean 'are_fpu_exceptions_supporter'? [-Werror=imp\
licit-function-declaration]
if (sig == SIGFPE && !are_fpu_exceptions_supported())
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
are_fpu_exceptions_supporter
--
Andreas Gustafsson, [email protected]