+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libfyaml-0.9/work.log + su pbulk -c '"$@"' make /opt/local/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/local/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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -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 --- internal/fy_thread-fy-thread.o --- --- lib/libfyaml_la-fy-parse.lo --- --- 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 --- /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/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -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 --- 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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -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 --- 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: warning: 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: warning: 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)); | ^~~~~~~~~~~~~~~~~~~~~~~ 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); | ^~~~~~ --- internal/fy_thread-fy-thread.o --- internal/fy-thread.c: In function 'test_worker_threads': internal/fy-thread.c:83:19: warning: 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)); | ^~~~~~ --- tool/fy_tool-fy-tool.o --- 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); | ^~~~~~ --- lib/libfyaml_la-fy-parse.lo --- CC lib/fy-parse.o --- internal/fy_b3sum-fy-b3sum.o --- mv -f internal/.deps/fy_b3sum-fy-b3sum.Tpo internal/.deps/fy_b3sum-fy-b3sum.Po --- lib/libfyaml_la-fy-types.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-types.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-types.Tpo -c -o lib/libfyaml_la-fy-types.lo `test -f 'lib/fy-types.c' || echo './'`lib/fy-types.c --- internal/fy_thread-fy-thread.o --- mv -f internal/.deps/fy_thread-fy-thread.Tpo internal/.deps/fy_thread-fy-thread.Po --- lib/libfyaml_la-fy-diag.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-diag.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-diag.Tpo -c -o lib/libfyaml_la-fy-diag.lo `test -f 'lib/fy-diag.c' || echo './'`lib/fy-diag.c --- lib/libfyaml_la-fy-parse.lo --- lib/fy-parse.c: In function 'fy_parse_version_directive': lib/fy-parse.c:585:15: warning: 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/libfyaml_la-fy-types.lo --- CC lib/fy-types.o --- lib/libfyaml_la-fy-parse.lo --- 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-diag.lo --- CC lib/fy-diag.o In file included from lib/fy-parse.h:26, from lib/fy-diag.c:25: lib/fy-diag.c: In function 'fy_vdiag': lib/fy-diag.h:704:32: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 704 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:458:15: note: in expansion of macro 'alloca_vsprintf' 458 | msg = alloca_vsprintf(fmt, ap); | ^~~~~~~~~~~~~~~ lib/fy-diag.h:704:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 704 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:458:15: note: in expansion of macro 'alloca_vsprintf' 458 | msg = alloca_vsprintf(fmt, ap); | ^~~~~~~~~~~~~~~ lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:470:26: note: in expansion of macro 'alloca_sprintf' 470 | source = alloca_sprintf("%s:%d @%s()%s", | ^~~~~~~~~~~~~~ lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:476:28: note: in expansion of macro 'alloca_sprintf' 476 | position = alloca_sprintf("<%3d:%2d>%s", fydc->line, fydc->column, ": "); | ^~~~~~~~~~~~~~ lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:480:27: note: in expansion of macro 'alloca_sprintf' 480 | typestr = alloca_sprintf("[%s]%s", fy_error_level_str(level), ": "); | ^~~~~~~~~~~~~~ lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:484:29: note: in expansion of macro 'alloca_sprintf' 484 | modulestr = alloca_sprintf("<%s>%s", fy_error_module_str(fydc->module), ": "); | ^~~~~~~~~~~~~~ lib/fy-diag.c: In function 'fy_diag_error_atom_display': lib/fy-diag.c:640:34: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 640 | rowbuf = alloca(rowbufsz); | ^~~~~~ lib/fy-diag.c: In function 'fy_diag_vreport': lib/fy-diag.h:704:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 704 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:837:19: note: in expansion of macro 'alloca_vsprintf' 837 | msg_str = alloca_vsprintf(fmt, ap); | ^~~~~~~~~~~~~~~ lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:844:25: note: in expansion of macro 'alloca_sprintf' 844 | alloca_sprintf("%s%s:%d:%d: ", white, name, line, column) : | ^~~~~~~~~~~~~~ lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-diag.c:845:25: note: in expansion of macro 'alloca_sprintf' 845 | alloca_sprintf("%s%s: ", white, name); | ^~~~~~~~~~~~~~ --- tool/fy_tool-fy-tool.o --- mv -f tool/.deps/fy_tool-fy-tool.Tpo tool/.deps/fy_tool-fy-tool.Po --- lib/libfyaml_la-fy-dump.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-dump.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-dump.Tpo -c -o lib/libfyaml_la-fy-dump.lo `test -f 'lib/fy-dump.c' || echo './'`lib/fy-dump.c --- lib/libfyaml_la-fy-diag.lo --- lib/fy-diag.c: In function 'fy_diag_error_atom_display': lib/fy-diag.c:755:51: warning: 'cols' may be used uninitialized [-Wmaybe-uninitialized] 755 | while (col8 < (line_shift + cols) && (c = fy_utf8_get(s, (e - s), &w)) >= 0 && rbs < rbe) { | ~~~~~~~~~~~~^~~~~~~ lib/fy-diag.c:583:19: note: 'cols' was declared here 583 | int pass, cols, min_col, max_col, max_line_count, max_line_col8, max_width; | ^~~~ lib/fy-diag.c:746:29: warning: 'rowbufsz' may be used uninitialized [-Wmaybe-uninitialized] 746 | rbe = rowbuf + rowbufsz; | ~~~~^~~~~~~~~~~~~~~~~~~ lib/fy-diag.c:594:16: note: 'rowbufsz' was declared here 594 | size_t rowbufsz; | ^~~~~~~~ --- lib/libfyaml_la-fy-dump.lo --- CC lib/fy-dump.o In file included from ../src/util/fy-ctype.h:20, from lib/fy-parse.h:21, from lib/fy-dump.c:27: lib/fy-dump.c: In function 'fy_token_dump_format': ../src/util/fy-utf8.h:171:30: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 171 | char *_out = alloca(_outsz + 1); \ | ^~~~~~ lib/fy-dump.c:137:24: note: in expansion of macro 'fy_utf8_format_text_a' 137 | text = fy_utf8_format_text_a(text, size, fyue_doublequote); | ^~~~~~~~~~~~~~~~~~~~~ ../src/util/fy-utf8.h:171:30: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 171 | char *_out = alloca(_outsz + 1); \ | ^~~~~~ lib/fy-dump.c:137:24: note: in expansion of macro 'fy_utf8_format_text_a' 137 | text = fy_utf8_format_text_a(text, size, fyue_doublequote); | ^~~~~~~~~~~~~~~~~~~~~ --- lib/libfyaml_la-fy-types.lo --- mv -f lib/.deps/libfyaml_la-fy-types.Tpo lib/.deps/libfyaml_la-fy-types.Plo --- lib/libfyaml_la-fy-atom.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-atom.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-atom.Tpo -c -o lib/libfyaml_la-fy-atom.lo `test -f 'lib/fy-atom.c' || echo './'`lib/fy-atom.c CC lib/fy-atom.o --- lib/libfyaml_la-fy-dump.lo --- mv -f lib/.deps/libfyaml_la-fy-dump.Tpo lib/.deps/libfyaml_la-fy-dump.Plo --- lib/libfyaml_la-fy-token.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-token.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-token.Tpo -c -o lib/libfyaml_la-fy-token.lo `test -f 'lib/fy-token.c' || echo './'`lib/fy-token.c --- lib/libfyaml_la-fy-atom.lo --- lib/fy-atom.c: In function 'fy_atom_iter_format': lib/fy-atom.c:968:46: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 968 | pending_lb = alloca(sizeof(*pending_lb) * pending_lb_size); | ^~~~~~ lib/fy-atom.c:968:46: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] --- lib/libfyaml_la-fy-token.lo --- CC lib/fy-token.o --- lib/libfyaml_la-fy-diag.lo --- mv -f lib/.deps/libfyaml_la-fy-diag.Tpo lib/.deps/libfyaml_la-fy-diag.Plo --- lib/libfyaml_la-fy-input.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-input.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-input.Tpo -c -o lib/libfyaml_la-fy-input.lo `test -f 'lib/fy-input.c' || echo './'`lib/fy-input.c CC lib/fy-input.o mv -f lib/.deps/libfyaml_la-fy-input.Tpo lib/.deps/libfyaml_la-fy-input.Plo --- lib/libfyaml_la-fy-docstate.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-docstate.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-docstate.Tpo -c -o lib/libfyaml_la-fy-docstate.lo `test -f 'lib/fy-docstate.c' || echo './'`lib/fy-docstate.c CC lib/fy-docstate.o --- lib/libfyaml_la-fy-atom.lo --- mv -f lib/.deps/libfyaml_la-fy-atom.Tpo lib/.deps/libfyaml_la-fy-atom.Plo --- lib/libfyaml_la-fy-doc.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-doc.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-doc.Tpo -c -o lib/libfyaml_la-fy-doc.lo `test -f 'lib/fy-doc.c' || echo './'`lib/fy-doc.c CC lib/fy-doc.o --- lib/libfyaml_la-fy-token.lo --- mv -f lib/.deps/libfyaml_la-fy-token.Tpo lib/.deps/libfyaml_la-fy-token.Plo --- lib/libfyaml_la-fy-doc.lo --- In file included from lib/fy-parse.h:26, from lib/fy-doc.c:23: lib/fy-doc.c: In function 'fy_node_set_vanchorf': lib/fy-diag.h:704:32: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 704 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-doc.c:281:63: note: in expansion of macro 'alloca_vsprintf' 281 | return fy_document_set_anchor_internal(fyn->fyd, fyn, alloca_vsprintf(fmt, ap), FY_NT, FYDSAF_COPY); | ^~~~~~~~~~~~~~~ lib/fy-diag.h:704:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 704 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-doc.c:281:63: note: in expansion of macro 'alloca_vsprintf' 281 | return fy_document_set_anchor_internal(fyn->fyd, fyn, alloca_vsprintf(fmt, ap), FY_NT, FYDSAF_COPY); | ^~~~~~~~~~~~~~~ --- lib/libfyaml_la-fy-docbuilder.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-docbuilder.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-docbuilder.Tpo -c -o lib/libfyaml_la-fy-docbuilder.lo `test -f 'lib/fy-docbuilder.c' || echo './'`lib/fy-docbuilder.c --- lib/libfyaml_la-fy-doc.lo --- lib/fy-doc.c: In function 'fy_node_compare_user': lib/fy-doc.c:1243:26: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 1243 | fynpp1 = alloca(sizeof(*fynpp1) * (count1 + 1)); | ^~~~~~ lib/fy-doc.c: In function 'fy_parse_document_load_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-doc.c:1415:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1415 | FYP_PARSE_ERROR_CHECK(fyp, 0, 0, FYEM_DOC, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_parse_document_load_sequence': 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-doc.c:1485:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1485 | FYP_PARSE_ERROR_CHECK(fyp, 0, 0, FYEM_DOC, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_parse_document_load_mapping': 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-doc.c:1583:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1583 | FYP_PARSE_ERROR_CHECK(fyp, 0, 0, FYEM_DOC, | ^~~~~~~~~~~~~~~~~~~~~ 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-doc.c:1660:17: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1660 | FYP_PARSE_ERROR_CHECK(fyp, 0, 0, FYEM_DOC, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_parse_document_load_node': 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-doc.c:1734:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1734 | FYP_PARSE_ERROR_CHECK(fyp, 0, 0, FYEM_DOC, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_parse_document_load_end': 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-doc.c:1795:9: note: in expansion of macro 'FYP_PARSE_ERROR_CHECK' 1795 | FYP_PARSE_ERROR_CHECK(fyp, 0, 0, FYEM_DOC, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_node_by_path_internal': lib/fy-doc.c:4328:36: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4328 | json_key = alloca(len + 1); | ^~~~~~ lib/fy-doc.c:4353:36: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4353 | uri_path = alloca(len + 1); | ^~~~~~ lib/fy-doc.c: In function 'fy_node_get_reference_internal': lib/fy-doc.c:4579:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4579 | path2 = alloca(1 + len + 1); | ^~~~~~ In file included from lib/fy-doc.c:21: ../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:112:26: note: in expansion of macro 'FY_ALLOCA_COPY_FREE' 112 | __strb = FY_ALLOCA_COPY_FREE(_str, _len); \ | ^~~~~~~~~~~~~~~~~~~ ../include/libfyaml.h:3397:9: note: in expansion of macro 'FY_ALLOCA_COPY_FREE_NO_NULL' 3397 | FY_ALLOCA_COPY_FREE_NO_NULL(fy_node_get_path((_fyn)), FY_NT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c:4591:32: note: in expansion of macro 'fy_node_get_path_alloca' 4591 | path = fy_node_get_path_alloca(fyn); | ^~~~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c:4594:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4594 | path2 = alloca(1 + strlen(path) + 1); | ^~~~~~ ../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:112:26: note: in expansion of macro 'FY_ALLOCA_COPY_FREE' 112 | __strb = FY_ALLOCA_COPY_FREE(_str, _len); \ | ^~~~~~~~~~~~~~~~~~~ ../include/libfyaml.h:3471:9: note: in expansion of macro 'FY_ALLOCA_COPY_FREE_NO_NULL' 3471 | FY_ALLOCA_COPY_FREE_NO_NULL(fy_node_get_path_relative_to((_fynp), (_fyn)), FY_NT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c:4602:40: note: in expansion of macro 'fy_node_get_path_relative_to_alloca' 4602 | path = fy_node_get_path_relative_to_alloca(fy_anchor_node(fya), fyn); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c:4605:49: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4605 | path2 = alloca(1 + len + 1 + strlen(path) + 1); | ^~~~~~ ../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:112:26: note: in expansion of macro 'FY_ALLOCA_COPY_FREE' 112 | __strb = FY_ALLOCA_COPY_FREE(_str, _len); \ | ^~~~~~~~~~~~~~~~~~~ ../include/libfyaml.h:3397:9: note: in expansion of macro 'FY_ALLOCA_COPY_FREE_NO_NULL' 3397 | FY_ALLOCA_COPY_FREE_NO_NULL(fy_node_get_path((_fyn)), FY_NT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c:4612:48: note: in expansion of macro 'fy_node_get_path_alloca' 4612 | path = fy_node_get_path_alloca(fyn); | ^~~~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c:4615:49: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4615 | path2 = alloca(1 + strlen(path) + 1); | ^~~~~~ lib/fy-doc.c:4620:41: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4620 | path2 = alloca(1 + len + 1); | ^~~~~~ lib/fy-doc.c: In function 'fy_check_ref_loop': lib/fy-doc.c:3945:24: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 3945 | _ctx = alloca(sizeof(*_ctx) + sizeof(struct fy_node *) * __max_depth); \ | ^~~~~~ lib/fy-doc.c:4719:32: note: in expansion of macro 'fy_node_walk_ctx_create_a' 4719 | ctxn = fy_node_walk_ctx_create_a( | ^~~~~~~~~~~~~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_node_get_path': lib/fy-doc.c:4894:28: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4894 | newtrack = alloca(sizeof(*newtrack)); | ^~~~~~ lib/fy-doc.c: In function 'fy_node_get_path_relative_to': lib/fy-doc.c:4965:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4965 | path2 = alloca(pathlen + 1 + ppathlen + 1); | ^~~~~~ lib/fy-doc.c:4971:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4971 | path2 = alloca(ppathlen + 1); | ^~~~~~ lib/fy-doc.c: In function 'fy_node_get_short_path': lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-doc.c:5014:23: note: in expansion of macro 'alloca_sprintf' 5014 | str = alloca_sprintf("*%.*s", (int)len, text); | ^~~~~~~~~~~~~~ ../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:112:26: note: in expansion of macro 'FY_ALLOCA_COPY_FREE' 112 | __strb = FY_ALLOCA_COPY_FREE(_str, _len); \ | ^~~~~~~~~~~~~~~~~~~ ../include/libfyaml.h:3471:9: note: in expansion of macro 'FY_ALLOCA_COPY_FREE_NO_NULL' 3471 | FY_ALLOCA_COPY_FREE_NO_NULL(fy_node_get_path_relative_to((_fynp), (_fyn)), FY_NT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:721:53: note: in expansion of macro 'fy_node_get_path_relative_to_alloca' 721 | _size = snprintf(NULL, 0, __fmt, ## __VA_ARGS__); \ | ^~~~~~~~~~~ lib/fy-doc.c:5016:23: note: in expansion of macro 'alloca_sprintf' 5016 | str = alloca_sprintf("*%.*s/%s", (int)len, text, | ^~~~~~~~~~~~~~ lib/fy-diag.h:723:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 723 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-doc.c:5016:23: note: in expansion of macro 'alloca_sprintf' 5016 | str = alloca_sprintf("*%.*s/%s", (int)len, text, | ^~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_node_create_vscalarf': lib/fy-diag.h:704:32: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 704 | _buf = alloca(_size + 1); \ | ^~~~~~ lib/fy-doc.c:5323:52: note: in expansion of macro 'alloca_vsprintf' 5323 | return fy_node_create_scalar_internal(fyd, alloca_vsprintf(fmt, ap), FY_NT, FYNCSIF_COPY); | ^~~~~~~~~~~~~~~ lib/fy-doc.c: In function 'fy_node_vscanf': lib/fy-doc.c:6201:19: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 6201 | fmt_cpy = alloca(len + 1); | ^~~~~~ lib/fy-doc.c: In function 'fy_node_hash_internal': lib/fy-doc.c:6619:25: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 6619 | fynpp = alloca(sizeof(*fynpp) * (count + 1)); | ^~~~~~ --- lib/libfyaml_la-fy-docbuilder.lo --- CC lib/fy-docbuilder.o --- lib/libfyaml_la-fy-docstate.lo --- mv -f lib/.deps/libfyaml_la-fy-docstate.Tpo lib/.deps/libfyaml_la-fy-docstate.Plo --- lib/libfyaml_la-fy-emit.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-emit.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-emit.Tpo -c -o lib/libfyaml_la-fy-emit.lo `test -f 'lib/fy-emit.c' || echo './'`lib/fy-emit.c CC lib/fy-emit.o lib/fy-emit.c: In function 'fy_emit_vprintf': lib/fy-emit.c:260:15: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 260 | str = alloca(size + 1); | ^~~~~~ lib/fy-emit.c:260:15: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] lib/fy-emit.c: In function 'fy_emit_write_indent': lib/fy-emit.c:296:22: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 296 | ws = alloca(len + 1); | ^~~~~~ lib/fy-emit.c: In function 'fy_emit_token_comment': lib/fy-emit.c:565:16: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 565 | text = alloca(len + 1); | ^~~~~~ lib/fy-emit.c: In function 'fy_emit_mapping': lib/fy-emit.c:1689:33: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 1689 | fynpp = alloca((count + 1) * sizeof(*fynpp)); | ^~~~~~ --- lib/libfyaml_la-fy-docbuilder.lo --- mv -f lib/.deps/libfyaml_la-fy-docbuilder.Tpo lib/.deps/libfyaml_la-fy-docbuilder.Plo --- lib/libfyaml_la-fy-event.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-event.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-event.Tpo -c -o lib/libfyaml_la-fy-event.lo `test -f 'lib/fy-event.c' || echo './'`lib/fy-event.c CC lib/fy-event.o mv -f lib/.deps/libfyaml_la-fy-event.Tpo lib/.deps/libfyaml_la-fy-event.Plo --- lib/libfyaml_la-fy-accel.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-accel.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-accel.Tpo -c -o lib/libfyaml_la-fy-accel.lo `test -f 'lib/fy-accel.c' || echo './'`lib/fy-accel.c CC lib/fy-accel.o mv -f lib/.deps/libfyaml_la-fy-accel.Tpo lib/.deps/libfyaml_la-fy-accel.Plo --- lib/libfyaml_la-fy-walk.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-walk.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-walk.Tpo -c -o lib/libfyaml_la-fy-walk.lo `test -f 'lib/fy-walk.c' || echo './'`lib/fy-walk.c CC lib/fy-walk.o In file included from lib/fy-parse.h:26, from lib/fy-walk.c:24: lib/fy-walk.c: In function 'fy_path_fetch_seq_index_or_slice': lib/fy-diag.h:339:25: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 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-walk.c:851:25: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 851 | FYR_PARSE_ERROR_CHECK(fyr, 0, i, 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-walk.c:851:25: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 851 | FYR_PARSE_ERROR_CHECK(fyr, 0, i, 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-walk.c:858:17: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 858 | FYR_PARSE_ERROR_CHECK(fyr, 0, i, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ In file included from lib/fy-token.h:23, from lib/fy-diag.h:23: lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:880:68: note: in expansion of macro 'fy_reader_fill_atom_a' 880 | fyt = fy_path_token_queue(fypp, FYTT_PE_SEQ_SLICE, fy_reader_fill_atom_a(fyr, i), indices[0], indices[1]); | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:882:68: note: in expansion of macro 'fy_reader_fill_atom_a' 882 | fyt = fy_path_token_queue(fypp, FYTT_PE_SEQ_INDEX, fy_reader_fill_atom_a(fyr, i), indices[0]); | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-walk.c: In function 'fy_path_fetch_plain_or_method': lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:916:19: note: in expansion of macro 'fy_reader_fill_atom_a' 916 | handlep = fy_reader_fill_atom_a(fyr, i); | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-walk.c: In function 'fy_path_fetch_dot_method': lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:951:19: note: in expansion of macro 'fy_reader_fill_atom_a' 951 | handlep = fy_reader_fill_atom_a(fyr, i); | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-walk.c: In function 'fy_path_fetch_number': 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-walk.c:1069:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 1069 | FYR_PARSE_ERROR_CHECK(fyr, 0, i, FYEM_SCAN, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:1073:54: note: in expansion of macro 'fy_reader_fill_atom_a' 1073 | fyt = fy_path_token_queue(fypp, FYTT_SCALAR, fy_reader_fill_atom_a(fyr, i), FYSS_PLAIN); | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-walk.c: In function 'fy_path_fetch_tokens': lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:1093:68: note: in expansion of macro 'fy_reader_fill_atom_a' 1093 | fyt = fy_path_token_queue(fypp, FYTT_STREAM_START, fy_reader_fill_atom_a(fyr, 0)); | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:1110:66: note: in expansion of macro 'fy_reader_fill_atom_a' 1110 | fyt = fy_path_token_queue(fypp, FYTT_STREAM_END, fy_reader_fill_atom_a(fyr, 0)); | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-atom.h:201:88: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 201 | #define fy_reader_fill_atom_a(_fyr, _advance) fy_reader_fill_atom((_fyr), (_advance), alloca(sizeof(struct fy_atom))) | ^~~~~~ lib/fy-walk.c:1347:55: note: in expansion of macro 'fy_reader_fill_atom_a' 1347 | fyt = fy_path_token_queue(fypp, type, fy_reader_fill_atom_a(fyr, simple_token_count)); | ^~~~~~~~~~~~~~~~~~~~~ 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-walk.c:1392:9: note: in expansion of macro 'FYR_PARSE_ERROR' 1392 | FYR_PARSE_ERROR(fyr, 0, 1, FYEM_SCAN, "bad path expression starts here c=%d", c); | ^~~~~~~~~~~~~~~ lib/fy-walk.c: In function 'fy_path_parse_expression': 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-walk.c:3104:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3104 | FYR_PARSE_ERROR_CHECK(fyr, 0, 1, FYEM_PARSE, | ^~~~~~~~~~~~~~~~~~~~~ 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-walk.c:3324:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3324 | FYR_PARSE_ERROR_CHECK(fyr, 0, 1, FYEM_PARSE, | ^~~~~~~~~~~~~~~~~~~~~ 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-walk.c:3357:9: note: in expansion of macro 'FYR_PARSE_ERROR_CHECK' 3357 | FYR_PARSE_ERROR_CHECK(fyr, 0, 1, FYEM_PARSE, | ^~~~~~~~~~~~~~~~~~~~~ lib/fy-walk.c: In function 'fy_path_expr_execute': lib/fy-walk.c:4666:36: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 4666 | fwr_args = alloca(sizeof(*fwr_args) * nargs); | ^~~~~~ In file included from lib/fy-walk.c:22: lib/fy-walk.c: In function 'fy_node_alias_resolve_by_ypath_result': ../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:112:26: note: in expansion of macro 'FY_ALLOCA_COPY_FREE' 112 | __strb = FY_ALLOCA_COPY_FREE(_str, _len); \ | ^~~~~~~~~~~~~~~~~~~ ../include/libfyaml.h:3397:9: note: in expansion of macro 'FY_ALLOCA_COPY_FREE_NO_NULL' 3397 | FY_ALLOCA_COPY_FREE_NO_NULL(fy_node_get_path((_fyn)), FY_NT) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/fy-diag.h:473:68: note: in expansion of macro 'fy_node_get_path_alloca' 473 | fy_document_diag_report((_fyd), &_drc, (_fmt) , ## __VA_ARGS__); \ | ^~~~~~~~~~~ lib/fy-diag.h:480:9: note: in expansion of macro '_FYD_TOKEN_DIAG' 480 | _FYD_TOKEN_DIAG(_fyd, fy_node_token(_fyn), _type, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~~~ lib/fy-diag.h:486:9: note: in expansion of macro 'FYD_NODE_DIAG' 486 | FYD_NODE_DIAG(_fyd, _fyn, FYET_ERROR, _module, _fmt, ## __VA_ARGS__) | ^~~~~~~~~~~~~ lib/fy-walk.c:5029:17: note: in expansion of macro 'FYD_NODE_ERROR' 5029 | FYD_NODE_ERROR(fyd, fyn, FYEM_DOC, | ^~~~~~~~~~~~~~ --- lib/libfyaml_la-fy-emit.lo --- mv -f lib/.deps/libfyaml_la-fy-emit.Tpo lib/.deps/libfyaml_la-fy-emit.Plo --- lib/libfyaml_la-fy-path.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-path.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-path.Tpo -c -o lib/libfyaml_la-fy-path.lo `test -f 'lib/fy-path.c' || echo './'`lib/fy-path.c CC lib/fy-path.o --- lib/libfyaml_la-fy-doc.lo --- mv -f lib/.deps/libfyaml_la-fy-doc.Tpo lib/.deps/libfyaml_la-fy-doc.Plo --- lib/libfyaml_la-fy-composer.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT lib/libfyaml_la-fy-composer.lo -MD -MP -MF lib/.deps/libfyaml_la-fy-composer.Tpo -c -o lib/libfyaml_la-fy-composer.lo `test -f 'lib/fy-composer.c' || echo './'`lib/fy-composer.c CC lib/fy-composer.o lib/fy-composer.c:348:1: warning: conflicting types for 'fy_composer_process_event' due to enum/integer mismatch; have 'enum fy_composer_return(struct fy_composer *, struct fy_event *)' [-Wenum-int-mismatch] 348 | fy_composer_process_event(struct fy_composer *fyc, struct fy_event *fye) | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/fy-parse.h:40, from lib/fy-composer.c:21: lib/fy-composer.h:51:5: note: previous declaration of 'fy_composer_process_event' with type 'int(struct fy_composer *, struct fy_event *)' 51 | int fy_composer_process_event(struct fy_composer *fyc, struct fy_event *fye); | ^~~~~~~~~~~~~~~~~~~~~~~~~ --- lib/libfyaml_la-fy-path.lo --- mv -f lib/.deps/libfyaml_la-fy-path.Tpo lib/.deps/libfyaml_la-fy-path.Plo --- xxhash/libfyaml_la-xxhash.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT xxhash/libfyaml_la-xxhash.lo -MD -MP -MF xxhash/.deps/libfyaml_la-xxhash.Tpo -c -o xxhash/libfyaml_la-xxhash.lo `test -f 'xxhash/xxhash.c' || echo './'`xxhash/xxhash.c CC xxhash/xxhash.o --- lib/libfyaml_la-fy-parse.lo --- mv -f lib/.deps/libfyaml_la-fy-parse.Tpo lib/.deps/libfyaml_la-fy-parse.Plo --- util/libfyaml_la-fy-ctype.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT util/libfyaml_la-fy-ctype.lo -MD -MP -MF util/.deps/libfyaml_la-fy-ctype.Tpo -c -o util/libfyaml_la-fy-ctype.lo `test -f 'util/fy-ctype.c' || echo './'`util/fy-ctype.c --- lib/libfyaml_la-fy-composer.lo --- mv -f lib/.deps/libfyaml_la-fy-composer.Tpo lib/.deps/libfyaml_la-fy-composer.Plo --- util/libfyaml_la-fy-utf8.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT util/libfyaml_la-fy-utf8.lo -MD -MP -MF util/.deps/libfyaml_la-fy-utf8.Tpo -c -o util/libfyaml_la-fy-utf8.lo `test -f 'util/fy-utf8.c' || echo './'`util/fy-utf8.c --- util/libfyaml_la-fy-ctype.lo --- CC util/fy-ctype.o --- util/libfyaml_la-fy-utf8.lo --- CC util/fy-utf8.o util/fy-utf8.c: In function 'fy_utf8_split_posix': util/fy-utf8.c:639:15: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 639 | arg = alloca(arg_alloc); | ^~~~~~ util/fy-utf8.c:639:15: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] --- util/libfyaml_la-fy-ctype.lo --- mv -f util/.deps/libfyaml_la-fy-ctype.Tpo util/.deps/libfyaml_la-fy-ctype.Plo --- util/libfyaml_la-fy-utils.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT util/libfyaml_la-fy-utils.lo -MD -MP -MF util/.deps/libfyaml_la-fy-utils.Tpo -c -o util/libfyaml_la-fy-utils.lo `test -f 'util/fy-utils.c' || echo './'`util/fy-utils.c CC util/fy-utils.o util/fy-utils.c: In function 'fy_term_set_raw': util/fy-utils.c:417:9: warning: implicit declaration of function 'cfmakeraw' [-Wimplicit-function-declaration] 417 | cfmakeraw(&newt); | ^~~~~~~~~ --- xxhash/libfyaml_la-xxhash.lo --- mv -f xxhash/.deps/libfyaml_la-xxhash.Tpo xxhash/.deps/libfyaml_la-xxhash.Plo --- util/libfyaml_la-fy-blob.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT util/libfyaml_la-fy-blob.lo -MD -MP -MF util/.deps/libfyaml_la-fy-blob.Tpo -c -o util/libfyaml_la-fy-blob.lo `test -f 'util/fy-blob.c' || echo './'`util/fy-blob.c --- lib/libfyaml_la-fy-walk.lo --- mv -f lib/.deps/libfyaml_la-fy-walk.Tpo lib/.deps/libfyaml_la-fy-walk.Plo --- thread/libfyaml_la-fy-thread.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 -I/opt/local/include -I/usr/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT thread/libfyaml_la-fy-thread.lo -MD -MP -MF thread/.deps/libfyaml_la-fy-thread.Tpo -c -o thread/libfyaml_la-fy-thread.lo `test -f 'thread/fy-thread.c' || echo './'`thread/fy-thread.c --- util/libfyaml_la-fy-utils.lo --- mv -f util/.deps/libfyaml_la-fy-utils.Tpo util/.deps/libfyaml_la-fy-utils.Plo --- blake3/libb3avx2_la-blake3_avx2.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/util -I../src/thread -mavx2 -DHASHER_SUFFIX=avx2 -DSIMD_DEGREE=8 -I/opt/local/include -I/usr/include -I../src -I../include -mavx2 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -D_REENTRANT -pthread -Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden -O2 -MT blake3/libb3avx2_la-blake3_avx2.lo -MD -MP -MF blake3/.deps/libb3avx2_la-blake3_avx2.Tpo -c -o blake3/libb3avx2_la-blake3_avx2.lo `test -f 'blake3/blake3_avx2.c' || echo './'`blake3/blake3_avx2.c --- util/libfyaml_la-fy-blob.lo --- CC util/fy-blob.o In file included from util/fy-blob.h:47, from util/fy-blob.c:18: util/fy-endian.h:24:3: error: #error unsupported platform 24 | # error unsupported platform | ^~~~~ util/fy-endian.h:40:3: error: #error Platform does not define endian macros 40 | # error Platform does not define endian macros | ^~~~~ --- thread/libfyaml_la-fy-thread.lo --- CC thread/fy-thread.o --- util/libfyaml_la-fy-blob.lo --- *** [util/libfyaml_la-fy-blob.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- thread/libfyaml_la-fy-thread.lo --- thread/fy-thread.c: In function 'fy_thread_args_join': thread/fy-thread.c:568:17: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] 568 | works = alloca(sizeof(*works) * count); | ^~~~~~ thread/fy-thread.c:568:17: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] thread/fy-thread.c: In function 'fy_thread_arg_array_join': thread/fy-thread.c:586:17: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 586 | works = alloca(sizeof(*works) * count); | ^~~~~~ thread/fy-thread.c: In function 'fy_thread_arg_join': thread/fy-thread.c:605:17: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 605 | works = alloca(sizeof(*works) * count); | ^~~~~~ thread/fy-thread.c: In function 'fy_thread_work_join_standard': thread/fy-thread.c:652:23: warning: incompatible implicit declaration of built-in function 'alloca' [-Wbuiltin-declaration-mismatch] 652 | direct_work = alloca(work_count * sizeof(*direct_work)); | ^~~~~~ --- blake3/libb3avx2_la-blake3_avx2.lo --- CC blake3/blake3_avx2.o --- util/libfyaml_la-fy-utf8.lo --- mv -f util/.deps/libfyaml_la-fy-utf8.Tpo util/.deps/libfyaml_la-fy-utf8.Plo --- blake3/libb3avx2_la-blake3_avx2.lo --- In file included from blake3/blake3_impl.h:29, from blake3/blake3_avx2.c:5: ../src/util/fy-endian.h:24:3: error: #error unsupported platform 24 | # error unsupported platform | ^~~~~ ../src/util/fy-endian.h:40:3: error: #error Platform does not define endian macros 40 | # error Platform does not define endian macros | ^~~~~ *** [blake3/libb3avx2_la-blake3_avx2.lo] Error code 1 bmake[2]: stopped making "all" in /home/pbulk/build/textproc/libfyaml/work/libfyaml-0.9/src --- thread/libfyaml_la-fy-thread.lo --- mv -f thread/.deps/libfyaml_la-fy-thread.Tpo thread/.deps/libfyaml_la-fy-thread.Plo bmake[2]: 2 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-trunk-x86_64/textproc/libfyaml *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/libfyaml