cc -pthread -Wall -Wextra -Werror=implicit-function-declaration complex/csin.c -o complex/csin -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/csin.c:11: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON | complex/csin.c:22:39: error: expected ';', ',' or ')' before 'input1' 22 | void test(int variant, double complex input1, double complex lower, double complex expected, double complex upper, int flags) | ^~~~~~ complex/csin.c: In function 'main': complex/csin.c:70:9: error: implicit declaration of function 'test' [-Werror=implicit-function-declaration] 70 | test(1, CMPLX(90.01, 13.37), CMPLX(0x1.162cfb9958c44p+18, -0x1.1dd75de1ca21bp+17), CMPLX(0x1.162cfb9958c45p+18, -0x1.1dd75de1ca21ap+17), CMPLX(0x1.162cfb9958c46p+18, -0x1.1dd75de1ca219p+17), 0); | ^~~~ cc1: some warnings being treated as errors