cc -pthread -Wall -Wextra -Werror=implicit-function-declaration complex/cabsl.c -o complex/cabsl -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/cabsl.c:11: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON | complex/cabsl.c:22:44: error: expected ';', ',' or ')' before 'input1' 22 | void test(int variant, long double complex input1, long double lower, long double expected, long double upper, int flags) | ^~~~~~ complex/cabsl.c: In function 'main': complex/cabsl.c:46:9: error: implicit declaration of function 'test' [-Werror=implicit-function-declaration] 46 | test(1, CMPLXL(90.01, 13.37), 0xb.5fec0f535325c22p+3L, 0xb.5fec0f535325c23p+3L, 0xb.5fec0f535325c24p+3L, 0); | ^~~~ cc1: some warnings being treated as errors