+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libfyaml-0.9/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libfyaml-0.9/work.log ===> Building for libfyaml-0.9 --- .version --- echo 0.9 > .version-t && mv .version-t .version --- all --- /opt/pkg/bin/bmake `test -z @ && echo -s` all-recursive --- all-recursive --- Making all in src --- tool/.dirstamp --- --- tool/.deps/.dirstamp --- --- internal/.dirstamp --- --- internal/.deps/.dirstamp --- --- lib/.dirstamp --- --- lib/.deps/.dirstamp --- --- xxhash/.dirstamp --- --- xxhash/.deps/.dirstamp --- --- util/.dirstamp --- --- util/.deps/.dirstamp --- --- thread/.dirstamp --- --- thread/.deps/.dirstamp --- --- blake3/.dirstamp --- --- blake3/.deps/.dirstamp --- --- tool/fy_tool-fy-tool.o --- --- internal/fy_b3sum-fy-b3sum.o --- --- tool/fy_tool-fy-tool.o --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/valgrind -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT tool/fy_tool-fy-tool.o -MD -MP -MF tool/.deps/fy_tool-fy-tool.Tpo -c -o tool/fy_tool-fy-tool.o `test -f 'tool/fy-tool.c' || echo './'`tool/fy-tool.c --- internal/fy_b3sum-fy-b3sum.o --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/valgrind -I../src/lib -I../src/xxhash -I../src/util -I../src/thread -I../src/blake3 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT internal/fy_b3sum-fy-b3sum.o -MD -MP -MF internal/.deps/fy_b3sum-fy-b3sum.Tpo -c -o internal/fy_b3sum-fy-b3sum.o `test -f 'internal/fy-b3sum.c' || echo './'`internal/fy-b3sum.c --- tool/fy_tool-fy-tool.o --- CC tool/fy_tool-fy-tool.o --- internal/fy_b3sum-fy-b3sum.o --- CC internal/fy_b3sum-fy-b3sum.o --- internal/fy_thread-fy-thread.o --- --- lib/libfyaml_la-fy-parse.lo --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave-libtool '/usr/bin/bash ../libtool' --tag=CC --mode=compile /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/lib -I../src/xxhash -I../src/util -I../src/thread -I../src/blake3 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-parse.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-parse.Tpo -c -o lib/libfyaml_la-fy-parse.lo `test -f 'lib/fy-parse.c' || echo './'`lib/fy-parse.c --- internal/fy_thread-fy-thread.o --- /usr/bin/bash /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/build-aux/shave cc gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -I../src/valgrind -I../src/lib -I../src/xxhash -I../src/util -I../src/thread -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_REENTRANT -pthreads -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT internal/fy_thread-fy-thread.o -MD -MP -MF internal/.deps/fy_thread-fy-thread.Tpo -c -o internal/fy_thread-fy-thread.o `test -f 'internal/fy-thread.c' || echo './'`internal/fy-thread.c CC internal/fy_thread-fy-thread.o --- internal/fy_b3sum-fy-b3sum.o --- internal/fy-b3sum.c: In function 'do_hash_file': internal/fy-b3sum.c:161:24: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 161 | line = alloca(line_sz + 1); | ^~~~~~ internal/fy-b3sum.c:161:24: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] --- tool/fy_tool-fy-tool.o --- In file included from tool/fy-tool.c:24: ../src/valgrind/fy-valgrind.h: In function 'fy_valgrind_check': ../src/valgrind/fy-valgrind.h:109:27: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 109 | va_argv = alloca(sizeof(*va_argv) * (va_argc + 1)); | ^~~~~~ ../src/valgrind/fy-valgrind.h:109:27: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] tool/fy-tool.c: In function 'apply_flags_option': tool/fy-tool.c:488:24: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 488 | targ = alloca(len + 1); | ^~~~~~ In file included from tool/fy-tool.c:22: tool/fy-tool.c: In function 'compose_process_event': ../include/libfyaml.h:97:34: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 97 | __stra = alloca(__len + 1); \ | ^~~~~~ ../include/libfyaml.h:7389:9: note: in expansion of macro 'FY_ALLOCA_COPY_FREE' 7389 | FY_ALLOCA_COPY_FREE(fy_path_get_text((_fypp)), FY_NT) | ^~~~~~~~~~~~~~~~~~~ tool/fy-tool.c:1426:33: note: in expansion of macro 'fy_path_get_text_alloca' 1426 | fy_path_get_text_alloca(path)); | ^~~~~~~~~~~~~~~~~~~~~~~ --- internal/fy_b3sum-fy-b3sum.o --- *** [internal/fy_b3sum-fy-b3sum.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- tool/fy_tool-fy-tool.o --- tool/fy-tool.c: In function 'do_b3sum_hash_file': tool/fy-tool.c:1637:24: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 1637 | line = alloca(line_sz + 1); | ^~~~~~ tool/fy-tool.c: In function 'main': tool/fy-tool.c:2001:31: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 2001 | tmp = alloca(strlen(cfg.search_path) + 1 + strlen(optarg) + 1); | ^~~~~~ --- internal/fy_thread-fy-thread.o --- internal/fy-thread.c: In function 'test_worker_threads': internal/fy-thread.c:83:19: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 83 | threads = alloca(count * sizeof(*threads)); | ^~~~~~ internal/fy-thread.c:83:19: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] internal/fy-thread.c: In function 'test_thread_join': internal/fy-thread.c:154:16: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 154 | args = alloca(count * sizeof(*args)); | ^~~~~~ internal/fy-thread.c: In function 'test_thread_latency': internal/fy-thread.c:223:19: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 223 | threads = alloca(count * sizeof(*threads)); | ^~~~~~ internal/fy-thread.c: In function 'test_thread_join_steal': internal/fy-thread.c:337:16: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 337 | args = alloca(count * sizeof(*args)); | ^~~~~~ *** [internal/fy_thread-fy-thread.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- tool/fy_tool-fy-tool.o --- *** [tool/fy_tool-fy-tool.o] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- lib/libfyaml_la-fy-parse.lo --- CC lib/fy-parse.o lib/fy-parse.c: In function 'fy_parse_version_directive': lib/fy-parse.c:585:15: error: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 585 | vs0 = alloca(vs_len + 1); | ^~~~~~ lib/fy-parse.c:585:15: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] lib/fy-parse.c: In function 'fy_parser_reader_file_open': lib/fy-parse.c:708:14: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 708 | sp = alloca(len + 1); | ^~~~~~ In file included from lib/fy-parse.h:26, from lib/fy-parse.c:28: lib/fy-parse.c: In function 'fy_scan_to_next_token': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1131:33: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1131 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_purge_required_simple_key_report': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:1248:17: note: in expansion of macro 'FYP_PARSE_ERROR' 1248 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_ws_indentation_check': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1689:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1689 | FYP_PARSE_ERROR_CHECK(fyp, tab_adv, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_scan_tag_uri_is_valid': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1797:25: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1797 | FYP_PARSE_ERROR_CHECK(fyp, start + i, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1804:33: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1804 | FYP_PARSE_ERROR_CHECK(fyp, start + i, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1814:33: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1814 | FYP_PARSE_ERROR_CHECK(fyp, start + i + 1 + j, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1828:33: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1828 | FYP_PARSE_ERROR_CHECK(fyp, start + i + 1 + j, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1843:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1843 | FYP_PARSE_ERROR_CHECK(fyp, start + i, 1 + j, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_scan_tag_handle_length': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1864:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1864 | FYP_PARSE_ERROR_CHECK(fyp, start + length, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1892:33: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1892 | FYP_PARSE_ERROR_CHECK(fyp, start + length + 1 + i, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1905:25: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1905 | FYP_PARSE_ERROR_CHECK(fyp, start + length, 3, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_scan_yaml_version': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1951:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1951 | FYP_PARSE_ERROR_CHECK(fyp, length, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1955:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1955 | FYP_PARSE_ERROR_CHECK(fyp, length, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:1971:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1971 | FYP_PARSE_ERROR_CHECK(fyp, length, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_scan_directive': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:259:9: note: in expansion of macro 'FYP_PARSE_DIAG' 259 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_WARNING, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2050:17: note: in expansion of macro 'FYP_PARSE_WARNING' 2050 | FYP_PARSE_WARNING(fyp, 0, i, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2110:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2110 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2143:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2143 | FYP_PARSE_ERROR_CHECK(fyp, i, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_flow_collection_mark_start': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2249:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2249 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2285:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2285 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_flow_collection_mark_end': lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-diag.h:242:25: note: in expansion of macro 'FYP_MARK_ERROR' 242 | FYP_MARK_ERROR(_fyp, _sm, _em, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~ lib/fy-parse.c:2321:9: note: in expansion of macro 'FYP_MARK_ERROR_CHECK' 2321 | FYP_MARK_ERROR_CHECK(fyp, &fyp->last_comma_mark, &fyp->last_comma_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2325:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2325 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2333:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2333 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2340:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2340 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2368:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2368 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2389:33: note: in expansion of macro 'FYP_PARSE_ERROR' 2389 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_flow_collection_entry': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2413:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2413 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2445:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2445 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_block_entry': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2483:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2483 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2490:25: note: in expansion of macro 'FYP_PARSE_ERROR' 2490 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2494:25: note: in expansion of macro 'FYP_PARSE_ERROR' 2494 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2497:25: note: in expansion of macro 'FYP_PARSE_ERROR' 2497 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2535:25: note: in expansion of macro 'FYP_PARSE_ERROR' 2535 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_key': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2578:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2578 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2587:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2587 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_value': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2671:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2671 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2715:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2715 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2773:17: note: in expansion of macro 'FYP_PARSE_ERROR' 2773 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, "Illegal placement of ':' indicator"); | ^~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:2779:17: note: in expansion of macro 'FYP_PARSE_ERROR' 2779 | FYP_PARSE_ERROR(fyp, 0, 1, FYEM_SCAN, "Indentation used tabs for ':' indicator"); | ^~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_anchor_or_alias': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2913:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2913 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2938:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2938 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2942:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2942 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2947:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2947 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2951:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2951 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2955:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2955 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:2991:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 2991 | FYP_PARSE_ERROR_CHECK(fyp, i, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_tag': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3027:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3027 | FYP_PARSE_ERROR_CHECK(fyp, 0 ,1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3075:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3075 | FYP_PARSE_ERROR_CHECK(fyp, prefix_length + handle_length + uri_length, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3086:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3086 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-diag.h:242:25: note: in expansion of macro 'FYP_MARK_ERROR' 242 | FYP_MARK_ERROR(_fyp, _sm, _em, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~ lib/fy-parse.c:3094:9: note: in expansion of macro 'FYP_MARK_ERROR_CHECK' 3094 | FYP_MARK_ERROR_CHECK(fyp, &handle.start_mark, &handle.end_mark, FYEM_PARSE, | ^~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3111:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3111 | FYP_PARSE_ERROR_CHECK(fyp, i ,1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_scan_block_scalar_indent': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3154:33: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3154 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../src/util/fy-ctype.h:20, from lib/fy-parse.h:21: lib/fy-parse.c: In function 'fy_fetch_block_scalar': ../src/util/fy-utf8.h:155:30: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 155 | char *_buf = alloca(FY_UTF8_FORMAT_BUFMIN); \ | ^~~~~~ lib/fy-diag.h:164:37: note: in expansion of macro 'fy_utf8_format_a' 164 | (_fmt) , ## __VA_ARGS__) | ^~~~~~~~~~~ lib/fy-diag.h:176:25: note: in expansion of macro 'fyp_error' 176 | fyp_error((_fyp), _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~ lib/fy-parse.c:3229:9: note: in expansion of macro 'fyp_error_check' 3229 | fyp_error_check(fyp, c == '|' || c == '>', err_out, | ^~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3235:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3235 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3239:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3239 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3284:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3284 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3303:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 3303 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:3532:17: note: in expansion of macro 'FYP_MARK_ERROR' 3532 | FYP_MARK_ERROR(fyp, &handle.start_mark, &handle.end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:3542:17: note: in expansion of macro 'FYP_MARK_ERROR' 3542 | FYP_MARK_ERROR(fyp, &handle.start_mark, &handle.end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:3548:17: note: in expansion of macro 'FYP_MARK_ERROR' 3548 | FYP_MARK_ERROR(fyp, &handle.start_mark, &handle.end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_reader_fetch_flow_scalar_handle': ../src/util/fy-utf8.h:155:30: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 155 | char *_buf = alloca(FY_UTF8_FORMAT_BUFMIN); \ | ^~~~~~ lib/fy-diag.h:312:37: note: in expansion of macro 'fy_utf8_format_a' 312 | (_fmt) , ## __VA_ARGS__) | ^~~~~~~~~~~ lib/fy-diag.h:317:25: note: in expansion of macro 'fyr_error' 317 | fyr_error((_fyr), _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~ lib/fy-parse.c:3685:9: note: in expansion of macro 'fyr_error_check' 3685 | fyr_error_check(fyr, c == '\'' || c == '"', err_out, | ^~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3724:25: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3724 | FYR_PARSE_ERROR_CHECK(fyr, 0, 3, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:346:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 346 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:359:9: note: in expansion of macro 'FYR_MARK_DIAG' 359 | FYR_MARK_DIAG(_fyr, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:3741:33: note: in expansion of macro 'FYR_MARK_ERROR' 3741 | FYR_MARK_ERROR(fyr, &handle->start_mark, &mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-diag.h:346:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 346 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:359:9: note: in expansion of macro 'FYR_MARK_DIAG' 359 | FYR_MARK_DIAG(_fyr, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:3745:33: note: in expansion of macro 'FYR_MARK_ERROR' 3745 | FYR_MARK_ERROR(fyr, &handle->start_mark, &mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-diag.h:346:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 346 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:359:9: note: in expansion of macro 'FYR_MARK_DIAG' 359 | FYR_MARK_DIAG(_fyr, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:3773:41: note: in expansion of macro 'FYR_MARK_ERROR' 3773 | FYR_MARK_ERROR(fyr, &mark, &mark2, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3879:57: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3879 | FYR_PARSE_ERROR_CHECK(fyr, 0, total_code_length + i + 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3908:57: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3908 | FYR_PARSE_ERROR_CHECK(fyr, total_code_length - 6, 6, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3920:41: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3920 | FYR_PARSE_ERROR_CHECK(fyr, 0, total_code_length, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3935:41: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3935 | FYR_PARSE_ERROR_CHECK(fyr, 0, 2, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-parse.c:3962:33: note: in expansion of macro 'FYR_PARSE_ERROR' 3962 | FYR_PARSE_ERROR(fyr, 0, 2, FYEM_SCAN, | ^~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:3993:33: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3993 | FYR_PARSE_ERROR_CHECK(fyr, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:346:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 346 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:359:9: note: in expansion of macro 'FYR_MARK_DIAG' 359 | FYR_MARK_DIAG(_fyr, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-diag.h:383:25: note: in expansion of macro 'FYR_MARK_ERROR' 383 | FYR_MARK_ERROR(_fyr, _sm, _em, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~ lib/fy-parse.c:4073:9: note: in expansion of macro 'FYR_MARK_ERROR_CHECK' 4073 | FYR_MARK_ERROR_CHECK(fyr, &handle->start_mark, &handle->end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_reader_fetch_plain_scalar_handle': lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4097:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 4097 | FYR_PARSE_ERROR_CHECK(fyr, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4102:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 4102 | FYR_PARSE_ERROR_CHECK(fyr, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4107:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 4107 | FYR_PARSE_ERROR_CHECK(fyr, 0, 2, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4112:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 4112 | FYR_PARSE_ERROR_CHECK(fyr, 0, 2, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4117:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 4117 | FYR_PARSE_ERROR_CHECK(fyr, 0, 2, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:339:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 339 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:356:9: note: in expansion of macro 'FYR_PARSE_DIAG' 356 | FYR_PARSE_DIAG(_fyr, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:375:25: note: in expansion of macro 'FYR_PARSE_ERROR' 375 | FYR_PARSE_ERROR(_fyr, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4275:33: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 4275 | FYR_PARSE_ERROR_CHECK(fyr, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:346:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 346 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:359:9: note: in expansion of macro 'FYR_MARK_DIAG' 359 | FYR_MARK_DIAG(_fyr, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:4322:17: note: in expansion of macro 'FYR_MARK_ERROR' 4322 | FYR_MARK_ERROR(fyr, &handle->start_mark, &handle->end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-diag.h:346:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 346 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:359:9: note: in expansion of macro 'FYR_MARK_DIAG' 359 | FYR_MARK_DIAG(_fyr, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-diag.h:383:25: note: in expansion of macro 'FYR_MARK_ERROR' 383 | FYR_MARK_ERROR(_fyr, _sm, _em, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~ lib/fy-parse.c:4365:17: note: in expansion of macro 'FYR_MARK_ERROR_CHECK' 4365 | FYR_MARK_ERROR_CHECK(fyr, &handle->start_mark, &handle->end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:346:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 346 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:328:29: note: in definition of macro '_FYR_TOKEN_DIAG' 328 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:359:9: note: in expansion of macro 'FYR_MARK_DIAG' 359 | FYR_MARK_DIAG(_fyr, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-diag.h:383:25: note: in expansion of macro 'FYR_MARK_ERROR' 383 | FYR_MARK_ERROR(_fyr, _sm, _em, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~ lib/fy-parse.c:4369:17: note: in expansion of macro 'FYR_MARK_ERROR_CHECK' 4369 | FYR_MARK_ERROR_CHECK(fyr, &handle->start_mark, &handle->end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_flow_scalar': ../src/util/fy-utf8.h:155:30: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 155 | char *_buf = alloca(FY_UTF8_FORMAT_BUFMIN); \ | ^~~~~~ lib/fy-diag.h:164:37: note: in expansion of macro 'fy_utf8_format_a' 164 | (_fmt) , ## __VA_ARGS__) | ^~~~~~~~~~~ lib/fy-diag.h:176:25: note: in expansion of macro 'fyp_error' 176 | fyp_error((_fyp), _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~ lib/fy-parse.c:4396:9: note: in expansion of macro 'fyp_error_check' 4396 | fyp_error_check(fyp, c == '\'' || c == '"', err_out, | ^~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4400:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4400 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-diag.h:242:25: note: in expansion of macro 'FYP_MARK_ERROR' 242 | FYP_MARK_ERROR(_fyp, _sm, _em, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~ lib/fy-parse.c:4440:17: note: in expansion of macro 'FYP_MARK_ERROR_CHECK' 4440 | FYP_MARK_ERROR_CHECK(fyp, &mark, &mark, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4445:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4445 | FYP_PARSE_ERROR_CHECK(fyp, i, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4463:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4463 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_plain_scalar': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4762:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4762 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:4805:33: note: in expansion of macro 'FYP_MARK_ERROR' 4805 | FYP_MARK_ERROR(fyp, &handle.start_mark, &handle.end_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-diag.h:205:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 205 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:218:9: note: in expansion of macro 'FYP_MARK_DIAG' 218 | FYP_MARK_DIAG(_fyp, _sm, _em, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-parse.c:4808:33: note: in expansion of macro 'FYP_MARK_ERROR' 4808 | FYP_MARK_ERROR(fyp, &tab_mark, &tab_mark, FYEM_SCAN, | ^~~~~~~~~~~~~~ lib/fy-parse.c: In function 'fy_fetch_tokens': lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4882:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4882 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4896:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4896 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4900:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4900 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4917:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4917 | FYP_PARSE_ERROR_CHECK(fyp, 0, 3, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4922:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4922 | FYP_PARSE_ERROR_CHECK(fyp, 0, 3, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4939:25: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4939 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:4992:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 4992 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:5007:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 5007 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:5039:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 5039 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:5053:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 5053 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:5066:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 5066 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:198:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 198 | alloca(sizeof(struct fy_atom)))), \ | ^~~~~~ lib/fy-diag.h:187:29: note: in definition of macro '_FYP_TOKEN_DIAG' 187 | _drc.fyt = (_fyt); \ | ^~~~ lib/fy-diag.h:215:9: note: in expansion of macro 'FYP_PARSE_DIAG' 215 | FYP_PARSE_DIAG(_fyp, _adv, _cnt, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~ lib/fy-diag.h:234:25: note: in expansion of macro 'FYP_PARSE_ERROR' 234 | FYP_PARSE_ERROR(_fyp, _adv, _cnt, _module, _fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~~~~~ lib/fy-parse.c:5079:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 5079 | FYP_PARSE_ERROR_CHECK(fyp, 0, 1, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ *** [lib/libfyaml_la-fy-parse.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src bmake[2]: 4 errors bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9 bmake: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libfyaml *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/libfyaml