=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for yap-6.3.3nb5 clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include ./console/yap.c -o yap.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/agc.c -o agc.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/absmi.c -o absmi.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] In file included from C/absmi.c:3397: ./OPTYap/tab.insts.i:532:11: warning: variable 'leader_dep_on_stack' set but not used [-Wunused-but-set-variable] int leader_dep_on_stack; ^ ./OPTYap/tab.insts.i:672:11: warning: variable 'leader_dep_on_stack' set but not used [-Wunused-but-set-variable] int leader_dep_on_stack; ^ ./OPTYap/tab.insts.i:812:11: warning: variable 'leader_dep_on_stack' set but not used [-Wunused-but-set-variable] int leader_dep_on_stack; ^ 3 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/adtdefs.c -o adtdefs.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/alloc.c -o alloc.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/amasm.c -o amasm.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/amasm.c:486:5: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] cip->cpc->rnd4 = (CELL)code_p; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:491:26: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] code_p->u.Illss.s = cip->cpc->rnd3; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:1526:29: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] code_p->u.Osbmp.mod = cip->cpc->rnd4; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:1538:40: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] code_p->u.Osbpp.bmap = emit_bmlabel(cip->cpc->arnds[1], cip); ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:1569:38: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] code_p->u.Osbpp.bmap = emit_bmlabel(cip->cpc->arnds[1], cip); ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:1806:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] if (cpc->arnds[1] != ncpc->rnd1) ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:1823:22: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] if (if_table[3] != cpc->arnds[2]) ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:2191:41: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] code_p->u.Osblp.bmap = emit_bmlabel(cip->cpc->arnds[1], cip); ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:2952:30: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] UInt lab_val = cip->cpc->rnd3; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/amasm.c:332:1: warning: unused function 'fill_small' [-Wunused-function] fill_small(CELL w, yamop *code_p, int pass_no) ^ C/amasm.c:594:1: warning: unused function 'a_fi' [-Wunused-function] a_fi(op_numbers opcodex, op_numbers opcodey, yamop *code_p, int pass_no, struct PSEUDO *cpc, UInt lab, struct intermediates *cip) ^ C/amasm.c:623:1: warning: unused function 'a_fil' [-Wunused-function] a_fil(op_numbers opcodex, op_numbers opcodey, yamop *code_p, int pass_no, struct PSEUDO *cpc, UInt lab1, UInt lab2, struct intermediates *cip) ^ C/amasm.c:1401:1: warning: unused function 'a_rli' [-Wunused-function] a_rli(op_numbers opcode, int *clause_has_blobsp, yamop *code_p, int pass_no, struct intermediates *cip) ^ 13 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/analyst.c -o analyst.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/arrays.c -o arrays.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/arith0.c -o arith0.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/arith1.c -o arith1.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/arith2.c -o arith2.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/attvar.c -o attvar.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/bignum.c -o bignum.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/bb.c -o bb.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/cdmgr.c -o cdmgr.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/cmppreds.c -o cmppreds.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/compiler.c -o compiler.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/compiler.c:2210:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] pc->ops.opseqt[1] = (CELL)EnvTmps; ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/compiler.c:2465:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] pc->ops.opseqt[1] = (CELL)cglobs->labelno; ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/compiler.c:2472:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] pc->ops.opseqt[1] = (CELL)cglobs->labelno; ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/compiler.c:2480:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] pc->ops.opseqt[1] = (CELL)cglobs->labelno; ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/compiler.c:2504:7: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] pc->ops.opseqt[1] = (CELL)cglobs->labelno; ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/compiler.c:2853:2: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] cglobs->cint.cpc->ops.opseqt[1] = max; ^ ~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ 6 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/computils.c -o computils.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/computils.c:260:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] p->rnd3 = r3; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/computils.c:279:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds] p->rnd3 = r3; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/computils.c:280:3: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] p->rnd4 = r4; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ 3 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/corout.c -o corout.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/cut_c.c -o cut_c.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/dbase.c -o dbase.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/dlmalloc.c -o dlmalloc.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/errors.c -o errors.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/errors.c:416:7: warning: variable 'psize' set but not used [-Wunused-but-set-variable] int psize = YAP_BUF_SIZE; ^ 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/eval.c -o eval.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/exec.c -o exec.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/exo.c -o exo.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/globals.c -o globals.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/gmp_support.c -o gmp_support.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/gprof.c -o gprof.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/gprof.c:856:7: warning: cast to smaller integer type 'prolog_exec_mode' from 'void *' [-Wvoid-pointer-to-enum-cast] md = (prolog_exec_mode)buf.ptr; ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/grow.c -o grow.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/heapgc.c -o heapgc.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/heapgc.c:2027:123: warning: format specifies type 'int' but the argument has type 'UInt' (aka 'unsigned long') [-Wformat] fprintf(GLOBAL_stderr,"%% %s/%d marked " Int_FORMAT " (%u)\n", RepAtom(NameOfFunctor(pe->FunctorOfPred))->StrOfAE, pe->ArityOfPE, LOCAL_total_marked, (unsigned int)opnum); ~~ ^~~~~~~~~~~~~ %lu C/heapgc.c:173:1: warning: unused function 'POP_POINTER' [-Wunused-function] POP_POINTER( USES_REGS1 ) { ^ C/heapgc.c:1511:1: warning: unused function 'mark_external_reference2' [-Wunused-function] mark_external_reference2(CELL *ptr USES_REGS) { ^ 3 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/index.c -o index.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/index.c:565:11: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] if (cpc->rnd4) { ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/index.c:579:7: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds] cpc->rnd4 = Zero; ^ ~~~~ ./H/compile.h:212:6: note: array 'opseqt' declared here CELL opseqt[1]; ^ C/index.c:2999:36: warning: comparison of array 'cl->ClCode' equal to a null pointer is always false [-Wtautological-pointer-compare] if (cl->ClCode == end || cl->ClCode == NULL) { ~~~~^~~~~~ ~~~~ 3 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./C/init.c -o init.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/inlines.c -o inlines.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/iopreds.c -o iopreds.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/depth_bound.c -o depth_bound.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/mavar.c -o mavar.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_mysql.c -o myddas_mysql.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_odbc.c -o myddas_odbc.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_shared.c -o myddas_shared.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_initialization.c -o myddas_initialization.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_util.c -o myddas_util.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_statistics.c -o myddas_statistics.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_top_level.c -o myddas_top_level.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./MYDDAS/myddas_wkb2prolog.c -o myddas_wkb2prolog.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/modules.c -o modules.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/other.c -o other.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/parser.c -o parser.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./C/qlyr.c -o qlyr.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] ./C/qlyr.c:1034:3: warning: implicit declaration of function 'YAP_RunGoalOnce' is invalid in C99 [-Wimplicit-function-declaration] YAP_RunGoalOnce(t); ^ 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./C/qlyw.c -o qlyw.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/range.c -o range.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./C/save.c -o save.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/scanner.c -o scanner.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/scanner.c:236:10: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations] if (!finite(f)) { ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) ^ 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/sort.c -o sort.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/stdpreds.c -o stdpreds.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/stdpreds.c:4013:31: warning: implicit declaration of function 'Yap_FindExecutable' is invalid in C99 [-Wimplicit-function-declaration] strncpy(LOCAL_FileNameBuf,Yap_FindExecutable (), YAP_FILENAME_MAX) ; ^ C/stdpreds.c:4013:31: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] strncpy(LOCAL_FileNameBuf,Yap_FindExecutable (), YAP_FILENAME_MAX) ; ^~~~~~~~~~~~~~~~~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:128:34: note: expanded from macro 'strncpy' __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~~~~~~~~ 2 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./C/sysbits.c -o sysbits.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] In file included from ./C/sysbits.c:89: In file included from /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/readline.h:37: /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:35:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef int Function () __attribute__((deprecated)); ^ void /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:36:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void VFunction () __attribute__((deprecated)); ^ void /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:37:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef char *CPFunction () __attribute__((deprecated)); ^ void /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:38:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef char **CPPFunction () __attribute__((deprecated)); ^ void 4 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/threads.c -o threads.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/tracer.c -o tracer.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include ./C/udi.c -o udi.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] ./C/udi.c:178:2: warning: argument to 'sizeof' in 'memcmp' call is the same pointer type 'PredEntry *' (aka 'struct pred_entry *') as the source; expected 'PredEntry' (aka 'struct pred_entry') or an explicit length [-Wsizeof-pointer-memaccess] HASH_FIND_UdiInfo(UdiControlBlocks,p,info); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./H/udi_private.h:33:26: note: expanded from macro 'HASH_FIND_UdiInfo' HASH_FIND(hh,head,find,sizeof(PredEntry *),out) ~~~~ ^~~~~~~~~~~~~~~~~~~ ./H/uthash.h:102:32: note: expanded from macro 'HASH_FIND' keyptr,keylen,out); \ ~~~~~~ ^~~~~~ ./H/uthash.h:586:47: note: expanded from macro 'HASH_FIND_IN_BKT' if ((HASH_KEYCMP((out)->hh.key,keyptr,keylen_in)) == 0) break; \ ~~~~~~ ^~~~~~~~~ ./H/uthash.h:577:41: note: expanded from macro 'HASH_KEYCMP' #define HASH_KEYCMP(a,b,len) memcmp(a,b,len) ~ ^~~ ./C/udi.c:213:2: warning: argument to 'sizeof' in 'memcmp' call is the same pointer type 'PredEntry *' (aka 'struct pred_entry *') as the source; expected 'PredEntry' (aka 'struct pred_entry') or an explicit length [-Wsizeof-pointer-memaccess] HASH_FIND_UdiInfo(UdiControlBlocks,p,info); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./H/udi_private.h:33:26: note: expanded from macro 'HASH_FIND_UdiInfo' HASH_FIND(hh,head,find,sizeof(PredEntry *),out) ~~~~ ^~~~~~~~~~~~~~~~~~~ ./H/uthash.h:102:32: note: expanded from macro 'HASH_FIND' keyptr,keylen,out); \ ~~~~~~ ^~~~~~ ./H/uthash.h:586:47: note: expanded from macro 'HASH_FIND_IN_BKT' if ((HASH_KEYCMP((out)->hh.key,keyptr,keylen_in)) == 0) break; \ ~~~~~~ ^~~~~~~~~ ./H/uthash.h:577:41: note: expanded from macro 'HASH_KEYCMP' #define HASH_KEYCMP(a,b,len) memcmp(a,b,len) ~ ^~~ 2 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/unify.c -o unify.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/userpreds.c -o userpreds.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/utilpreds.c -o utilpreds.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/yap-args.c -o yap-args.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/write.c -o write.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I./library/dialect/swi/fli ./library/dialect/swi/fli/blobs.c -o blobs.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I./library/dialect/swi/fli ./library/dialect/swi/fli/swi.c -o swi.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/ypstdio.c -o ypstdio.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-buffer.c -o pl-buffer.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-codelist.c -o pl-codelist.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-ctype.c -o pl-ctype.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-dtoa.c -o pl-dtoa.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-error.c -o pl-error.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-file.c -o pl-file.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-files.c -o pl-files.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-fmt.c -o pl-fmt.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-glob.c -o pl-glob.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-option.c -o pl-option.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I./os ./os/pl-nt.c -o pl-nt.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-os.c -o pl-os.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] ./os/pl-os.c:457:16: warning: variable 'seed' set but not used [-Wunused-but-set-variable] { unsigned int seed; ^ ./os/pl-os.c:1704:1: warning: no previous prototype for function 'PL_asctime_r' [-Wmissing-prototypes] PL_asctime_r(const struct tm *tm, char *buf) ^ ./os/pl-os.c:1703:1: note: declare 'static' if the function is not intended to be used outside of this translation unit char * ^ static ./os/pl-os.c:2330:18: warning: this function declaration is not a prototype [-Wstrict-prototypes] void (*old_int)(); ^ void ./os/pl-os.c:2331:19: warning: this function declaration is not a prototype [-Wstrict-prototypes] void (*old_stop)(); ^ void 4 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-privitf.c -o pl-privitf.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-prologflag.c -o pl-prologflag.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-read.c -o pl-read.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] ./os/pl-read.c:347:1: warning: no previous prototype for function 'Yap_setCurrentSourceLocation' [-Wmissing-prototypes] Yap_setCurrentSourceLocation(IOSTREAM **s) ^ ./os/pl-read.c:346:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void ^ static 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-rl.c -o pl-rl.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] In file included from ./os/pl-rl.c:94: In file included from /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/readline.h:37: /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:35:22: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef int Function () __attribute__((deprecated)); ^ void /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:36:24: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void VFunction () __attribute__((deprecated)); ^ void /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:37:26: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef char *CPFunction () __attribute__((deprecated)); ^ void /Users/pbulk/build/lang/yap/work/.buildlink/include/readline/rltypedefs.h:38:28: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef char **CPPFunction () __attribute__((deprecated)); ^ void ./os/pl-rl.c:415:12: warning: unused variable 'oldclock' [-Wunused-variable] intptr_t oldclock = clock(); ^ 5 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-stream.c -o pl-stream.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] ./os/pl-stream.c:2186:8: warning: variable 'c' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] NEXTCHR(fs, c); ^~~~~~~~~~~~~~ ./os/pl-stream.c:1900:4: note: expanded from macro 'NEXTCHR' default: \ ^~~~~~~ ./os/pl-stream.c:2187:18: note: uninitialized use occurs here OUTCHR(s, c); ^ ./os/pl-stream.c:1905:24: note: expanded from macro 'OUTCHR' if ( Sputcode((c), (s)) < 0 ) goto error; \ ^ ./os/pl-stream.c:2185:13: note: initialize the variable 'c' to silence this warning { int c; ^ = 0 ./os/pl-stream.c:2175:8: warning: variable 'c' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] NEXTCHR(fs, c); ^~~~~~~~~~~~~~ ./os/pl-stream.c:1900:4: note: expanded from macro 'NEXTCHR' default: \ ^~~~~~~ ./os/pl-stream.c:2176:18: note: uninitialized use occurs here OUTCHR(s, c); ^ ./os/pl-stream.c:1905:24: note: expanded from macro 'OUTCHR' if ( Sputcode((c), (s)) < 0 ) goto error; \ ^ ./os/pl-stream.c:2174:13: note: initialize the variable 'c' to silence this warning { int c; ^ = 0 ./os/pl-stream.c:2134:8: warning: variable 'c' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] NEXTCHR(fs, c); ^~~~~~~~~~~~~~ ./os/pl-stream.c:1900:4: note: expanded from macro 'NEXTCHR' default: \ ^~~~~~~ ./os/pl-stream.c:2135:18: note: uninitialized use occurs here OUTCHR(s, c); ^ ./os/pl-stream.c:1905:24: note: expanded from macro 'OUTCHR' if ( Sputcode((c), (s)) < 0 ) goto error; \ ^ ./os/pl-stream.c:2133:13: note: initialize the variable 'c' to silence this warning { int c; ^ = 0 ./os/pl-stream.c:2837:7: warning: variable 'wait' set but not used [-Wunused-but-set-variable] int wait = TRUE; ^ 4 warnings generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-string.c -o pl-string.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-table.c -o pl-table.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-tai.c -o pl-tai.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] ./os/pl-tai.c:887:8: warning: implicit declaration of function 'PL_asctime_r' is invalid in C99 [-Wimplicit-function-declaration] PL_asctime_r(&ftm->tm, buf); ^ 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-text.c -o pl-text.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-utf8.c -o pl-utf8.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./os/pl-write.c -o pl-write.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -I. -I./os ./C/pl-yap.c -o pl-yap.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./C/load_foreign.c -o load_foreign.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_dl.c -o load_dl.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] C/load_dl.c:76:16: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Wimplicit-function-declaration] char *rc = malloc(sz+1); ^ C/load_dl.c:76:16: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc' 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_dld.c -o load_dld.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_dyld.c -o load_dyld.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_none.c -o load_none.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_aout.c -o load_aout.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_aix.c -o load_aix.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_dll.c -o load_dll.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS C/load_shl.c -o load_shl.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -c ./C/c_interface.c -o c_interface.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] ./C/c_interface.c:2238:12: warning: unused function 'myputc' [-Wunused-function] static int myputc (wchar_t ch) ^ 1 warning generated. clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS -I./include -c ./C/clause_list.c -o clause_list.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/or.memory.c -o or.memory.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/opt.init.c -o opt.init.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/opt.preds.c -o opt.preds.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/or.copy_engine.c -o or.copy_engine.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/or.cow_engine.c -o or.cow_engine.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/or.sba_engine.c -o or.sba_engine.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/or.thread_engine.c -o or.thread_engine.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/or.scheduler.c -o or.scheduler.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/or.cut.c -o or.cut.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang -fstrict-aliasing -freorder-blocks -fsched-interblock -Wall -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -DCOROUTINING=1 -DCUT_C=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DTABLING=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include -I. -I./H -I./include -I./os -I./OPTYap -I./BEAM -I./MYDDAS ./OPTYap/tab.tries.c -o tab.tries.o clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] In file included from ./OPTYap/tab.tries.c:212: ./OPTYap/tab.tries.i:1247:7: warning: variable 'in_pair' set but not used [-Wunused-but-set-variable] int in_pair = 0; ^ In file included from ./OPTYap/tab.tries.c:220: ./OPTYap/tab.tries.i:1547:48: warning: result of comparison of constant -144115188075855873 with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if (sum_value == (float) sum_value_as_int && IntInBnd(sum_value_as_int)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./H/YapTags.h:342:31: note: expanded from macro 'IntInBnd' (X) > -MAX_ABS_INT-1L ) ~~~ ^ ~~~~~~~~~~~~~~~ In file included from ./OPTYap/tab.tries.c:220: ./OPTYap/tab.tries.i:1547:48: warning: result of comparison of constant 144115188075855872 with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare] if (sum_value == (float) sum_value_as_int && IntInBnd(sum_value_as_int)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./H/YapTags.h:341:27: note: expanded from macro 'IntInBnd' #define IntInBnd(X) ( (X) < MAX_ABS_INT && \ ~~~ ^ ~~~~~~~~~~~ fatal error: error in backend: Instruction Combining seems stuck in an infinite loop after 1000 iterations. clang: error: clang frontend command failed with exit code 70 (use -v to see invocation) Apple clang version 13.1.6 (clang-1316.0.21.2.5) Target: x86_64-apple-darwin23.5.0 Thread model: posix InstalledDir: /Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin clang: warning: optimization flag '-freorder-blocks' is not supported [-Wignored-optimization-argument] clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /var/folders/78/38f7j20906g_czcqb77pbnnm0000gm/T/tab-1d36ab.c clang: note: diagnostic msg: /var/folders/78/38f7j20906g_czcqb77pbnnm0000gm/T/tab-1d36ab.sh clang: note: diagnostic msg: Crash backtrace is located in clang: note: diagnostic msg: /Users/pbulk/build/lang/yap/work/.home/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash clang: note: diagnostic msg: (choose the .crash file that corresponds to your crash) clang: note: diagnostic msg: ******************** gmake: *** [Makefile:535: tab.tries.o] Error 70 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/lang/yap *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/lang/yap