=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for ecl-13.5.1nb2 cd build; /usr/pkg/bin/gmake gmake[1]: Entering directory '/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build' cp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/util/gdbinit .gdbinit if (echo c | grep gmp); then \ cd gmp && /usr/pkg/bin/gmake install && \ cd .. && mv include/gmp.h ecl/ && rmdir include && \ mv ./libgmp.a ./libeclgmp.a; \ fi if (echo c | grep atomic); then \ cd atomic && /usr/pkg/bin/gmake && /usr/pkg/bin/gmake install && cd .. && \ rm -f -rf share ecl/atomic_ops_stack.h ecl/atomic_ops_malloc.h *atomic*gpl* && \ mv libatomic_ops.a libeclatomic.a; \ fi test -d ecl/gc || mkdir ecl/gc test -d ecl/gc/private || mkdir ecl/gc/private if (echo c | grep gc); then \ cd gc && /usr/pkg/bin/gmake install && cd .. && \ cp -rf /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/gc-unstable/include/private/*.h ecl/gc/private/ && \ mv libgc.a libeclgc.a; \ fi if (echo c | grep libffi); then \ cd libffi && /usr/pkg/bin/gmake install && cd .. && \ sed -e 's, ecl/foo.h && \ rm ecl/ffi.h && mv ecl/foo.h ecl/ffi.h && \ mv libffi.a libeclffi.a; \ fi sed -e 's,@ecldir\\@,/usr/pkg/lib/ecl-13.5.1/,g' < lsp/config.pre > lsp/config.lsp sed -e 's,@ecldir\\@,"/usr/pkg/lib/ecl-13.5.1/",g' \ -e 's,@libdir\\@,"/usr/pkg/lib/",g' \ -e 's,@includedir\\@,"/usr/pkg/include/",g' < cmp/cmpdefs.pre > cmp/cmpdefs.lsp test -d c/ecl || mkdir c/ecl sed 's,__declspec(dllimport),,g' /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/h/external.h > c/ecl/external.h cp -rf /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/h/*.h /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/h/impl ecl/ cd c; /usr/pkg/bin/gmake gmake[2]: Entering directory '/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/c' cat /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbols_list.h | \ sed -e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*NULL,.*}%{\1,NULL}%g' \ -e 's%{\([A-Z ]*.*".*"\),[^,]*,[ ]*\([^,]*\),.*}%{\1,"\2"}%g' \ -e 's%{NULL.*%{NULL,NULL}};%' | \ sed -e 's%"\(IF_[A-Z0-9]*\)(\([^)]*\))"%\1("\2")%g' > tmp.h mv tmp.h /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbols_list2.h if test -f ../CROSS-DPP; then touch dpp; else \ cc -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I./ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -o dpp ; \ fi In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/dpp.c:77: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d main.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d main.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d -> main.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o main.o main.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:518:2: warning: 'GC_dont_gc' is deprecated [-Wdeprecated-declarations] GC_disable(); ^ ./ecl/external.h:773:22: note: expanded from macro 'GC_disable' #define GC_disable() GC_dont_gc = TRUE; ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:47:12: note: 'GC_dont_gc' has been explicitly marked deprecated here extern int GC_dont_gc; ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:630:2: warning: 'GC_dont_gc' is deprecated [-Wdeprecated-declarations] GC_enable(); ^ ./ecl/external.h:772:21: note: expanded from macro 'GC_enable' #define GC_enable() GC_dont_gc = FALSE; ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/main.d:47:12: note: 'GC_dont_gc' has been explicitly marked deprecated here extern int GC_dont_gc; ^ 21 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d symbol.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d symbol.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d -> symbol.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o symbol.o symbol.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d package.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d package.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d -> package.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o package.o package.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/package.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d cons.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d cons.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d -> cons.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o cons.o cons.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cons.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d list.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d list.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d -> list.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o list.o list.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d apply.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d apply.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d -> apply.c cc -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c apply.c -o apply.o In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/apply.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d eval.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d eval.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d -> eval.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o eval.o eval.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/eval.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d interpreter.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d interpreter.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d -> interpreter.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o interpreter.o interpreter.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:284:2: warning: initializing 'const ecl_ihs_ptr' (aka 'struct ecl_ihs_frame *const') with an expression of type 'volatile struct ecl_ihs_frame *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ecl_ihs_push(the_env, &ihs, bytecodes, lex_env); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/stacks.h:191:21: note: expanded from macro 'ecl_ihs_push' ecl_ihs_ptr const r = (rec); \ ^ ~~~~~ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/interpreter.d:1272:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 21 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d compiler.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d compiler.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d -> compiler.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o compiler.o compiler.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/compiler.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d disassembler.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d disassembler.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d -> disassembler.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o disassembler.o disassembler.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/disassembler.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d instance.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d instance.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d -> instance.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o instance.o instance.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/instance.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d gfun.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d gfun.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d -> gfun.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o gfun.o gfun.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/gfun.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d clos/cache.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d clos/cache.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d -> clos/cache.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o clos/cache.o clos/cache.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/cache.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d clos/accessor.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d clos/accessor.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d -> clos/accessor.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o clos/accessor.o clos/accessor.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/clos/accessor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d reference.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d reference.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d -> reference.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o reference.o reference.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reference.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d character.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d character.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d -> character.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o character.o character.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/character.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d file.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d file.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d -> file.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o file.o file.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:37: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:5412:2: warning: function 'not_a_file_stream' declared 'noreturn' should not return [-Winvalid-noreturn] return cl_error(9, ECL_SYM("SIMPLE-TYPE-ERROR",773), ECL_SYM(":FORMAT-CONTROL",1240), ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/file.d:5480:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ 21 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d read.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d read.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d -> read.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o read.o read.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/read.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d print.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d print.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d -> print.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o print.o print.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/print.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d error.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d error.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d -> error.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o error.o error.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:100:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:158:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:183:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:195:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:226:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:250:2: warning: function 'si_signal_type_error' declared 'noreturn' should not return [-Winvalid-noreturn] return cl_error(5, ECL_SYM("TYPE-ERROR",870), ECL_SYM(":EXPECTED-TYPE",1232), type, ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:281:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:305:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:329:1: warning: function declared 'noreturn' should not return [-Winvalid-noreturn] } ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/error.d:535:23: warning: function 'cl_error' declared 'noreturn' should not return [-Winvalid-noreturn] the_env->nvalues = 0; return ECL_NIL; ^ 29 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d string.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d string.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d -> string.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o string.o string.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/string.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d cfun.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d cfun.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d -> cfun.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o cfun.o cfun.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cfun.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d reader/parse_integer.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d reader/parse_integer.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d -> reader/parse_integer.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o reader/parse_integer.o reader/parse_integer.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_integer.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d reader/parse_number.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d reader/parse_number.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d -> reader/parse_number.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o reader/parse_number.o reader/parse_number.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/reader/parse_number.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d printer/float_to_digits.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d printer/float_to_digits.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d -> printer/float_to_digits.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/float_to_digits.o printer/float_to_digits.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_digits.d:42:17: warning: 32 enumeration values not handled in switch: 't_start', 't_list', 't_character'... [-Wswitch] switch (ecl_t_of(number)) { ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d printer/float_to_string.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d printer/float_to_string.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d -> printer/float_to_string.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/float_to_string.o printer/float_to_string.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/float_to_string.d:65:17: warning: 32 enumeration values not handled in switch: 't_start', 't_list', 't_character'... [-Wswitch] switch (ecl_t_of(number)) { ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d printer/integer_to_string.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d printer/integer_to_string.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d -> printer/integer_to_string.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/integer_to_string.o printer/integer_to_string.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/integer_to_string.d:15: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d printer/write_ugly.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d printer/write_ugly.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d -> printer/write_ugly.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/write_ugly.o printer/write_ugly.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_ugly.d:24: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d printer/write_object.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d printer/write_object.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d -> printer/write_object.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/write_object.o printer/write_object.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_object.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d printer/write_symbol.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d printer/write_symbol.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d -> printer/write_symbol.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/write_symbol.o printer/write_symbol.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_symbol.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d printer/write_array.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d printer/write_array.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d -> printer/write_array.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/write_array.o printer/write_array.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_array.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d printer/write_list.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d printer/write_list.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d -> printer/write_list.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/write_list.o printer/write_list.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_list.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d printer/write_code.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d printer/write_code.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d -> printer/write_code.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/write_code.o printer/write_code.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_code.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d printer/write_sse.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d printer/write_sse.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d -> printer/write_sse.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/write_sse.o printer/write_sse.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/write_sse.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d printer/print_unreadable.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d printer/print_unreadable.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d -> printer/print_unreadable.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o printer/print_unreadable.o printer/print_unreadable.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/printer/print_unreadable.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d ffi/libraries.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d ffi/libraries.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d -> ffi/libraries.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o ffi/libraries.o ffi/libraries.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/libraries.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d ffi/backtrace.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d ffi/backtrace.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d -> ffi/backtrace.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o ffi/backtrace.o ffi/backtrace.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/backtrace.d:87:36: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] strings[i] = data->dli_sname; ^ ~~~~~~~~~~~~~~~ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d ffi/mmap.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d ffi/mmap.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d -> ffi/mmap.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o ffi/mmap.o ffi/mmap.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/mmap.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d ffi/cdata.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d ffi/cdata.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d -> ffi/cdata.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o ffi/cdata.o ffi/cdata.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/ffi/cdata.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d numbers/cos.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d numbers/cos.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d -> numbers/cos.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/cos.o numbers/cos.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cos.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d numbers/sin.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d numbers/sin.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d -> numbers/sin.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/sin.o numbers/sin.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sin.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d numbers/tan.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d numbers/tan.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d -> numbers/tan.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/tan.o numbers/tan.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tan.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d numbers/atan.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d numbers/atan.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d -> numbers/atan.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/atan.o numbers/atan.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/atan.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d numbers/cosh.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d numbers/cosh.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d -> numbers/cosh.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/cosh.o numbers/cosh.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/cosh.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d numbers/sinh.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d numbers/sinh.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d -> numbers/sinh.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/sinh.o numbers/sinh.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sinh.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d numbers/tanh.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d numbers/tanh.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d -> numbers/tanh.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/tanh.o numbers/tanh.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/tanh.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d numbers/exp.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d numbers/exp.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d -> numbers/exp.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/exp.o numbers/exp.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/exp.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d numbers/expt.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d numbers/expt.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d -> numbers/expt.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/expt.o numbers/expt.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:25:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/expt.d:87:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 21 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d numbers/log.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d numbers/log.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d -> numbers/log.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/log.o numbers/log.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/log.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d numbers/sqrt.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d numbers/sqrt.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d -> numbers/sqrt.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/sqrt.o numbers/sqrt.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/sqrt.d:23:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d numbers/abs.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d numbers/abs.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d -> numbers/abs.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/abs.o numbers/abs.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/abs.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d numbers/zerop.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d numbers/zerop.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d -> numbers/zerop.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/zerop.o numbers/zerop.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/zerop.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d numbers/plusp.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d numbers/plusp.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d -> numbers/plusp.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/plusp.o numbers/plusp.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d numbers/minusp.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d numbers/minusp.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d -> numbers/minusp.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/minusp.o numbers/minusp.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minusp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d numbers/negate.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d numbers/negate.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d -> numbers/negate.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/negate.o numbers/negate.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/negate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d numbers/conjugate.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d numbers/conjugate.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d -> numbers/conjugate.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/conjugate.o numbers/conjugate.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/conjugate.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d numbers/one_plus.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d numbers/one_plus.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d -> numbers/one_plus.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/one_plus.o numbers/one_plus.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_plus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d numbers/one_minus.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d numbers/one_minus.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d -> numbers/one_minus.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/one_minus.o numbers/one_minus.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/one_minus.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d numbers/plus.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d numbers/plus.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d -> numbers/plus.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/plus.o numbers/plus.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/plus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d numbers/minus.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d numbers/minus.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d -> numbers/minus.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/minus.o numbers/minus.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minus.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d numbers/times.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d numbers/times.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d -> numbers/times.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/times.o numbers/times.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/times.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d numbers/divide.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d numbers/divide.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d -> numbers/divide.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/divide.o numbers/divide.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/divide.d:16: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d numbers/number_compare.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d numbers/number_compare.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d -> numbers/number_compare.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/number_compare.o numbers/number_compare.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_compare.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d numbers/number_equalp.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d numbers/number_equalp.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d -> numbers/number_equalp.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/number_equalp.o numbers/number_equalp.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/number_equalp.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d numbers/minmax.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d numbers/minmax.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d -> numbers/minmax.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/minmax.o numbers/minmax.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/minmax.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d numbers/floor.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d numbers/floor.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d -> numbers/floor.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/floor.o numbers/floor.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/floor.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d numbers/ceiling.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d numbers/ceiling.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d -> numbers/ceiling.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/ceiling.o numbers/ceiling.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/ceiling.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d numbers/round.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d numbers/round.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d -> numbers/round.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/round.o numbers/round.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/round.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d numbers/truncate.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d numbers/truncate.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d -> numbers/truncate.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o numbers/truncate.o numbers/truncate.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/numbers/truncate.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d typespec.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d typespec.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d -> typespec.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o typespec.o typespec.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/typespec.d:99:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d assignment.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d assignment.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d -> assignment.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o assignment.o assignment.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/assignment.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d predicate.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d predicate.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d -> predicate.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o predicate.o predicate.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/predicate.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d number.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d number.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d -> number.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o number.o number.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/number.d:22: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d num_pred.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d num_pred.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d -> num_pred.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o num_pred.o num_pred.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_pred.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d num_arith.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d num_arith.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d -> num_arith.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o num_arith.o num_arith.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_arith.d:17: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d num_co.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d num_co.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d -> num_co.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o num_co.o num_co.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_co.d:26: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d num_log.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d num_log.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d -> num_log.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o num_log.o num_log.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_log.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d num_rand.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d num_rand.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d -> num_rand.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o num_rand.o num_rand.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/num_rand.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d array.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d array.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d -> array.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o array.o array.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/array.d:20: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d vector_push.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d vector_push.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d -> vector_push.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o vector_push.o vector_push.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/vector_push.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d sequence.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d sequence.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d -> sequence.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o sequence.o sequence.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/sequence.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d cmpaux.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d cmpaux.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d -> cmpaux.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o cmpaux.o cmpaux.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/cmpaux.d:19: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d macros.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d macros.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d -> macros.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o macros.o macros.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/macros.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d backq.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d backq.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d -> backq.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o backq.o backq.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/backq.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d stacks.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d stacks.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d -> stacks.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o stacks.o stacks.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:18: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:593:11: warning: for loop has empty body [-Wempty-body] x++); ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/stacks.d:593:11: note: put the semicolon on a separate line to silence this warning 20 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d time.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d time.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d -> time.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o time.o time.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/time.d:30: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ 19 warnings generated. if test -f ../CROSS-DPP ; then ../CROSS-DPP /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d unixint.o.c ; else ./dpp /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d unixint.o.c ; fi dpp: /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d -> unixint.o.c cc -DECLDIR="\"/usr/pkg/lib/ecl-13.5.1\"" -I. -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build -I/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c -I../ecl/gc -DECL_API -DECL_NO_LEGACY -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -fPIC -Dminix -c -o unixint.o unixint.o.c In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:411:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:413:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:418:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:420:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:424:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:487:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:742:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:744:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:757:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:759:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:764:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:766:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:773:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:776:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:778:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:781:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:787:46: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2); ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:804:23: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:86: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/ecl.h:35: In file included from /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/ecl/config.h:83: In file included from /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc.h:2: /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc.h:806:29: warning: unknown attribute '__alloc_size__' ignored [-Wunknown-attributes] GC_API /* 'realloc' attr */ GC_ATTR_ALLOC_SIZE(2) void * GC_CALL ^ /usr/pkgsrc/work/lang/ecl/work/.buildlink/include/gc/gc_config_macros.h:249:54: note: expanded from macro 'GC_ATTR_ALLOC_SIZE' # define GC_ATTR_ALLOC_SIZE(argnum) __attribute__((__alloc_size__(argnum))) ^ /usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/src/c/unixint.d:90:4: error: "We cannot use the mmap code without siginfo" # error "We cannot use the mmap code without siginfo" ^ 19 warnings and 1 error generated. Makefile:81: recipe for target 'unixint.o' failed gmake[2]: *** [unixint.o] Error 1 gmake[2]: Leaving directory '/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build/c' Makefile:109: recipe for target 'libeclmin.a' failed gmake[1]: *** [libeclmin.a] Error 2 gmake[1]: Leaving directory '/usr/pkgsrc/work/lang/ecl/work/ecl-13.5.1/build' Makefile:70: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/lang/ecl *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/lang/ecl