cc -pthread -Wall -Wextra -Werror=implicit-function-declaration complex/casinl.c -o complex/casinl -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/casinl.c:11: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON | complex/casinl.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/casinl.c: In function 'main': complex/casinl.c:70:9: error: implicit declaration of function 'test' [-Werror=implicit-function-declaration] 70 | test(1, CMPLXL(0.9001, 0.1337), CMPLXL(0x8.6cb251c1fd0501p-3L, 0x8.8b08affee4ddd41p-5L), CMPLXL(0x8.6cb251c1fd05011p-3L, 0x8.8b08affee4ddd42p-5L), CMPLXL(0x8.6cb251c1fd05012p-3L, 0x8.8b08affee4ddd43p-5L), 0); | ^~~~ cc1: some warnings being treated as errors