cc -pthread -Wall -Wextra -Werror=implicit-function-declaration complex/ccoshl.c -o complex/ccoshl -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv [cc@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffb80): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(5, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented complex/ccoshl.c:11: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON | complex/ccoshl.c:22:44: error: expected ';', ',' or ')' before 'input1' 22 | void test(int variant, long double complex input1, long double complex lower, long double complex expected, long double complex upper, int flags) | ^~~~~~ complex/ccoshl.c: In function 'main': complex/ccoshl.c:70:9: error: implicit declaration of function 'test' [-Werror=implicit-function-declaration] 70 | test(1, CMPLXL(90.01, 13.37), CMPLXL(0xa.0eb53c3489a3f6fp+125L, 0xa.6e579bcc6c284c2p+125L), CMPLXL(0xa.0eb53c3489a3f7p+125L, 0xa.6e579bcc6c284c3p+125L), CMPLXL(0xa.0eb53c3489a3f71p+125L, 0xa.6e579bcc6c284c4p+125L), 0); | ^~~~ cc1: some warnings being treated as errors