cc -pthread -Wall -Wextra -Werror=implicit-function-declaration complex/catanhl.c -o complex/catanhl -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/catanhl.c:11: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON | complex/catanhl.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/catanhl.c: In function 'main': complex/catanhl.c:70:9: error: implicit declaration of function 'test' [-Werror=implicit-function-declaration] 70 | test(1, CMPLXL(0.9001, 0.1337), CMPLXL(0x9.bd2b21167ca77dep-3L, 0xf.fd4da67ab4e1c1cp-5L), CMPLXL(0x9.bd2b21167ca77dfp-3L, 0xf.fd4da67ab4e1c1dp-5L), CMPLXL(0x9.bd2b21167ca77ep-3L, 0xf.fd4da67ab4e1c1ep-5L), 0); | ^~~~ cc1: some warnings being treated as errors