cc -pthread -Wall -Wextra -Werror=implicit-function-declaration complex/cpowf.c -o complex/cpowf -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/cpowf.c:11: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON | complex/cpowf.c:22:38: error: expected ';', ',' or ')' before 'input1' 22 | void test(int variant, float complex input1, float complex input2, float complex lower, float complex expected, float complex upper, int flags) | ^~~~~~ complex/cpowf.c: In function 'main': complex/cpowf.c:70:9: error: implicit declaration of function 'test' [-Werror=implicit-function-declaration] 70 | test(1, CMPLXF(90.01, 13.37), CMPLXF(10.1, 4.2), CMPLXF(-0x1.a7b1dap+58, 0x1.c89084p+64), CMPLXF(-0x1.a7b1d8p+58, 0x1.c89086p+64), CMPLXF(-0x1.a7b1d6p+58, 0x1.c89088p+64), 0); | ^~~~ cc1: some warnings being treated as errors