Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/parrot.spec'], chrootPath='/var/lib/mock/f31-build-51437-27496/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/parrot.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1550361600 Wrote: /builddir/build/SRPMS/parrot-8.1.0-17.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/parrot.spec'], chrootPath='/var/lib/mock/f31-build-51437-27496/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/parrot.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1550361600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tcV2oY + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf parrot-8.1.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/parrot-8.1.0.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd parrot-8.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (parrot.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (parrot.patch): patching file parrot_html.desk.in patching file parrot_pdf.desk.in Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2zVJtY + umask 022 + cd /builddir/build/BUILD + cd parrot-8.1.0 + RPM_OPT_FLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + /usr/bin/perl Configure.pl --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man '--optimize=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' --disable-rpath --lex=/usr/bin/flex Parrot Version 8.1.0 Configure 2.0 Copyright (C) 2001-2015, Parrot Foundation. Hello, I'm Configure. My job is to poke and prod your system to figure out how to build Parrot. The process is completely automated, unless you passed in the `--ask' flag on the command line, in which case I'll prompt you for a few pieces of info. Since you're running this program, you obviously have Perl 5--I'll be pulling some defaults from its configuration. init::manifest - Check MANIFEST.....................................done. init::defaults - Set Configure's default values.....................done. init::install - Set up installation paths..........................done. init::hints - Load platform and local hints files................done. inter::progs - Determine what C compiler and linker to use........done. inter::make - Is make installed...................................yes. inter::lex - Is lex installed...........................user defined. inter::yacc - Is yacc installed.............................bison 3.0. auto::gcc - Is your C compiler actually gcc................yes, 9.1. auto::glibc - Is GNU libc installed...............................yes. auto::backtrace - Does libc have the backtrace* functions.............yes. auto::msvc - Is your C compiler actually Visual C++..........skipped. auto::attributes - Detect compiler attributes.........................done. auto::arch - Determine CPU architecture and type, and OS........done. auto::cpu - Generate CPU specific stuff........................done. init::optimize - Enable optimization.................................yes. inter::shlibs - Determine flags for building shared libraries.....-fPIC. inter::libparrot - Should parrot link against a shared library.........yes. inter::types - What types should Parrot use.......................done. auto::ops - Which opcode files should be compiled in...........done. auto::pmc - Which pmc files should be compiled in..............done. auto::headers - Probe for C headers................................done. auto::sizes - Determine some sizes...............................done. auto::byteorder - Compute native byteorder for wordsize.....little-endian. auto::va_ptr - Test the type of va_ptr...........................stack. auto::format - What formats should be used for sprintf............done. auto::isreg - Does your C library have a working S_ISREG..........yes. auto::llvm - Is minimum version of LLVM installed............skipped. auto::inline - Does your compiler support inline...................yes. auto::gc - Determine allocator to use..........................gms. auto::memalign - Does your C library support memalign................yes. auto::signal - Determine some signal stuff........................done. auto::socklen_t - Determine whether there is socklen_t................yes. auto::stat - Detect stat type....................................bsd. auto::neg_0 - Determine whether negative zero can be printed......yes. auto::env - Does your C library have setenv / unsetenv.........both. auto::timespec - Does your system has timespec.......................yes. auto::infnan - Is standard C Inf/NaN handling present..............yes. auto::thread - Does your system have threads.......................yes. auto::gmp - Does your platform support GMP...............yes, 6.1.2. auto::readline - Does your platform support readline.................yes. auto::pcre - Does your platform support pcre....................done. auto::opengl - Does your platform support OpenGL....................no. auto::zlib - Does your platform support zlib.....................yes. auto::gettext - Does your configuration include gettext.............yes. auto::snprintf - Test for snprintf..............................yes, C99. BUILDSTDERR: auto::mathl - Negative repeat count does nothing at lib/Parrot/Configure.pm line 481. BUILDSTDERR: ++ pwd + export LD_LIBRARY_PATH=/builddir/build/BUILD/parrot-8.1.0/blib/lib + LD_LIBRARY_PATH=/builddir/build/BUILD/parrot-8.1.0/blib/lib + find examples -type f '(' -name '*.pir' -o -wholename examples/shootout/random.pasm -o -wholename examples/tools/pgegrep ')' -exec /usr/bin/sed -i -e '1 s&#!.*\(parrot\)&#!/usr/bin/\1&' '{}' ';' + find examples -type f '(' -name '*.pl' -o -wholename examples/pir/befunge/t/basic.t -o -path 'examples/languages/*/harness' ')' -exec /usr/bin/sed -i -e '1 s&#! perl&#!/usr/bin/perl&' '{}' ';' + find examples -type f -name '*.py' -exec /usr/bin/sed -i -e '1 s&#! python&#!/usr/bin/python&' '{}' ';' + find examples -type f -name '*.rb' -exec /usr/bin/sed -i -e '1 s&#! ruby&#!/usr/bin/ruby&' '{}' ';' + find examples -type f -name '*.winxed' -exec /usr/bin/sed -i -e '1 s&#! winxed&#!/usr/bin/winxed&' '{}' ';' + find examples -wholename examples/languages/abc/t/01-tests.t -exec /usr/bin/sed -i -e '1 s&#!perl&#!/usr/bin/perl&' '{}' ';' + find examples -wholename examples/languages/abc/t/harness -exec /usr/bin/perl -pi -e 's/\r$//' '{}' ';' + /usr/bin/sed -i -e '1 s&nqp&/usr/bin/parrot-nqp&' runtime/parrot/library/YAML/Tiny.pm + make -j4 Test for long math support..........................yes. auto::perldoc - Is perldoc installed................................yes. auto::coverage - Are coverage analysis tools installed...lacking cover gcov2perl. auto::pod2man - Is pod2man installed................................yes. auto::ctags - Is (exuberant) ctags installed......................yes. auto::icu - Is ICU installed..............................yes, 62.1. auto::libffi - Is libffi installed.....................no, failed test. auto::ipv6 - Determine IPV6 capabilities.........................yes. auto::platform - Generate a list of platform object files...........done. auto::alignof - Determine offsetof values for our types.........skipped. auto::expect - Does your compiler support __builtin_expect.........yes. auto::warnings - Detect supported compiler warnings.................done. gen::config_h - Generate C headers.................................done. gen::core_pmcs - Generate core pmc list.............................done. gen::opengl - Generating OpenGL bindings......................skipped. gen::makefiles - Generate makefiles and other build files...........done. gen::config_pm - Record configuration data for later retrieval......done. Okay, we're done! You can now use `gmake' to build your Parrot. After that, you can use `gmake test' to run the test suite. Happy Hacking, The Parrot Team /usr/bin/perl tools/build/h2inc.pl include/parrot/enums.h lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm /usr/bin/perl tools/build/pbcversion_h.pl > include/parrot/pbcversion.h /usr/bin/perl tools/build/vtable_h.pl /usr/bin/perl tools/build/c2str.pl src/string/api.c > src/string/api.str /usr/bin/perl tools/build/addgenerated.pl "lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm" "[devel]" lib /usr/bin/perl tools/build/addgenerated.pl "include/parrot/pbcversion.h" "[main]" include /usr/bin/perl tools/build/addgenerated.pl "include/parrot/vtable.h" "[main]" include /usr/bin/perl tools/build/c2str.pl src/debug.c > src/debug.str /usr/bin/perl tools/build/c2str.pl src/dynext.c > src/dynext.str /usr/bin/perl tools/build/c2str.pl src/exceptions.c > src/exceptions.str /usr/bin/perl tools/build/c2str.pl src/global_setup.c > src/global_setup.str /usr/bin/perl tools/build/c2str.pl src/hll.c > src/hll.str /usr/bin/perl tools/build/c2str.pl src/call/pcc.c > src/call/pcc.str /usr/bin/perl tools/build/c2str.pl src/call/args.c > src/call/args.str /usr/bin/perl tools/build/c2str.pl src/interp/inter_cb.c > src/interp/inter_cb.str /usr/bin/perl tools/build/c2str.pl src/interp/api.c > src/interp/api.str /usr/bin/perl tools/build/c2str.pl src/io/api.c > src/io/api.str /usr/bin/perl tools/build/c2str.pl src/key.c > src/key.str /usr/bin/perl tools/build/c2str.pl src/library.c > src/library.str /usr/bin/perl tools/build/c2str.pl src/multidispatch.c > src/multidispatch.str /usr/bin/perl tools/build/c2str.pl src/namespace.c > src/namespace.str /usr/bin/perl tools/build/c2str.pl src/nci/api.c > src/nci/api.str /usr/bin/perl tools/build/c2str.pl src/nci/core_thunks.c > src/nci/core_thunks.str /usr/bin/perl tools/build/c2str.pl src/nci/extra_thunks.c > src/nci/extra_thunks.str /usr/bin/perl tools/build/c2str.pl src/nci/signatures.c > src/nci/signatures.str /usr/bin/perl tools/build/c2str.pl src/packfile/api.c > src/packfile/api.str /usr/bin/perl tools/build/c2str.pl src/packfile/segments.c > src/packfile/segments.str /usr/bin/perl tools/build/c2str.pl src/packfile/object_serialization.c > src/packfile/object_serialization.str /usr/bin/perl tools/build/c2str.pl src/packfile/pf_items.c > src/packfile/pf_items.str /usr/bin/perl tools/build/c2str.pl src/pmc.c > src/pmc.str /usr/bin/perl tools/build/c2str.pl src/oo.c > src/oo.str /usr/bin/perl tools/build/c2str.pl src/runcore/cores.c > src/runcore/cores.str /usr/bin/perl tools/build/c2str.pl src/runcore/main.c > src/runcore/main.str /usr/bin/perl tools/build/c2str.pl src/runcore/profiling.c > src/runcore/profiling.str BUILDSTDERR: /usr/bin/perl tools/build/c2str.pl src/rucompilers/imcc/imcc.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] ncore/subprof.c > src/runcore/subprof.str /usr/bin/perl tools/build/c2str.pl src/scheduler.c > src/scheduler.str /usr/bin/perl tools/build/c2str.pl src/events.c > src/events.str /usr/bin/perl tools/build/c2str.pl src/string/spf_render.c > src/string/spf_render.str /usr/bin/perl tools/build/c2str.pl src/string/spf_vtable.c > src/string/spf_vtable.str /usr/bin/perl tools/build/c2str.pl src/string/encoding.c > src/string/encoding.str /usr/bin/perl tools/build/c2str.pl src/sub.c > src/sub.str /usr/bin/perl tools/build/vtable_extend.pl /usr/bin/perl tools/build/vtable_extend.pl bison -v -y compilers/imcc/imcc.y -d -o compilers/imcc/imcparser.c /usr/bin/flex -ocompilers/imcc/imclexer.c compilers/imcc/imcc.l /usr/bin/perl tools/build/h2inc.pl include/parrot/datatypes.h runtime/parrot/include/datatypes.pasm touch compilers/imcc/imcc.l.flag compilers/imcc/imclexer.c /usr/bin/perl tools/build/parrot_config_c.pl --mini > src/null_config.c /usr/bin/perl tools/build/h2inc.pl include/parrot/cclass.h runtime/parrot/include/cclass.pasm /usr/bin/perl tools/build/addgenerated.pl "src/null_config.c" "[]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/datatypes.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/cclass.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/enums.h runtime/parrot/include/iterator.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/enums.h runtime/parrot/include/call_bits.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/iterator.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/scheduler.h runtime/parrot/include/timer.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/call_bits.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/timer.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/exceptions.h runtime/parrot/include/except_types.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/exceptions.h runtime/parrot/include/except_severity.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/hash.h runtime/parrot/include/hash_key_type.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/except_severity.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/except_types.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/hash_key_type.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/interpreter.h runtime/parrot/include/interpflags.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/interpreter.h runtime/parrot/include/interpdebug.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/interpflags.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/interpreter.h runtime/parrot/include/interptrace.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/interpdebug.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/interptrace.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/interpreter.h runtime/parrot/include/interpcores.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/interpreter.h runtime/parrot/include/cloneflags.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/interpcores.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/interpreter.h runtime/parrot/include/iglobals.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/cloneflags.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/iglobals.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/interpreter.h runtime/parrot/include/sysinfo.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/io.h runtime/parrot/include/stdio.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/sysinfo.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/stdio.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/io.h runtime/parrot/include/socket.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/socket.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/library.h runtime/parrot/include/libpaths.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/platform_interface.h runtime/parrot/include/dlopenflags.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/libpaths.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/dlopenflags.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/longopt.h runtime/parrot/include/longopt.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/longopt.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/packfile.h runtime/parrot/include/packfile_segments.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/packfile.h runtime/parrot/include/packfile_annotation_keytype.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/platform_interface.h runtime/parrot/include/stat.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/packfile_annotation_keytype.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/string.h runtime/parrot/include/stringinfo.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/stat.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/stringinfo.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/warnings.h runtime/parrot/include/warnings.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/warnings.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/warnings.h runtime/parrot/include/errors.pasm /usr/bin/perl tools/build/h2inc.pl include/parrot/gc_api.h runtime/parrot/include/interpinfo.pasm /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/errors.pasm" "[main]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/interpinfo.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl src/utils.c runtime/parrot/include/tm.pasm /usr/bin/perl tools/build/fixup_gen_file.pl -noheaderizer compilers/imcc/imcparser.c compilers/imcc/imcc.y /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/tm.pasm" "[main]" /usr/bin/perl tools/build/h2inc.pl include/parrot/core_pmcs.h runtime/parrot/include/pmctypes.pasm /usr/bin/perl tools/build/gen_version.pl > runtime/parrot/include/parrot_version.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/include/pmctypes.pasm" "[main]" /usr/bin/perl -Ilib tools/build/pmc2c.pl --vtable /usr/bin/perl tools/build/fixup_gen_file.pl -noheaderizer compilers/imcc/imcparser.h compilers/imcc/imcc.y BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nescompilers/imcc/imcc.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] ted-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/. -Isrc -o src/string/namealias.o -c src/string/namealias.c /usr/bin/flex -ocompilers/imcc/imclexer.c compilers/imcc/imcc.l touch compilers/imcc/imcc.y.flag compilers/imcc/imcparser.c compilers/imcc/imcparser.h gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/null_config.o -c src/null_config.c touch compilers/imcc/imcc.l.flag compilers/imcc/imclexer.c bison -v -y compilers/imcc/imcc.y -d -o compilers/imcc/imcparser.c /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/default.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/fixedintegerarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/default.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/null.pmc /usr/bin/perl tools/build/fixup_gen_file.pl -noheaderizer compilers/imcc/imcparser.c compilers/imcc/imcc.y /usr/bin/perl tools/build/fixup_gen_file.pl -noheaderizer compilers/imcc/imcparser.h compilers/imcc/imcc.y touch compilers/imcc/imcc.y.flag compilers/imcc/imcparser.c compilers/imcc/imcparser.h /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/env.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/parrotlibrary.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/timer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/pointer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/scalar.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedintegerarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/orderedhash.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/addrregistry.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/alarm.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/imageiofreeze.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/imageiosize.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/imageiostrings.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/imageiothaw.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/object.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/proxy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/resizableintegerarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/scalar.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/schedulermessage.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/sockaddr.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/undef.pmc BUILDSTDERR: /usr/bin/perl -Icompilers/imcc/imcc.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] lib tools/build/pmc2c.pl --c src/pmc/parrotlibrary.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/proxy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/object.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/timer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/alarm.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/sockaddr.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/default.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/null.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/env.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/pointer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/scalar.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/orderedhash.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/addrregistry.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiofreeze.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiosize.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiostrings.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiothaw.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizableintegerarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/schedulermessage.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/undef.pmc bison -v -y compilers/imcc/imcc.y -d -o compilers/imcc/imcparser.c /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedintegerarray.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/default.c > src/pmc/default.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/null.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/env.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/key.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/unmanagedstruct.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/exception.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/parrotlibrary.pmc /usr/bin/perl tools/build/fixup_gen_file.pl -noheaderizer compilers/imcc/imcparser.c compilers/imcc/imcc.y /usr/bin/perl tools/build/fixup_gen_file.pl -noheaderizer compilers/imcc/imcparser.h compilers/imcc/imcc.y /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/parrotinterpreter.pmc touch compilers/imcc/imcc.y.flag compilers/imcc/imcparser.c compilers/imcc/imcparser.h /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/lexpad.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/timer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/pointer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/sub.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/continuation.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/nci.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/float.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/integer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/bigint.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/bignum.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/complex.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/string.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/boolean.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/fixedintegerarray.c > src/pmc/fixedintegerarray.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/iterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/fixedstringarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/hash.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/orderedhash.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/oplib.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/opcode.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/addrregistry.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/alarm.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/arrayiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/bytebuffer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/task.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/capture.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/class.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/eventhandler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/exceptionhandler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/exporter.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/handle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/fixedbooleanarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/fixedfloatarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/fixedpmcarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/hashiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/hashiteratorkey.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiofreeze.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiosize.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiostrings.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imageiothaw.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/imccompiler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/lexinfo.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/mappedbytearray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/resizablepmcarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/namespace.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/nativepccmethod.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/object.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/orderedhashiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/os.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfile.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfileannotation.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfilesegment.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfileopmap.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfileview.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/pmclist.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/pmcproxy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/proxy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/ptr.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/resizablebooleanarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/resizablefloatarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizableintegerarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablepmcarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/resizablestringarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/role.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/scalar.c > src/pmc/scalar.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/scheduler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/schedulermessage.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/sockaddr.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/socket.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/stringbuilder.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/stringhandle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/stringiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/structview.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/task.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/undef.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/continuation.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/exception.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/exceptionhandler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/task.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/key.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/sub.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/parrotinterpreter.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/nativepccmethod.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/nci.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/class.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/namespace.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/integer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/scheduler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/pmclist.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileview.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/socket.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/handle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/stringhandle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/bytebuffer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/unmanagedstruct.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/lexpad.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/float.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/bigint.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/bignum.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/complex.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/string.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/boolean.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/iterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedstringarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/hash.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/hashiteratorkey.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/oplib.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/opcode.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/arrayiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/capture.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/eventhandler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/exporter.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedbooleanarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedfloatarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedpmcarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/hashiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imccompiler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/lexinfo.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/mappedbytearray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablepmcarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/orderedhashiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/os.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfile.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileannotation.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfilesegment.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileopmap.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/pmcproxy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/ptr.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablebooleanarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablefloatarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablestringarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/role.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/stringbuilder.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/stringiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/structview.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/callcontext.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/null.c > src/pmc/null.str /usr/bin/perl tools/build/c2str.pl src/pmc/env.c > src/pmc/env.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/key.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/unmanagedstruct.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/managedstruct.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/exception.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/parrotlibrary.c > src/pmc/parrotlibrary.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/parrotinterpreter.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/lexpad.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/timer.c > src/pmc/timer.str /usr/bin/perl tools/build/c2str.pl src/pmc/pointer.c > src/pmc/pointer.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/sub.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/continuation.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/coroutine.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/nci.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/float.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/integer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/bigint.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/bignum.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/complex.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/string.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/boolean.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/iterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedstringarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/hash.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/orderedhash.c > src/pmc/orderedhash.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/oplib.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/opcode.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/callcontext.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/addrregistry.c > src/pmc/addrregistry.str /usr/bin/perl tools/build/c2str.pl src/pmc/alarm.c > src/pmc/alarm.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/arrayiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/bytebuffer.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/callback.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/capture.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/class.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/eventhandler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/exceptionhandler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/exporter.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/filehandle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedbooleanarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedfloatarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedpmcarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/handle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/hashiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/hashiteratorkey.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/imageiofreeze.c > src/pmc/imageiofreeze.str /usr/bin/perl tools/build/c2str.pl src/pmc/imageiosize.c > src/pmc/imageiosize.str /usr/bin/perl tools/build/c2str.pl src/pmc/imageiostrings.c > src/pmc/imageiostrings.str /usr/bin/perl tools/build/c2str.pl src/pmc/imageiothaw.c > src/pmc/imageiothaw.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/imccompiler.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/lexinfo.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/mappedbytearray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/multisub.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/namespace.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/nativepccmethod.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/object.c > src/pmc/object.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/orderedhashiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/os.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfile.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileannotation.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfileannotations.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfilerawsegment.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfileconstanttable.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfiledirectory.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileopmap.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfilesegment.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileview.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/pmclist.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/pmcproxy.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/proxy.c > src/pmc/proxy.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/ptr.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/ptrbuf.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablebooleanarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablefloatarray.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/resizableintegerarray.c > src/pmc/resizableintegerarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/resizablepmcarray.c > src/pmc/resizablepmcarray.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/resizablestringarray.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/role.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/scheduler.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/schedulermessage.c > src/pmc/schedulermessage.str /usr/bin/perl tools/build/c2str.pl src/pmc/sockaddr.c > src/pmc/sockaddr.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/socket.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/stringbuilder.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/stringhandle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/stringiterator.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/structview.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/task.c > src/pmc/task.str /usr/bin/perl tools/build/c2str.pl src/pmc/undef.c > src/pmc/undef.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/callback.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/coroutine.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/filehandle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/managedstruct.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/multisub.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfiledirectory.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileannotations.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfilerawsegment.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileconstanttable.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/ptrbuf.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/callcontext.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/key.c > src/pmc/key.str /usr/bin/perl tools/build/c2str.pl src/pmc/unmanagedstruct.c > src/pmc/unmanagedstruct.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/managedstruct.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/exception.c > src/pmc/exception.str /usr/bin/perl tools/build/c2str.pl src/pmc/parrotinterpreter.c > src/pmc/parrotinterpreter.str /usr/bin/perl tools/build/c2str.pl src/pmc/lexpad.c > src/pmc/lexpad.str /usr/bin/perl tools/build/c2str.pl src/pmc/sub.c > src/pmc/sub.str /usr/bin/perl tools/build/c2str.pl src/pmc/continuation.c > src/pmc/continuation.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/coroutine.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/nci.c > src/pmc/nci.str /usr/bin/perl tools/build/c2str.pl src/pmc/float.c > src/pmc/float.str /usr/bin/perl tools/build/c2str.pl src/pmc/integer.c > src/pmc/integer.str /usr/bin/perl tools/build/c2str.pl src/pmc/bigint.c > src/pmc/bigint.str /usr/bin/perl tools/build/c2str.pl src/pmc/bignum.c > src/pmc/bignum.str /usr/bin/perl tools/build/c2str.pl src/pmc/complex.c > src/pmc/complex.str /usr/bin/perl tools/build/c2str.pl src/pmc/string.c > src/pmc/string.str /usr/bin/perl tools/build/c2str.pl src/pmc/boolean.c > src/pmc/boolean.str /usr/bin/perl tools/build/c2str.pl src/pmc/iterator.c > src/pmc/iterator.str /usr/bin/perl tools/build/c2str.pl src/pmc/fixedstringarray.c > src/pmc/fixedstringarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/hash.c > src/pmc/hash.str /usr/bin/perl tools/build/c2str.pl src/pmc/oplib.c > src/pmc/oplib.str /usr/bin/perl tools/build/c2str.pl src/pmc/opcode.c > src/pmc/opcode.str /usr/bin/perl tools/build/c2str.pl src/pmc/callcontext.c > src/pmc/callcontext.str /usr/bin/perl tools/build/c2str.pl src/pmc/arrayiterator.c > src/pmc/arrayiterator.str /usr/bin/perl tools/build/c2str.pl src/pmc/bytebuffer.c > src/pmc/bytebuffer.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/callback.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/capture.c > src/pmc/capture.str /usr/bin/perl tools/build/c2str.pl src/pmc/class.c > src/pmc/class.str /usr/bin/perl tools/build/c2str.pl src/pmc/eventhandler.c > src/pmc/eventhandler.str /usr/bin/perl tools/build/c2str.pl src/pmc/exceptionhandler.c > src/pmc/exceptionhandler.str /usr/bin/perl tools/build/c2str.pl src/pmc/exporter.c > src/pmc/exporter.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/filehandle.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/fixedbooleanarray.c > src/pmc/fixedbooleanarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/fixedfloatarray.c > src/pmc/fixedfloatarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/fixedpmcarray.c > src/pmc/fixedpmcarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/handle.c > src/pmc/handle.str /usr/bin/perl tools/build/c2str.pl src/pmc/hashiterator.c > src/pmc/hashiterator.str /usr/bin/perl tools/build/c2str.pl src/pmc/hashiteratorkey.c > src/pmc/hashiteratorkey.str /usr/bin/perl tools/build/c2str.pl src/pmc/imccompiler.c > src/pmc/imccompiler.str /usr/bin/perl tools/build/c2str.pl src/pmc/lexinfo.c > src/pmc/lexinfo.str /usr/bin/perl tools/build/c2str.pl src/pmc/mappedbytearray.c > src/pmc/mappedbytearray.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/multisub.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/namespace.c > src/pmc/namespace.str /usr/bin/perl tools/build/c2str.pl src/pmc/nativepccmethod.c > src/pmc/nativepccmethod.str /usr/bin/perl tools/build/c2str.pl src/pmc/orderedhashiterator.c > src/pmc/orderedhashiterator.str /usr/bin/perl tools/build/c2str.pl src/pmc/os.c > src/pmc/os.str /usr/bin/perl tools/build/c2str.pl src/pmc/packfile.c > src/pmc/packfile.str /usr/bin/perl tools/build/c2str.pl src/pmc/packfileannotation.c > src/pmc/packfileannotation.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileannotations.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfilebytecodesegment.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfileconstanttable.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/packfiledebug.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfiledirectory.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/packfileopmap.c > src/pmc/packfileopmap.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfilerawsegment.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/packfilesegment.c > src/pmc/packfilesegment.str /usr/bin/perl tools/build/c2str.pl src/pmc/packfileview.c > src/pmc/packfileview.str /usr/bin/perl tools/build/c2str.pl src/pmc/pmclist.c > src/pmc/pmclist.str /usr/bin/perl tools/build/c2str.pl src/pmc/pmcproxy.c > src/pmc/pmcproxy.str /usr/bin/perl tools/build/c2str.pl src/pmc/ptr.c > src/pmc/ptr.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/ptrbuf.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/ptrobj.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/resizablebooleanarray.c > src/pmc/resizablebooleanarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/resizablefloatarray.c > src/pmc/resizablefloatarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/resizablestringarray.c > src/pmc/resizablestringarray.str /usr/bin/perl tools/build/c2str.pl src/pmc/role.c > src/pmc/role.str /usr/bin/perl tools/build/c2str.pl src/pmc/scheduler.c > src/pmc/scheduler.str /usr/bin/perl tools/build/c2str.pl src/pmc/socket.c > src/pmc/socket.str /usr/bin/perl tools/build/c2str.pl src/pmc/stringbuilder.c > src/pmc/stringbuilder.str /usr/bin/perl tools/build/c2str.pl src/pmc/stringhandle.c > src/pmc/stringhandle.str /usr/bin/perl tools/build/c2str.pl src/pmc/stringiterator.c > src/pmc/stringiterator.str /usr/bin/perl tools/build/c2str.pl src/pmc/structview.c > src/pmc/structview.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfilebytecodesegment.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfiledebug.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/ptrobj.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/managedstruct.c > src/pmc/managedstruct.str /usr/bin/perl tools/build/c2str.pl src/pmc/coroutine.c > src/pmc/coroutine.str /usr/bin/perl tools/build/c2str.pl src/pmc/callback.c > src/pmc/callback.str /usr/bin/perl tools/build/c2str.pl src/pmc/filehandle.c > src/pmc/filehandle.str /usr/bin/perl tools/build/c2str.pl src/pmc/multisub.c > src/pmc/multisub.str /usr/bin/perl tools/build/c2str.pl src/pmc/packfileannotations.c > src/pmc/packfileannotations.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfilebytecodesegment.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/packfileconstanttable.c > src/pmc/packfileconstanttable.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/packfiledebug.pmc /usr/bin/perl tools/build/c2str.pl src/pmc/packfiledirectory.c > src/pmc/packfiledirectory.str /usr/bin/perl tools/build/c2str.pl src/pmc/packfilerawsegment.c > src/pmc/packfilerawsegment.str /usr/bin/perl tools/build/c2str.pl src/pmc/ptrbuf.c > src/pmc/ptrbuf.str /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/ptrobj.pmc gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection \ -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden \ -Isrc/ops/. -o src/ops/core_ops.o -c src/ops/core_ops.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/core_pmcs.o -c src/core_pmcs.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/datatypes.o -c src/datatypes.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/debug.o -c src/debug.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/disassemble.o -c src/disassemble.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/dynext.o -c src/dynext.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wsrc/ops/core_ops.c: In function 'Parrot_die_i_i': BUILDSTDERR: src/ops/core_ops.c:14244:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 14244 | } BUILDSTDERR: | ^ BUILDSTDERR: src/ops/core_ops.c: In function 'Parrot_die_ic_i': BUILDSTDERR: src/ops/core_ops.c:14263:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 14263 | } BUILDSTDERR: | ^ BUILDSTDERR: src/ops/core_ops.c: In function 'Parrot_die_i_ic': BUILDSTDERR: src/ops/core_ops.c:14282:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 14282 | } BUILDSTDERR: | ^ BUILDSTDERR: src/ops/core_ops.c: In function 'Parrot_die_ic_ic': BUILDSTDERR: src/ops/core_ops.c:14301:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 14301 | } BUILDSTDERR: | ^ BUILDSTDERR: src/debug.c: In function 'PDB_disassemble_op': BUILDSTDERR: src/debug.c:2591:1: warning: stack usage is 1248 bytes [-Wstack-usage=] BUILDSTDERR: 2591 | PDB_disassemble_op(PARROT_INTERP, ARGOUT(char *dest), size_t space, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ all -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/embed/. -Isrc -o src/embed/api.o -c src/embed/api.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/embed/. -Isrc -o src/embed/bytecode.o -c src/embed/bytecode.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/embed/. -Isrc -o src/embed/strings.o -c src/embed/strings.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/embed/. -Isrc -o src/embed/pmc.o -c src/embed/pmc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/. -Isrc -o src/string/encoding.o -c src/string/encoding.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precisisrc/string/encoding.c: In function 'Parrot_find_encoding_by_string': BUILDSTDERR: src/string/encoding.c:209:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 209 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding.c: In function 'Parrot_load_encoding': BUILDSTDERR: src/string/encoding.c:241:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 241 | } BUILDSTDERR: | ^ on=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/exceptions.o -c src/exceptions.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden \ -Isrc/. -o src/exit.o -c src/exit.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/extend.o -c src/extend.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/extend_vtable.o -c src/extend_vtable.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/alarm.o -c src/alarm.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/alloc_memory.o -c src/gc/alloc_memory.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/alloc_resources.o -c src/gc/alloc_resources.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/api.o -c src/gc/api.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/gc_ms.o -c src/gc/gc_ms.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/gc_inf.o -c src/gc/gc_inf.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimsrc/gc/gc_ms.c: In function 'gc_ms_print_stats_always': BUILDSTDERR: src/gc/gc_ms.c:2113:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=] BUILDSTDERR: 2113 | fprintf(stderr, " memused %6lu, collected %6lu, block level %lu\n", BUILDSTDERR: | ~~^ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: | %u BUILDSTDERR: 2114 | stats.memory_used, stats.memory_collected, mem_pools->gc_mark_block_level); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | int ization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/gc_ms2.o -c src/gc/gc_ms2.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/gc_gms.o -c src/gc/gc_gms.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/mark_sweep.o -c src/gc/mark_sweep.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -src/gc/system.c: In function 'find_common_mask': BUILDSTDERR: src/gc/system.c:419:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 419 | } BUILDSTDERR: | ^ Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden \ -Isrc/gc/. -o src/gc/system.o -c src/gc/system.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/fixed_allocator.o -c src/gc/fixed_allocator.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/variable_size_pool.o -c src/gc/variable_size_pool.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/gc/. -Isrc -o src/gc/string_gc.o -c src/gc/string_gc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/global_setup.o -c src/global_setup.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/hash.o -c src/hash.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/hll.o -c src/hll.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labelsrc/hll.c: In function 'Parrot_hll_get_HLL_type': BUILDSTDERR: src/hll.c:363:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 363 | } BUILDSTDERR: | ^ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_thaw': BUILDSTDERR: src/hash.c:679:17: warning: 'key' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 679 | Parrot_hash_put(interp, hash, key, (void *)i); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_key_from_int': BUILDSTDERR: src/hash.c:1698:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1698 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_key_from_string': BUILDSTDERR: src/hash.c:1741:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1741 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_key_from_pmc': BUILDSTDERR: src/hash.c:1808:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1808 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_key_to_int': BUILDSTDERR: src/hash.c:1843:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1843 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_key_to_string': BUILDSTDERR: src/hash.c:1882:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1882 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_key_to_pmc': BUILDSTDERR: src/hash.c:1918:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1918 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_from_int': BUILDSTDERR: src/hash.c:1958:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1958 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_from_string': BUILDSTDERR: src/hash.c:2002:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2002 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_from_pmc': BUILDSTDERR: src/hash.c:2042:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2042 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_from_number': BUILDSTDERR: src/hash.c:2082:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2082 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_to_int': BUILDSTDERR: src/hash.c:2116:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2116 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_to_string': BUILDSTDERR: src/hash.c:2150:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2150 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_to_pmc': BUILDSTDERR: src/hash.c:2184:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2184 | return ret; BUILDSTDERR: | ^~~ BUILDSTDERR: src/hash.c: In function 'Parrot_hash_value_to_number': BUILDSTDERR: src/hash.c:2221:12: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2221 | return ret; BUILDSTDERR: | ^~~ s -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/call/. -Isrc -o src/call/pcc.o -c src/call/pcc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/call/. -Isrc -o src/call/args.o -c src/call/args.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/interp/. -Isrc -o src/interp/inter_cb.o -c src/interp/inter_cb.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wsrc/call/args.c: In function 'fill_params': BUILDSTDERR: src/call/args.c:1044:41: warning: 'raw_params' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1044 | INTVAL param_flags = raw_params[param_index]; BUILDSTDERR: | ^ BUILDSTDERR: src/call/args.c: In function 'Parrot_pcc_build_sig_object_from_op': BUILDSTDERR: src/call/args.c:356:43: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 356 | const INTVAL arg_flags = int_array[arg_index]; BUILDSTDERR: | ^ p,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/interp/. -Isrc -o src/interp/api.o -c src/interp/api.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/call/. -Isrc -o src/call/ops.o -c src/call/ops.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplsrc/interp/api.c: In function 'Parrot_interp_info_p': BUILDSTDERR: src/interp/api.c:1068:28: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1068 | return result ? result : PMCNULL; BUILDSTDERR: | ~~~~~~~~~~~~~~~~^~~~~~~~~ icit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/call/. -Isrc -o src/call/context.o -c src/call/context.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/call/. -Isrc -o src/call/context_accessors.o -c src/call/context_accessors.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/key.o -c src/key.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/library.o -c src/library.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/list.o -c src/list.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/pointer_array.o -c src/pointer_array.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-format-nonliteral \ -Isrc/string/. -o src/string/sprintf.o -c src/string/sprintf.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/multidispatch.o -c src/multidispatch.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXXsrc/namespace.c: In function 'Parrot_ns_find_global_from_op': BUILDSTDERR: src/namespace.c:663:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 663 | } BUILDSTDERR: | ^ BUILDSTDERR: src/nci/api.c: In function 'build_call_func': BUILDSTDERR: src/nci/api.c:91:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 91 | } BUILDSTDERR: | ^ _ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/namespace.o -c src/namespace.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/nci/. -Isrc -o src/nci/api.o -c src/nci/api.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-selsrc/nci/signatures.c: In function 'ncidt_to_pcc': BUILDSTDERR: src/nci/signatures.c:186:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 186 | } BUILDSTDERR: | ^ BUILDSTDERR: src/nci/signatures.c: In function 'Parrot_nci_parse_signature': BUILDSTDERR: src/nci/signatures.c:67:26: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 67 | PARROT_DATA_TYPE e; BUILDSTDERR: | ^ BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_void_ptr_PMC': BUILDSTDERR: src/nci/core_thunks.c:656:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 656 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_void_ptr_int_int': BUILDSTDERR: src/nci/core_thunks.c:638:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 638 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_void_PMC': BUILDSTDERR: src/nci/core_thunks.c:618:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 618 | fn_pointer = (func_t)D2FPTR(orig_func); f -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/nci/. -Isrc -o src/nci/signatures.o -c src/nci/signatures.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/nci/. -Isrc -o src/nci/core_thunks.o -c src/nci/core_thunks.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden \ -Isrc/nci/. -o src/nci/extra_thunks.o -c src/nci/extra_thunks.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_src/nci/core_thunks.c: In function 'pcf_void_ptr': BUILDSTDERR: src/nci/core_thunks.c:602:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 602 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_void_float_float_float': BUILDSTDERR: src/nci/core_thunks.c:586:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 586 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_void': BUILDSTDERR: src/nci/core_thunks.c:566:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 566 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_short_short_char': BUILDSTDERR: src/nci/core_thunks.c:491:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 491 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_short': BUILDSTDERR: src/nci/core_thunks.c:471:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 471 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_ptr_ptr_STRING': BUILDSTDERR: src/nci/core_thunks.c:448:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 448 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_ptr_ptr': BUILDSTDERR: src/nci/core_thunks.c:422:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 422 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_ptr_int_ptr': BUILDSTDERR: src/nci/core_thunks.c:398:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 398 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_ptr_int_int_int_int': BUILDSTDERR: src/nci/core_thunks.c:372:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 372 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_ptr_int_int': BUILDSTDERR: src/nci/core_thunks.c:342:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 342 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_ptr_int': BUILDSTDERR: src/nci/core_thunks.c:316:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 316 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_ptr': BUILDSTDERR: src/nci/core_thunks.c:292:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 292 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_long': BUILDSTDERR: src/nci/core_thunks.c:275:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 275 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_int_short_char': BUILDSTDERR: src/nci/core_thunks.c:239:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 239 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_int_ptr_ptr': BUILDSTDERR: src/nci/core_thunks.c:219:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 219 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_int_ptr': BUILDSTDERR: src/nci/core_thunks.c:199:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 199 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_int_int_int_int': BUILDSTDERR: src/nci/core_thunks.c:181:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 181 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_int': BUILDSTDERR: src/nci/core_thunks.c:159:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 159 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_float_float_float': BUILDSTDERR: src/nci/core_thunks.c:142:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 142 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_float': BUILDSTDERR: src/nci/core_thunks.c:122:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 122 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_double_double': BUILDSTDERR: src/nci/core_thunks.c:105:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 105 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_double': BUILDSTDERR: src/nci/core_thunks.c:87:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 87 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_char_short_char': BUILDSTDERR: src/nci/core_thunks.c:70:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_char': BUILDSTDERR: src/nci/core_thunks.c:50:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 50 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_cstr_cstr_cstr': BUILDSTDERR: src/nci/core_thunks.c:547:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 547 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_cstr_cstr': BUILDSTDERR: src/nci/core_thunks.c:526:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 526 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_cstr': BUILDSTDERR: src/nci/core_thunks.c:508:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 508 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/core_thunks.c: In function 'pcf_int_cstr': BUILDSTDERR: src/nci/core_thunks.c:257:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 257 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/oo.c: In function 'fail_if_type_exists': BUILDSTDERR: src/oo.c:689:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 689 | } BUILDSTDERR: | ^ BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:3272:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3272 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_STRING_ptr_ptr_INTVAL': BUILDSTDERR: src/nci/extra_thunks.c:3229:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3229 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/oo.c: In function 'Parrot_oo_register_type': BUILDSTDERR: src/oo.c:679:63: warning: array subscript -1 is below array bounds of 'const struct _data_types[]' [-Warray-bounds] BUILDSTDERR: 679 | "can't register Class", data_types[type].name); BUILDSTDERR: | ~~~~~~~~~~^~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:254, BUILDSTDERR: from src/oo.c:20: BUILDSTDERR: ./include/parrot/datatypes.h:92:33: note: while referencing 'data_types' BUILDSTDERR: 92 | extern const struct _data_types data_types[]; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_STRING_ptr_INTVAL': BUILDSTDERR: src/nci/extra_thunks.c:3207:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3207 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_INTVAL_ptr_STRING': BUILDSTDERR: src/nci/extra_thunks.c:3187:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3187 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_PMC_ptr_STRING': BUILDSTDERR: src/nci/extra_thunks.c:3167:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3167 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_short_int': BUILDSTDERR: src/nci/extra_thunks.c:3071:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3071 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:3018:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3018 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2986:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2986 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_int_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2958:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2958 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2924:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2924 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2894:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2894 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2868:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2868 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2851:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2851 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:2829:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2829 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2809:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2809 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_short_short_short_short': BUILDSTDERR: src/nci/extra_thunks.c:2749:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2749 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_short_short_short': BUILDSTDERR: src/nci/extra_thunks.c:2725:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2725 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2703:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2703 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_short': BUILDSTDERR: src/nci/extra_thunks.c:2683:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2683 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2621:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2621 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int_int_int_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2599:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2599 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2563:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2563 | fn_pointer = (func_t)D2FPTR(orig_func); ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/oo.o -c src/oo.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/packfile/. -Isrc -o src/packfile/object_serialization.o -c src/packfile/object_serialization.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labsrc/nci/extra_thunks.c: In function 'pcf_int_ptr_long_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2543:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2543 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_long_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2519:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2519 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_long_long_long_long_long_long_long_long': BUILDSTDERR: src/nci/extra_thunks.c:2497:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2497 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_long_long': BUILDSTDERR: src/nci/extra_thunks.c:2463:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2463 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_long_int': BUILDSTDERR: src/nci/extra_thunks.c:2441:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2441 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_long_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2396:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2396 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int_long_int': BUILDSTDERR: src/nci/extra_thunks.c:2318:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2318 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int_long': BUILDSTDERR: src/nci/extra_thunks.c:2292:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2292 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int_int_long_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2268:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2268 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2238:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2238 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:2208:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2208 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_long_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2184:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2184 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_long_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2162:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2162 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_long_int': BUILDSTDERR: src/nci/extra_thunks.c:2142:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2142 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_long': BUILDSTDERR: src/nci/extra_thunks.c:2122:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2122 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_long_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2081:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2081 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int_ptr': BUILDSTDERR: src/nci/extra_thunks.c:2009:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2009 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int_long_int': BUILDSTDERR: src/nci/extra_thunks.c:1987:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1987 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int_long': BUILDSTDERR: src/nci/extra_thunks.c:1963:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1963 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int_int_long_short_ptr': BUILDSTDERR: src/nci/extra_thunks.c:1941:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1941 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1913:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1913 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1889:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1889 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1869:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1869 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_char': BUILDSTDERR: src/nci/extra_thunks.c:1851:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1851 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_ptr_int_int_int_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:1834:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1834 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_int_ptrref_intref_ptr': BUILDSTDERR: src/nci/extra_thunks.c:1788:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1788 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_STRING': BUILDSTDERR: src/nci/extra_thunks.c:1756:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1756 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1736:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1736 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_double': BUILDSTDERR: src/nci/extra_thunks.c:1710:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1710 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_float_float_float': BUILDSTDERR: src/nci/extra_thunks.c:1689:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1689 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_ptr_ptr_int_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1668:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1668 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_ptr_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1632:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1632 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1602:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1602 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:1576:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1576 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1552:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1552 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1520:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1520 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1490:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1490 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1462:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1462 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1436:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1436 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_int_int_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1406:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1406 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1366:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1366 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int_int_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:1340:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1340 | fn_pointer = (func_t)D2FPTR(orig_func); els -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/pmc.o -c src/pmc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/runcore/. -Isrc -o src/runcore/main.o -c src/runcore/main.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/runcore/. -Isrc -o src/runcore/cores.o -c src/runcore/cores.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLsrc/nci/extra_thunks.c: In function 'pcf_void_ptr_int_ptr': BUILDSTDERR: src/nci/extra_thunks.c:1298:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1298 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_int_int_int_long': BUILDSTDERR: src/nci/extra_thunks.c:1125:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1125 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_int_int_int_int_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1095:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1095 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:1047:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1047 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:1023:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1023 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1001:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1001 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_ptr_int_ptr': BUILDSTDERR: src/nci/extra_thunks.c:973:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 973 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_int_ptr_ptr_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:941:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 941 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_int_ptr_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:903:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 903 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_PMC': BUILDSTDERR: src/nci/extra_thunks.c:867:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 867 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_ptr_ptr_ptr_int_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:839:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 839 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:801:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 801 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long': BUILDSTDERR: src/nci/extra_thunks.c:781:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 781 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_long': BUILDSTDERR: src/nci/extra_thunks.c:764:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 764 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:744:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 744 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long_ptr_ptr_ptr_long': BUILDSTDERR: src/nci/extra_thunks.c:724:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 724 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long_ptr_ptr_long': BUILDSTDERR: src/nci/extra_thunks.c:700:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 700 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_ptr_ptr_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:678:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 678 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:644:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 644 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:620:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 620 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_char_ptr_ptr_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:600:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 600 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_char_ptr': BUILDSTDERR: src/nci/extra_thunks.c:576:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 576 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long_ptr': BUILDSTDERR: src/nci/extra_thunks.c:558:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 558 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_STRING_int': BUILDSTDERR: src/nci/extra_thunks.c:540:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 540 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_STRING': BUILDSTDERR: src/nci/extra_thunks.c:522:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 522 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_ptr': BUILDSTDERR: src/nci/extra_thunks.c:500:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 500 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_long_long_ptr_ptr_long': BUILDSTDERR: src/nci/extra_thunks.c:478:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 478 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int': BUILDSTDERR: src/nci/extra_thunks.c:454:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 454 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:431:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 431 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:399:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 399 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:369:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 369 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:347:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 347 | fn_pointer = (func_t)D2FPTR(orig_func); IBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/runcore/. -Isrc -o src/runcore/profiling.o -c src/runcore/profiling.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/runcore/. -Isrc -o src/runcore/subprof.o -c src/runcore/subprof.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zsrc/nci/extra_thunks.c: In function 'pcf_int_ptr_ptr_double': BUILDSTDERR: src/nci/extra_thunks.c:323:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 323 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_PMC': BUILDSTDERR: src/nci/extra_thunks.c:301:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 301 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:284:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 284 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_ptr_long': BUILDSTDERR: src/nci/extra_thunks.c:266:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 266 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_ptr_int_int_int_int': BUILDSTDERR: src/nci/extra_thunks.c:248:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 248 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:224:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 224 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_long': BUILDSTDERR: src/nci/extra_thunks.c:206:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 206 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_int_long_long_long_long_long_long_long_long': BUILDSTDERR: src/nci/extra_thunks.c:190:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 190 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_int_int': BUILDSTDERR: src/nci/extra_thunks.c:158:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 158 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_int': BUILDSTDERR: src/nci/extra_thunks.c:140:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 140 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void': BUILDSTDERR: src/nci/extra_thunks.c:124:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 124 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_ptr_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:108:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 108 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_void_ptr': BUILDSTDERR: src/nci/extra_thunks.c:88:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 88 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr': BUILDSTDERR: src/nci/extra_thunks.c:71:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 71 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_ptr': BUILDSTDERR: src/nci/extra_thunks.c:53:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 53 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_cstr_cstr': BUILDSTDERR: src/nci/extra_thunks.c:3146:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3146 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_cstr_ptr_int': BUILDSTDERR: src/nci/extra_thunks.c:3128:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3128 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_cstr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:3108:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3108 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_cstr_ptr_ptr': BUILDSTDERR: src/nci/extra_thunks.c:3046:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 3046 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:2788:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2788 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_cstr': BUILDSTDERR: src/nci/extra_thunks.c:2767:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2767 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:2664:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2664 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_cstr': BUILDSTDERR: src/nci/extra_thunks.c:2641:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2641 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_cstr': BUILDSTDERR: src/nci/extra_thunks.c:2418:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2418 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:2369:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2369 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_ptr_int_int_cstr': BUILDSTDERR: src/nci/extra_thunks.c:2342:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2342 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/scheduler.c: In function 'Parrot_cx_schedule_immediate': BUILDSTDERR: src/scheduler.c:525:38: warning: 'task' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 525 | VTABLE_unshift_pmc(interp, interp->scheduler, task); BUILDSTDERR: | ^~ BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:2103:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2103 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:2056:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2056 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_int_int_int_cstr': BUILDSTDERR: src/nci/extra_thunks.c:2031:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2031 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_cstr_void': BUILDSTDERR: src/nci/extra_thunks.c:1277:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1277 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:1261:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1261 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:1236:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1236 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_cstr': BUILDSTDERR: src/nci/extra_thunks.c:1209:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1209 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_cstr_int_int': BUILDSTDERR: src/nci/extra_thunks.c:1184:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1184 | fn_pointer = (func_t)D2FPTR(orig_func); BUILDSTDERR: src/nci/extra_thunks.c: In function 'pcf_ptr_ptr_cstr_int': BUILDSTDERR: src/nci/extra_thunks.c:1153:16: warning: 'orig_func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1153 | fn_pointer = (func_t)D2FPTR(orig_func); ero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/scheduler.o -c src/scheduler.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/thread.o -c src/thread.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/events.o -c src/events.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONsrc/string/spf_render.c: In function 'Parrot_sprintf_format': BUILDSTDERR: src/string/spf_render.c:895:24: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 895 | if (obj->getstring == pmc_core.getstring) { BUILDSTDERR: | ^ BUILDSTDERR: src/string/spf_render.c:908:19: note: here BUILDSTDERR: 908 | case 's': BUILDSTDERR: | ^~~~ BUILDSTDERR: src/string/spf_vtable.c: In function 'getstring_va': BUILDSTDERR: src/string/spf_vtable.c:390:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 390 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/spf_vtable.c: In function 'getfloat_va': BUILDSTDERR: src/string/spf_vtable.c:338:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 338 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/spf_render.c:583:32: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 583 | info.phase = PHASE_WIDTH; BUILDSTDERR: | ~~~~~~~~~~~^~~~~~~~~~~~~ BUILDSTDERR: src/string/spf_vtable.c: In function 'getuint_va': BUILDSTDERR: src/string/spf_vtable.c:289:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 289 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/spf_render.c:587:32: note: here BUILDSTDERR: 587 | /*@fallthrough@ */ case PHASE_WIDTH: BUILDSTDERR: | ^~~~ BUILDSTDERR: src/string/spf_render.c:621:32: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 621 | info.phase = PHASE_PREC; BUILDSTDERR: | ~~~~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: src/string/spf_render.c:625:32: note: here BUILDSTDERR: 625 | /*@fallthrough@ */ case PHASE_PREC: BUILDSTDERR: | ^~~~ BUILDSTDERR: src/string/spf_render.c:650:32: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 650 | info.phase = PHASE_TYPE; BUILDSTDERR: | ~~~~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: src/string/spf_render.c:653:32: note: here BUILDSTDERR: 653 | /*@fallthrough@ */ case PHASE_TYPE: BUILDSTDERR: | ^~~~ BUILDSTDERR: src/string/spf_render.c:685:32: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 685 | info.phase = PHASE_TERM; BUILDSTDERR: | ~~~~~~~~~~~^~~~~~~~~~~~ BUILDSTDERR: src/string/spf_render.c:689:32: note: here BUILDSTDERR: 689 | /*@fallthrough@ */ case PHASE_TERM: BUILDSTDERR: | ^~~~ BUILDSTDERR: src/string/spf_vtable.c: In function 'getint_va': BUILDSTDERR: src/string/spf_vtable.c:236:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 236 | } BUILDSTDERR: | ^ S -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-format-nonliteral \ -Isrc/string/. -o src/string/spf_render.o -c src/string/spf_render.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/. -Isrc -o src/string/spf_vtable.o -c src/string/spf_vtable.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wsrc/string/spf_render.c:417:1: warning: stack usage is 4320 bytes [-Wstack-usage=] BUILDSTDERR: 417 | Parrot_sprintf_format(PARROT_INTERP, ARGIN(const STRING *pat), ARGMOD(SPRINTF_OBJ *obj)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/sub.c: In function 'Parrot_get_sub_pmc_from_subclass': BUILDSTDERR: src/sub.c:573:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 573 | } BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from ./include/parrot/runcore_trace.h:14, BUILDSTDERR: from src/runcore/trace.c:25: BUILDSTDERR: src/runcore/trace.c: In function 'trace_key_dump': BUILDSTDERR: src/runcore/trace.c:346:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 346 | VTABLE_get_integer(interp, (PMC *)key)); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:6: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: src/runcore/trace.c:346:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 346 | VTABLE_get_integer(interp, (PMC *)key)); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:40: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: src/runcore/trace.c:350:64: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 350 | const STRING * const s = Parrot_key_string(interp, (PMC *)key); BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from ./include/parrot/runcore_trace.h:14, BUILDSTDERR: from src/runcore/trace.c:25: BUILDSTDERR: src/runcore/trace.c:361:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 361 | VTABLE_get_integer(interp, (PMC *)key), BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:6: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: src/runcore/trace.c:361:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 361 | VTABLE_get_integer(interp, (PMC *)key), BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:40: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from ./include/parrot/runcore_trace.h:14, BUILDSTDERR: from src/runcore/trace.c:25: BUILDSTDERR: src/runcore/trace.c:362:64: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 362 | REG_INT(interp, VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/context.h:47:63: note: in definition of macro 'CTX_REG_INT' BUILDSTDERR: 47 | # define CTX_REG_INT(i, p, x) (CONTEXT_STRUCT(p)->bp.regs_i[(x)]) BUILDSTDERR: | ^ BUILDSTDERR: src/runcore/trace.c:362:21: note: in expansion of macro 'REG_INT' BUILDSTDERR: 362 | REG_INT(interp, VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/runcore/trace.c:362:37: note: in expansion of macro 'VTABLE_get_integer' BUILDSTDERR: 362 | REG_INT(interp, VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/runcore/trace.c:362:64: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 362 | REG_INT(interp, VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/context.h:47:63: note: in definition of macro 'CTX_REG_INT' BUILDSTDERR: 47 | # define CTX_REG_INT(i, p, x) (CONTEXT_STRUCT(p)->bp.regs_i[(x)]) BUILDSTDERR: | ^ BUILDSTDERR: src/runcore/trace.c:362:21: note: in expansion of macro 'REG_INT' BUILDSTDERR: 362 | REG_INT(interp, VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/runcore/trace.c:362:37: note: in expansion of macro 'VTABLE_get_integer' BUILDSTDERR: 362 | REG_INT(interp, VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from ./include/parrot/runcore_trace.h:14, BUILDSTDERR: from src/runcore/trace.c:25: BUILDSTDERR: src/runcore/trace.c:366:72: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 366 | const UINTVAL keynum = (UINTVAL)VTABLE_get_integer(interp, (PMC *)key); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:6: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: src/runcore/trace.c:366:72: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 366 | const UINTVAL keynum = (UINTVAL)VTABLE_get_integer(interp, (PMC *)key); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:40: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: src/runcore/trace.c:382:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 382 | VTABLE_get_integer(interp, (PMC *)key)); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:6: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: src/runcore/trace.c:382:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 382 | VTABLE_get_integer(interp, (PMC *)key)); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:492:40: note: in definition of macro 'VTABLE_get_integer' BUILDSTDERR: 492 | (pmc)->vtable->get_integer(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from ./include/parrot/runcore_trace.h:14, BUILDSTDERR: from src/runcore/trace.c:25: BUILDSTDERR: src/runcore/trace.c:384:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 384 | VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/context.h:44:72: note: in definition of macro 'CTX_REG_PMC' BUILDSTDERR: 44 | # define CTX_REG_PMC(i, p, x) (CONTEXT_STRUCT(p)->bp_ps.regs_p[-1L - (x)]) BUILDSTDERR: | ^ BUILDSTDERR: src/runcore/trace.c:383:40: note: in expansion of macro 'REG_PMC' BUILDSTDERR: 383 | trace_pmc_dump(debugger, REG_PMC(interp, BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/runcore/trace.c:384:19: note: in expansion of macro 'VTABLE_get_integer' BUILDSTDERR: 384 | VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/runcore/trace.c:384:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 384 | VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/context.h:44:72: note: in definition of macro 'CTX_REG_PMC' BUILDSTDERR: 44 | # define CTX_REG_PMC(i, p, x) (CONTEXT_STRUCT(p)->bp_ps.regs_p[-1L - (x)]) BUILDSTDERR: | ^ BUILDSTDERR: src/runcore/trace.c:383:40: note: in expansion of macro 'REG_PMC' BUILDSTDERR: 383 | trace_pmc_dump(debugger, REG_PMC(interp, BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: src/runcore/trace.c:384:19: note: in expansion of macro 'VTABLE_get_integer' BUILDSTDERR: 384 | VTABLE_get_integer(interp, (PMC *)key))); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from ./include/parrot/runcore_trace.h:14, BUILDSTDERR: from src/runcore/trace.c:25: BUILDSTDERR: src/runcore/trace.c:393:44: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 393 | key = VTABLE_shift_pmc(interp, (PMC *)key); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:718:6: note: in definition of macro 'VTABLE_shift_pmc' BUILDSTDERR: 718 | (pmc)->vtable->shift_pmc(interp, pmc) BUILDSTDERR: | ^~~ BUILDSTDERR: src/runcore/trace.c:393:44: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 393 | key = VTABLE_shift_pmc(interp, (PMC *)key); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:718:38: note: in definition of macro 'VTABLE_shift_pmc' BUILDSTDERR: 718 | (pmc)->vtable->shift_pmc(interp, pmc) BUILDSTDERR: | ^~~ div-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/sub.o -c src/sub.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/runcore/. -Isrc -o src/runcore/trace.o -c src/runcore/trace.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/utils.o -c src/utils.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_Gsrc/runcore/trace.c: In function 'trace_pmc_flags_dump': BUILDSTDERR: src/runcore/trace.c:147:1: warning: stack usage is 592 bytes [-Wstack-usage=] BUILDSTDERR: 147 | trace_pmc_flags_dump(PARROT_INTERP, ARGIN_NULLOK(PMC *pmc)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ LIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/vtables.o -c src/vtables.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/warnings.o -c src/warnings.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/packfile/. -Isrc -o src/packfile/api.o -c src/packfile/api.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/packfile/. -Isrc -o src/packfile/output.o -c src/packfile/output.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/packfile/. -Isrc -o src/packfile/pf_items.o -c src/packfile/pf_items.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 src/packfile/segments.c: In function 'const_unpack': BUILDSTDERR: src/packfile/segments.c:719:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 719 | } BUILDSTDERR: | ^ -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/packfile/. -Isrc -o src/packfile/segments.o -c src/packfile/segments.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/longopt.o -c src/longopt.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-lasrc/packfile/segments.c: In function 'byte_code_unpack': BUILDSTDERR: src/packfile/segments.c:2345:20: warning: 'oplib_init' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2345 | fn = (oplib_init_t)D2FPTR(oplib_init); BUILDSTDERR: src/platform/generic/io.c: In function 'Parrot_io_internal_open': BUILDSTDERR: src/platform/generic/io.c:159:29: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 159 | Parrot_str_free_cstring((char*)spath); BUILDSTDERR: | ^ BUILDSTDERR: src/platform/generic/io.c: In function 'Parrot_io_internal_open_pipe': BUILDSTDERR: src/platform/generic/io.c:483:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 483 | *pid_out = Parrot_proc_exec(interp, (STRING*)command, PARROT_EXEC_STDOUT, BUILDSTDERR: | ^ BUILDSTDERR: src/platform/generic/io.c:488:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 488 | *pid_out = Parrot_proc_exec(interp, (STRING*)command, PARROT_EXEC_STDIN, BUILDSTDERR: | ^ bels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/io.o -c src/platform/generic/io.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/socket.o -c src/platform/generic/socket.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/file.o -c src/platform/generic/file.c BUILDSTDERR: gcc -I./include -I./include/psrc/platform/generic/socket.c: In function 'Parrot_io_internal_send': BUILDSTDERR: src/platform/generic/socket.c:677:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 677 | } BUILDSTDERR: | ^ BUILDSTDERR: src/platform/generic/socket.c: In function 'Parrot_io_internal_recv': BUILDSTDERR: src/platform/generic/socket.c:712:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 712 | } BUILDSTDERR: | ^ BUILDSTDERR: src/platform/generic/socket.c: In function 'Parrot_io_internal_poll': BUILDSTDERR: src/platform/generic/socket.c:736:1: warning: stack usage is 512 bytes [-Wstack-usage=] BUILDSTDERR: 736 | Parrot_io_internal_poll(PARROT_INTERP, PIOHANDLE os_handle, int which, int sec, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ mc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/time.o -c src/platform/generic/time.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/encoding.o -c src/platform/generic/encoding.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/env.o -c src/platform/generic/env.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/cpu_type.o -c src/platform/generic/cpu_type.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/num_cpus.o -c src/platform/generic/num_cpus.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/dl.o -c src/platform/generic/dl.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/math.o -c src/platform/generic/math.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/itimer.o -c src/platform/generic/itimer.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/exec.o -c src/platform/generic/exec.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=src/platform/generic/exec.c: In function 'Parrot_proc_exec': BUILDSTDERR: src/platform/generic/exec.c:289:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 289 | } BUILDSTDERR: | ^ 500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/misc.o -c src/platform/generic/misc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/hires_timer.o -c src/platform/generic/hires_timer.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/sysmem.o -c src/platform/generic/sysmem.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/uid.o -c src/platform/generic/uid.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/error.o -c src/platform/generic/error.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -WreturnIn file included from src/platform/generic/sysmem.c:32: BUILDSTDERR: /usr/include/sys/sysctl.h:21:2: warning: #warning "The header is deprecated and will be removed." [-Wcpp] BUILDSTDERR: 21 | #warning "The header is deprecated and will be removed." BUILDSTDERR: | ^~~~~~~ -type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/platform/generic/. -Isrc -o src/platform/generic/entropy.o -c src/platform/generic/entropy.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden \ -Isrc/io/. -o src/io/api.o -c src/io/api.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/io/. -Isrc -o src/io/buffer.o -c src/io/buffer.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-psrc/io/api.c: In function 'Parrot_io_eof': BUILDSTDERR: src/io/api.c:1263:37: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1263 | if (Parrot_io_is_closed(interp, (PMC*)handle)) BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/api.c:21: BUILDSTDERR: src/io/api.c:1266:63: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1266 | IO_BUFFER * const buffer = IO_GET_READ_BUFFER(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:6: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/api.c:1266:36: note: in expansion of macro 'IO_GET_READ_BUFFER' BUILDSTDERR: 1266 | IO_BUFFER * const buffer = IO_GET_READ_BUFFER(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/api.c:1266:63: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1266 | IO_BUFFER * const buffer = IO_GET_READ_BUFFER(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:50: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/api.c:1266:36: note: in expansion of macro 'IO_GET_READ_BUFFER' BUILDSTDERR: 1266 | IO_BUFFER * const buffer = IO_GET_READ_BUFFER(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/api.c:1267:64: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1267 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:6: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/api.c:1267:42: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 1267 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/api.c:1267:64: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1267 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:50: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/api.c:1267:42: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 1267 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/api.c: In function 'Parrot_io_puts': BUILDSTDERR: src/io/api.c:1291:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1291 | return Parrot_io_write_b(interp, (PMC*)pmc, s, strlen(s)); BUILDSTDERR: | ^ BUILDSTDERR: src/io/api.c: In function 'Parrot_io_putps': BUILDSTDERR: src/io/api.c:1311:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1311 | return Parrot_io_write_s(interp, (PMC*)pmc, s); BUILDSTDERR: | ^ BUILDSTDERR: src/io/api.c: In function 'Parrot_io_fprintf': BUILDSTDERR: src/io/api.c:1338:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 1338 | ret = Parrot_io_write_s(interp, (PMC*)pmc, str); BUILDSTDERR: | ^ BUILDSTDERR: src/io/api.c: In function 'Parrot_io_flush': BUILDSTDERR: src/io/api.c:644:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 644 | } BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c: In function 'io_filehandle_is_eof': BUILDSTDERR: src/io/filehandle.c:323:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:195:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 195 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:323:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:323:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:323:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c:323:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:323:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:323:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:323:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 323 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c: In function 'io_filehandle_open': BUILDSTDERR: src/io/filehandle.c:484:49: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 484 | SETATTR_FileHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:710:51: note: in definition of macro 'VTABLE_set_string_native' BUILDSTDERR: 710 | (pmc)->vtable->set_string_native(interp, pmc, value) BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/io/filehandle.c:484:5: note: in expansion of macro 'SETATTR_FileHandle_filename' BUILDSTDERR: 484 | SETATTR_FileHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/io/filehandle.c:26: BUILDSTDERR: src/io/filehandle.c:484:49: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 484 | SETATTR_FileHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:237:74: note: in definition of macro 'SETATTR_FileHandle_filename' BUILDSTDERR: 237 | ((Parrot_FileHandle_attributes *)PMC_data(pmc))->filename = (value); \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c:485:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 485 | SETATTR_FileHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:710:51: note: in definition of macro 'VTABLE_set_string_native' BUILDSTDERR: 710 | (pmc)->vtable->set_string_native(interp, pmc, value) BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/io/filehandle.c:485:5: note: in expansion of macro 'SETATTR_FileHandle_mode' BUILDSTDERR: 485 | SETATTR_FileHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/io/filehandle.c:26: BUILDSTDERR: src/io/filehandle.c:485:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 485 | SETATTR_FileHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:262:70: note: in definition of macro 'SETATTR_FileHandle_mode' BUILDSTDERR: 262 | ((Parrot_FileHandle_attributes *)PMC_data(pmc))->mode = (value); \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c: In function 'io_filehandle_get_encoding': BUILDSTDERR: src/io/filehandle.c:559:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:170:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 170 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:559:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:559:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:559:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c:559:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:559:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:559:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:559:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 559 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c: In function 'io_filehandle_total_size': BUILDSTDERR: src/io/filehandle.c:610:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:195:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 195 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:610:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:610:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:610:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c:610:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:610:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:610:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:610:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 610 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c:613:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:219:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 219 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:613:9: note: in expansion of macro 'GETATTR_FileHandle_filename' BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:613:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:613:9: note: in expansion of macro 'GETATTR_FileHandle_filename' BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/filehandle.c:24: BUILDSTDERR: src/io/filehandle.c:613:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:613:9: note: in expansion of macro 'GETATTR_FileHandle_filename' BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/filehandle.c:613:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/filehandle.c:613:9: note: in expansion of macro 'GETATTR_FileHandle_filename' BUILDSTDERR: 613 | GETATTR_FileHandle_filename(interp, (PMC*)handle, name); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/socket.c:20: BUILDSTDERR: src/io/socket.c: In function 'io_socket_tell': BUILDSTDERR: src/io/socket.c:320:60: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 320 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:6: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:320:38: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 320 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c:320:60: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 320 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:50: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:320:38: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 320 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c: In function 'io_socket_total_size': BUILDSTDERR: src/io/socket.c:505:64: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 505 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:6: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:505:42: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 505 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c:505:64: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 505 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:50: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:505:42: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 505 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/socket.c:20: BUILDSTDERR: src/io/socket.c: In function 'io_socket_get_piohandle': BUILDSTDERR: src/io/socket.c:526:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 526 | GETATTR_Socket_os_handle(interp, (PMC*)handle, os_handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_socket.h:47:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 47 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c:526:5: note: in expansion of macro 'GETATTR_Socket_os_handle' BUILDSTDERR: 526 | GETATTR_Socket_os_handle(interp, (PMC*)handle, os_handle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c:526:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 526 | GETATTR_Socket_os_handle(interp, (PMC*)handle, os_handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:526:5: note: in expansion of macro 'GETATTR_Socket_os_handle' BUILDSTDERR: 526 | GETATTR_Socket_os_handle(interp, (PMC*)handle, os_handle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c: In function 'io_socket_get_encoding': BUILDSTDERR: src/io/socket.c:549:37: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_socket.h:168:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 168 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c:549:5: note: in expansion of macro 'GETATTR_Socket_encoding' BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c:549:37: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:549:5: note: in expansion of macro 'GETATTR_Socket_encoding' BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/socket.c:20: BUILDSTDERR: src/io/socket.c:549:37: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:549:5: note: in expansion of macro 'GETATTR_Socket_encoding' BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c:549:37: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/socket.c:549:5: note: in expansion of macro 'GETATTR_Socket_encoding' BUILDSTDERR: 549 | GETATTR_Socket_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ rotection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/io/. -Isrc -o src/io/filehandle.o -c src/io/filehandle.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/io/. -Isrc -o src/io/socket.o -c src/io/socket.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arsrc/io/socket.c: In function 'io_socket_is_open': BUILDSTDERR: src/io/socket.c:432:22: warning: 'os_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 432 | return os_handle != PIO_INVALID_HANDLE; BUILDSTDERR: src/io/socket.c: In function 'io_socket_open': BUILDSTDERR: src/io/socket.c:413:12: warning: 'os_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 413 | return Parrot_io_internal_flush(interp, os_handle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c: In function 'io_socket_write_b': BUILDSTDERR: src/io/socket.c:254:12: warning: 'os_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 254 | return Parrot_io_internal_send(interp, os_handle, buffer, byte_length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c: In function 'io_socket_read_b': BUILDSTDERR: src/io/socket.c:233:12: warning: 'os_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 233 | return Parrot_io_internal_recv(interp, os_handle, buffer, byte_length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/socket.c: In function 'io_socket_close': BUILDSTDERR: src/io/socket.c:453:8: warning: 'os_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 453 | if (os_handle != PIO_INVALID_HANDLE) BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/api.c:21: BUILDSTDERR: src/io/api.c: In function 'Parrot_io_get_standard_piohandle': BUILDSTDERR: ./include/parrot/vtable.h:524:5: warning: 'handle_pmc' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^ BUILDSTDERR: src/io/api.c:1600:11: note: 'handle_pmc' was declared here BUILDSTDERR: 1600 | PMC * handle_pmc; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c: In function 'io_stringhandle_is_eof': BUILDSTDERR: src/io/stringhandle.c:354:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:292:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 292 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:354:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:354:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:354:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:354:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:354:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:354:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:354:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 354 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offs); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:355:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:217:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 217 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:355:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:355:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:355:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:355:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:355:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:355:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:355:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 355 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c: In function 'io_stringhandle_tell': BUILDSTDERR: src/io/stringhandle.c:380:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:292:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 292 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:380:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:380:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:380:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:380:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:380:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:380:46: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:380:5: note: in expansion of macro 'GETATTR_StringHandle_read_offset' BUILDSTDERR: 380 | GETATTR_StringHandle_read_offset(interp, (PMC*)handle, read_offset); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c: In function 'io_stringhandle_open': BUILDSTDERR: src/io/stringhandle.c:495:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 495 | SETATTR_StringHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:710:51: note: in definition of macro 'VTABLE_set_string_native' BUILDSTDERR: 710 | (pmc)->vtable->set_string_native(interp, pmc, value) BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/io/stringhandle.c:495:5: note: in expansion of macro 'SETATTR_StringHandle_mode' BUILDSTDERR: 495 | SETATTR_StringHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/io/stringhandle.c:24: BUILDSTDERR: src/io/stringhandle.c:495:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 495 | SETATTR_StringHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:260:72: note: in definition of macro 'SETATTR_StringHandle_mode' BUILDSTDERR: 260 | ((Parrot_StringHandle_attributes *)PMC_data(pmc))->mode = (value); \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:496:51: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 496 | SETATTR_StringHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:710:51: note: in definition of macro 'VTABLE_set_string_native' BUILDSTDERR: 710 | (pmc)->vtable->set_string_native(interp, pmc, value) BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/io/stringhandle.c:496:5: note: in expansion of macro 'SETATTR_StringHandle_filename' BUILDSTDERR: 496 | SETATTR_StringHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/io/stringhandle.c:24: BUILDSTDERR: src/io/stringhandle.c:496:51: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 496 | SETATTR_StringHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:285:76: note: in definition of macro 'SETATTR_StringHandle_filename' BUILDSTDERR: 285 | ((Parrot_StringHandle_attributes *)PMC_data(pmc))->filename = (value); \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c: In function 'io_stringhandle_is_open': BUILDSTDERR: src/io/stringhandle.c:516:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:217:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 217 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:516:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:516:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:516:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:516:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:516:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:516:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:516:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 516 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c: In function 'io_stringhandle_total_size': BUILDSTDERR: src/io/stringhandle.c:554:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:217:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 217 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:554:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:554:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:554:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:554:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:554:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:554:47: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:554:5: note: in expansion of macro 'GETATTR_StringHandle_stringhandle' BUILDSTDERR: 554 | GETATTR_StringHandle_stringhandle(interp, (PMC*)handle, stringhandle); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c: In function 'io_stringhandle_get_piohandle': BUILDSTDERR: src/io/stringhandle.c:575:60: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 575 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:6: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:575:38: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 575 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:575:60: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 575 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:50: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:575:38: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 575 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c: In function 'io_stringhandle_get_encoding': BUILDSTDERR: src/io/stringhandle.c:636:43: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_stringhandle.h:168:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 168 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:636:5: note: in expansion of macro 'GETATTR_StringHandle_encoding' BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:636:43: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:636:5: note: in expansion of macro 'GETATTR_StringHandle_encoding' BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/stringhandle.c:22: BUILDSTDERR: src/io/stringhandle.c:636:43: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:636:5: note: in expansion of macro 'GETATTR_StringHandle_encoding' BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/stringhandle.c:636:43: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/stringhandle.c:636:5: note: in expansion of macro 'GETATTR_StringHandle_encoding' BUILDSTDERR: 636 | GETATTR_StringHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/pipe.c:20: BUILDSTDERR: src/io/pipe.c: In function 'io_pipe_is_eof': BUILDSTDERR: src/io/pipe.c:310:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:195:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 195 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c:310:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c:310:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:310:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/pipe.c:20: BUILDSTDERR: src/io/pipe.c:310:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:310:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c:310:38: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:310:5: note: in expansion of macro 'GETATTR_FileHandle_flags' BUILDSTDERR: 310 | GETATTR_FileHandle_flags(interp, (PMC*)handle, flags); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c: In function 'io_pipe_tell': BUILDSTDERR: src/io/pipe.c:340:60: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 340 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:6: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:340:38: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 340 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c:340:60: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 340 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:524:50: note: in definition of macro 'VTABLE_get_pointer_keyed_int' BUILDSTDERR: 524 | (pmc)->vtable->get_pointer_keyed_int(interp, pmc, key) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:340:38: note: in expansion of macro 'IO_GET_VTABLE' BUILDSTDERR: 340 | const IO_VTABLE * const vtable = IO_GET_VTABLE(interp, (PMC*)handle); BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c: In function 'io_pipe_open': BUILDSTDERR: src/io/pipe.c:467:49: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 467 | SETATTR_FileHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:710:51: note: in definition of macro 'VTABLE_set_string_native' BUILDSTDERR: 710 | (pmc)->vtable->set_string_native(interp, pmc, value) BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/io/pipe.c:467:5: note: in expansion of macro 'SETATTR_FileHandle_filename' BUILDSTDERR: 467 | SETATTR_FileHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/io/pipe.c:22: BUILDSTDERR: src/io/pipe.c:467:49: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 467 | SETATTR_FileHandle_filename(interp, handle, (STRING*)path); BUILDSTDERR: | ^ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:237:74: note: in definition of macro 'SETATTR_FileHandle_filename' BUILDSTDERR: 237 | ((Parrot_FileHandle_attributes *)PMC_data(pmc))->filename = (value); \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/pipe.c:20: BUILDSTDERR: src/io/pipe.c:468:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 468 | SETATTR_FileHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:710:51: note: in definition of macro 'VTABLE_set_string_native' BUILDSTDERR: 710 | (pmc)->vtable->set_string_native(interp, pmc, value) BUILDSTDERR: | ^~~~~ BUILDSTDERR: src/io/pipe.c:468:5: note: in expansion of macro 'SETATTR_FileHandle_mode' BUILDSTDERR: 468 | SETATTR_FileHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/io/pipe.c:22: BUILDSTDERR: src/io/pipe.c:468:45: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 468 | SETATTR_FileHandle_mode(interp, handle, (STRING*)mode); BUILDSTDERR: | ^ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:262:70: note: in definition of macro 'SETATTR_FileHandle_mode' BUILDSTDERR: 262 | ((Parrot_FileHandle_attributes *)PMC_data(pmc))->mode = (value); \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from ./include/parrot/string.h:20, BUILDSTDERR: from ./include/parrot/context.h:10, BUILDSTDERR: from ./include/parrot/interpreter.h:160, BUILDSTDERR: from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/io/pipe.c:20: BUILDSTDERR: src/io/pipe.c: In function 'io_pipe_get_encoding': BUILDSTDERR: src/io/pipe.c:543:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:222:29: note: in definition of macro 'PObj_get_FLAGS' BUILDSTDERR: 222 | #define PObj_get_FLAGS(o) ((o)->flags) BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:289:32: note: in expansion of macro 'PObj_flag_TEST' BUILDSTDERR: 289 | #define PObj_is_object_TEST(o) PObj_flag_TEST(is_object, o) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./include/pmc/pmc_filehandle.h:170:14: note: in expansion of macro 'PObj_is_object_TEST' BUILDSTDERR: 170 | if (!PObj_is_object_TEST(pmc)) { \ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c:543:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c:543:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/pobj.h:112:42: note: in definition of macro 'PMC_data' BUILDSTDERR: 112 | #define PMC_data(pmc) (pmc)->data BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:543:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/io/pipe.c:20: BUILDSTDERR: src/io/pipe.c:543:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:6: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:543:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/io/pipe.c:543:41: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^ BUILDSTDERR: ./include/parrot/vtable.h:486:41: note: in definition of macro 'VTABLE_get_attr_str' BUILDSTDERR: 486 | (pmc)->vtable->get_attr_str(interp, pmc, idx) BUILDSTDERR: | ^~~ BUILDSTDERR: src/io/pipe.c:543:5: note: in expansion of macro 'GETATTR_FileHandle_encoding' BUILDSTDERR: 543 | GETATTR_FileHandle_encoding(interp, (PMC*)handle, encoding_str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/io/. -Isrc -o src/io/stringhandle.o -c src/io/stringhandle.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/io/. -Isrc -o src/io/pipe.o -c src/io/pipe.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/io/. -Isrc -o src/io/userhandle.o -c src/io/userhandle.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protectio./src/pmc/default.c: In function 'Parrot_default_absolute': BUILDSTDERR: ./src/pmc/default.c:322:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 322 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_ABSOLUTE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_clone_pmc': BUILDSTDERR: ./src/pmc/default.c:437:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 437 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_CLONE_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_defined_keyed': BUILDSTDERR: ./src/pmc/default.c:537:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 537 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_DEFINED_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_defined_keyed_str': BUILDSTDERR: ./src/pmc/default.c:551:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 551 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_DEFINED_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_elements': BUILDSTDERR: ./src/pmc/default.c:632:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 632 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_ELEMENTS); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_exists_keyed': BUILDSTDERR: ./src/pmc/default.c:637:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 637 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_EXISTS_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_exists_keyed_str': BUILDSTDERR: ./src/pmc/default.c:651:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 651 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_EXISTS_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_attr_str': BUILDSTDERR: ./src/pmc/default.c:711:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 711 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_ATTR_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_bool': BUILDSTDERR: ./src/pmc/default.c:716:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 716 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_BOOL); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_integer': BUILDSTDERR: ./src/pmc/default.c:741:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 741 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_integer_keyed': BUILDSTDERR: ./src/pmc/default.c:746:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 746 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_INTEGER_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_integer_keyed_str': BUILDSTDERR: ./src/pmc/default.c:760:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 760 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_INTEGER_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_iter': BUILDSTDERR: ./src/pmc/default.c:765:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 765 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_ITER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_number': BUILDSTDERR: ./src/pmc/default.c:787:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 787 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_NUMBER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_number_keyed': BUILDSTDERR: ./src/pmc/default.c:792:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 792 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_NUMBER_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_number_keyed_str': BUILDSTDERR: ./src/pmc/default.c:806:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 806 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_NUMBER_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_pmc': BUILDSTDERR: ./src/pmc/default.c:811:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 811 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_pmc_keyed': BUILDSTDERR: ./src/pmc/default.c:816:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 816 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_PMC_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_pmc_keyed_str': BUILDSTDERR: ./src/pmc/default.c:830:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 830 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_PMC_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_pointer': BUILDSTDERR: ./src/pmc/default.c:835:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 835 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_POINTER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_pointer_keyed': BUILDSTDERR: ./src/pmc/default.c:840:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 840 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_POINTER_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_pointer_keyed_int': BUILDSTDERR: ./src/pmc/default.c:845:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 845 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_POINTER_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_pointer_keyed_str': BUILDSTDERR: ./src/pmc/default.c:850:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 850 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_POINTER_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_repr': BUILDSTDERR: ./src/pmc/default.c:855:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 855 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_REPR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_string': BUILDSTDERR: ./src/pmc/default.c:860:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 860 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_string_keyed': BUILDSTDERR: ./src/pmc/default.c:865:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 865 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_STRING_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_string_keyed_str': BUILDSTDERR: ./src/pmc/default.c:879:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 879 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_GET_STRING_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_invoke': BUILDSTDERR: ./src/pmc/default.c:1214:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1214 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_INVOKE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_neg': BUILDSTDERR: ./src/pmc/default.c:1381:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1381 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_NEG); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_pop_float': BUILDSTDERR: ./src/pmc/default.c:1387:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1387 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_pop_integer': BUILDSTDERR: ./src/pmc/default.c:1393:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1393 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_pop_pmc': BUILDSTDERR: ./src/pmc/default.c:1399:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1399 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_pop_string': BUILDSTDERR: ./src/pmc/default.c:1405:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1405 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_shift_float': BUILDSTDERR: ./src/pmc/default.c:1644:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1644 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_shift_integer': BUILDSTDERR: ./src/pmc/default.c:1650:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1650 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_shift_pmc': BUILDSTDERR: ./src/pmc/default.c:1656:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1656 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_shift_string': BUILDSTDERR: ./src/pmc/default.c:1662:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1662 | PARROT_GC_WRITE_BARRIER(interp, _self); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_substr': BUILDSTDERR: ./src/pmc/default.c:1673:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1673 | cant_do_method(interp, _self, PARROT_VTABLE_SLOT_SUBSTR); BUILDSTDERR: | ^ BUILDSTDERR: src/io/utilities.c: In function 'io_verify_string_encoding': BUILDSTDERR: src/io/utilities.c:251:16: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] BUILDSTDERR: 251 | return (STRING*)s; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_pop_float': BUILDSTDERR: ./src/pmc/default.c:1979:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1979 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_pop_integer': BUILDSTDERR: ./src/pmc/default.c:1984:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1984 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_pop_pmc': BUILDSTDERR: ./src/pmc/default.c:1989:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1989 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_pop_string': BUILDSTDERR: ./src/pmc/default.c:1994:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1994 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_shift_float': BUILDSTDERR: ./src/pmc/default.c:2164:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2164 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_shift_integer': BUILDSTDERR: ./src/pmc/default.c:2169:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2169 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_shift_pmc': BUILDSTDERR: ./src/pmc/default.c:2174:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2174 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_ro_shift_string': BUILDSTDERR: ./src/pmc/default.c:2179:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2179 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_get_vtable': BUILDSTDERR: ./src/pmc/default.c:2219:23: warning: unused variable 'attr_defs' [-Wunused-variable] BUILDSTDERR: 2219 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/default.c: In function 'Parrot_default_inspect_str': BUILDSTDERR: ./src/pmc/default.c:1190:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1190 | #line 1190 "./src/pmc/default.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_absolute': BUILDSTDERR: ./src/pmc/null.c:230:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 230 | null_pmc_access(interp, PARROT_VTABLE_SLOT_ABSOLUTE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_add': BUILDSTDERR: ./src/pmc/null.c:236:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 236 | null_pmc_access(interp, PARROT_VTABLE_SLOT_ADD); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_add_float': BUILDSTDERR: ./src/pmc/null.c:248:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 248 | null_pmc_access(interp, PARROT_VTABLE_SLOT_ADD_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_add_int': BUILDSTDERR: ./src/pmc/null.c:254:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 254 | null_pmc_access(interp, PARROT_VTABLE_SLOT_ADD_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_clone': BUILDSTDERR: ./src/pmc/null.c:296:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 296 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CLONE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_clone_pmc': BUILDSTDERR: ./src/pmc/null.c:302:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 302 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CLONE_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_cmp': BUILDSTDERR: ./src/pmc/null.c:308:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 308 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CMP); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_cmp_num': BUILDSTDERR: ./src/pmc/null.c:314:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 314 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CMP_NUM); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_cmp_pmc': BUILDSTDERR: ./src/pmc/null.c:320:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 320 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CMP_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_cmp_string': BUILDSTDERR: ./src/pmc/null.c:326:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 326 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CMP_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_concatenate': BUILDSTDERR: ./src/pmc/null.c:332:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 332 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CONCATENATE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_concatenate_str': BUILDSTDERR: ./src/pmc/null.c:338:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 338 | null_pmc_access(interp, PARROT_VTABLE_SLOT_CONCATENATE_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_defined': BUILDSTDERR: ./src/pmc/null.c:350:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 350 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DEFINED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_defined_keyed': BUILDSTDERR: ./src/pmc/null.c:356:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 356 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DEFINED_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_defined_keyed_int': BUILDSTDERR: ./src/pmc/null.c:362:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 362 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DEFINED_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_defined_keyed_str': BUILDSTDERR: ./src/pmc/null.c:368:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 368 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DEFINED_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_divide': BUILDSTDERR: ./src/pmc/null.c:398:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 398 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DIVIDE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_divide_float': BUILDSTDERR: ./src/pmc/null.c:404:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 404 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DIVIDE_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_divide_int': BUILDSTDERR: ./src/pmc/null.c:410:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 410 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DIVIDE_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_does_pmc': BUILDSTDERR: ./src/pmc/null.c:424:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 424 | null_pmc_access(interp, PARROT_VTABLE_SLOT_DOES_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_elements': BUILDSTDERR: ./src/pmc/null.c:430:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 430 | null_pmc_access(interp, PARROT_VTABLE_SLOT_ELEMENTS); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_exists_keyed': BUILDSTDERR: ./src/pmc/null.c:436:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 436 | null_pmc_access(interp, PARROT_VTABLE_SLOT_EXISTS_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_exists_keyed_int': BUILDSTDERR: ./src/pmc/null.c:442:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 442 | null_pmc_access(interp, PARROT_VTABLE_SLOT_EXISTS_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_exists_keyed_str': BUILDSTDERR: ./src/pmc/null.c:448:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 448 | null_pmc_access(interp, PARROT_VTABLE_SLOT_EXISTS_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_find_method': BUILDSTDERR: ./src/pmc/null.c:457:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 457 | #line 457 "./src/pmc/null.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_floor_divide': BUILDSTDERR: ./src/pmc/null.c:463:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 463 | null_pmc_access(interp, PARROT_VTABLE_SLOT_FLOOR_DIVIDE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_floor_divide_float': BUILDSTDERR: ./src/pmc/null.c:469:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 469 | null_pmc_access(interp, PARROT_VTABLE_SLOT_FLOOR_DIVIDE_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_floor_divide_int': BUILDSTDERR: ./src/pmc/null.c:475:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 475 | null_pmc_access(interp, PARROT_VTABLE_SLOT_FLOOR_DIVIDE_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_attr_keyed': BUILDSTDERR: ./src/pmc/null.c:487:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 487 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_ATTR_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_attr_str': BUILDSTDERR: ./src/pmc/null.c:493:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 493 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_ATTR_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_bool': BUILDSTDERR: ./src/pmc/null.c:499:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 499 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_BOOL); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_class': BUILDSTDERR: ./src/pmc/null.c:505:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 505 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_CLASS); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_integer': BUILDSTDERR: ./src/pmc/null.c:511:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 511 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_integer_keyed': BUILDSTDERR: ./src/pmc/null.c:517:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 517 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_INTEGER_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_integer_keyed_int': BUILDSTDERR: ./src/pmc/null.c:523:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 523 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_INTEGER_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_integer_keyed_str': BUILDSTDERR: ./src/pmc/null.c:529:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 529 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_INTEGER_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_iter': BUILDSTDERR: ./src/pmc/null.c:535:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 535 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_ITER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_namespace': BUILDSTDERR: ./src/pmc/null.c:541:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 541 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_NAMESPACE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_number': BUILDSTDERR: ./src/pmc/null.c:547:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 547 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_NUMBER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_number_keyed': BUILDSTDERR: ./src/pmc/null.c:553:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 553 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_NUMBER_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_number_keyed_int': BUILDSTDERR: ./src/pmc/null.c:559:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 559 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_NUMBER_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_number_keyed_str': BUILDSTDERR: ./src/pmc/null.c:565:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 565 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_NUMBER_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_pmc': BUILDSTDERR: ./src/pmc/null.c:571:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 571 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_pmc_keyed': BUILDSTDERR: ./src/pmc/null.c:577:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 577 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_PMC_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_pmc_keyed_int': BUILDSTDERR: ./src/pmc/null.c:583:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 583 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_PMC_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_pmc_keyed_str': BUILDSTDERR: ./src/pmc/null.c:589:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 589 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_PMC_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_pointer_keyed': BUILDSTDERR: ./src/pmc/null.c:602:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 602 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_POINTER_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_pointer_keyed_int': BUILDSTDERR: ./src/pmc/null.c:608:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 608 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_POINTER_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_pointer_keyed_str': BUILDSTDERR: ./src/pmc/null.c:614:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 614 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_POINTER_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_repr': BUILDSTDERR: ./src/pmc/null.c:620:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 620 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_REPR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_string': BUILDSTDERR: ./src/pmc/null.c:626:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 626 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_string_keyed': BUILDSTDERR: ./src/pmc/null.c:632:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 632 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_STRING_KEYED); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_string_keyed_int': BUILDSTDERR: ./src/pmc/null.c:638:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 638 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_STRING_KEYED_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_get_string_keyed_str': BUILDSTDERR: ./src/pmc/null.c:644:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 644 | null_pmc_access(interp, PARROT_VTABLE_SLOT_GET_STRING_KEYED_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_hashvalue': BUILDSTDERR: ./src/pmc/null.c:650:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 650 | null_pmc_access(interp, PARROT_VTABLE_SLOT_HASHVALUE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_inspect': BUILDSTDERR: ./src/pmc/null.c:824:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 824 | null_pmc_access(interp, PARROT_VTABLE_SLOT_INSPECT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_inspect_str': BUILDSTDERR: ./src/pmc/null.c:830:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 830 | null_pmc_access(interp, PARROT_VTABLE_SLOT_INSPECT_STR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_instantiate': BUILDSTDERR: ./src/pmc/null.c:836:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 836 | null_pmc_access(interp, PARROT_VTABLE_SLOT_INSTANTIATE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_invoke': BUILDSTDERR: ./src/pmc/null.c:842:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 842 | null_pmc_access(interp, PARROT_VTABLE_SLOT_INVOKE); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_is_equal': BUILDSTDERR: ./src/pmc/null.c:848:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 848 | null_pmc_access(interp, PARROT_VTABLE_SLOT_IS_EQUAL); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_is_equal_num': BUILDSTDERR: ./src/pmc/null.c:854:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 854 | null_pmc_access(interp, PARROT_VTABLE_SLOT_IS_EQUAL_NUM); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_is_equal_string': BUILDSTDERR: ./src/pmc/null.c:860:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 860 | null_pmc_access(interp, PARROT_VTABLE_SLOT_IS_EQUAL_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_isa': BUILDSTDERR: ./src/pmc/null.c:873:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 873 | null_pmc_access(interp, PARROT_VTABLE_SLOT_ISA); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_isa_pmc': BUILDSTDERR: ./src/pmc/null.c:879:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 879 | null_pmc_access(interp, PARROT_VTABLE_SLOT_ISA_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_modulus': BUILDSTDERR: ./src/pmc/null.c:891:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 891 | null_pmc_access(interp, PARROT_VTABLE_SLOT_MODULUS); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_modulus_float': BUILDSTDERR: ./src/pmc/null.c:897:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 897 | null_pmc_access(interp, PARROT_VTABLE_SLOT_MODULUS_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_modulus_int': BUILDSTDERR: ./src/pmc/null.c:903:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 903 | null_pmc_access(interp, PARROT_VTABLE_SLOT_MODULUS_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_multiply': BUILDSTDERR: ./src/pmc/null.c:915:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 915 | null_pmc_access(interp, PARROT_VTABLE_SLOT_MULTIPLY); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_multiply_float': BUILDSTDERR: ./src/pmc/null.c:921:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 921 | null_pmc_access(interp, PARROT_VTABLE_SLOT_MULTIPLY_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_multiply_int': BUILDSTDERR: ./src/pmc/null.c:927:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 927 | null_pmc_access(interp, PARROT_VTABLE_SLOT_MULTIPLY_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_name': BUILDSTDERR: ./src/pmc/null.c:933:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 933 | null_pmc_access(interp, PARROT_VTABLE_SLOT_NAME); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_neg': BUILDSTDERR: ./src/pmc/null.c:939:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 939 | null_pmc_access(interp, PARROT_VTABLE_SLOT_NEG); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_pop_float': BUILDSTDERR: ./src/pmc/null.c:945:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 945 | null_pmc_access(interp, PARROT_VTABLE_SLOT_POP_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_pop_integer': BUILDSTDERR: ./src/pmc/null.c:951:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 951 | null_pmc_access(interp, PARROT_VTABLE_SLOT_POP_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_pop_pmc': BUILDSTDERR: ./src/pmc/null.c:957:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 957 | null_pmc_access(interp, PARROT_VTABLE_SLOT_POP_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_pop_string': BUILDSTDERR: ./src/pmc/null.c:963:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 963 | null_pmc_access(interp, PARROT_VTABLE_SLOT_POP_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_repeat': BUILDSTDERR: ./src/pmc/null.c:1023:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1023 | null_pmc_access(interp, PARROT_VTABLE_SLOT_REPEAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_repeat_int': BUILDSTDERR: ./src/pmc/null.c:1029:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1029 | null_pmc_access(interp, PARROT_VTABLE_SLOT_REPEAT_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_shift_float': BUILDSTDERR: ./src/pmc/null.c:1180:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1180 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SHIFT_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_shift_integer': BUILDSTDERR: ./src/pmc/null.c:1186:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1186 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SHIFT_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_shift_pmc': BUILDSTDERR: ./src/pmc/null.c:1192:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1192 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SHIFT_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_shift_string': BUILDSTDERR: ./src/pmc/null.c:1198:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1198 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SHIFT_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_substr': BUILDSTDERR: ./src/pmc/null.c:1210:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1210 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SUBSTR); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_subtract': BUILDSTDERR: ./src/pmc/null.c:1216:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1216 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SUBTRACT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_subtract_float': BUILDSTDERR: ./src/pmc/null.c:1222:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1222 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SUBTRACT_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_subtract_int': BUILDSTDERR: ./src/pmc/null.c:1228:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1228 | null_pmc_access(interp, PARROT_VTABLE_SLOT_SUBTRACT_INT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/null.c: In function 'Parrot_Null_type': BUILDSTDERR: ./src/pmc/null.c:1246:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1246 | null_pmc_access(interp, PARROT_VTABLE_SLOT_TYPE); BUILDSTDERR: | ^ n -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/io/. -Isrc -o src/io/utilities.o -c src/io/utilities.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/default.o -c src/pmc/default.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/null.o -c src/pmc/null.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/env.o -c src/pmc/env.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-a./src/pmc/unmanagedstruct.pmc: In function 'ret_string': BUILDSTDERR: ./src/pmc/unmanagedstruct.pmc:509:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 509 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/unmanagedstruct.pmc: In function 'ret_pmc': BUILDSTDERR: ./src/pmc/unmanagedstruct.pmc:568:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 568 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/unmanagedstruct.pmc: In function 'ret_float': BUILDSTDERR: ./src/pmc/unmanagedstruct.pmc:470:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 470 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/unmanagedstruct.pmc: In function 'ret_int': BUILDSTDERR: ./src/pmc/unmanagedstruct.pmc:442:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 442 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/key.c: In function 'Parrot_Key_nci_make_register_key': BUILDSTDERR: ./src/pmc/key.pmc:444:15: warning: 'key_type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 444 | KEY_flags key_type; BUILDSTDERR: | ^~~~~~~~ nnobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/key.o -c src/pmc/key.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/unmanagedstruct.o -c src/pmc/unmanagedstruct.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/managedstruct.o -c src/pmc/managedstruct.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/exception.o -c src/pmc/exception.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/parrotlibrary.o -c src/pmc/parrotlibrary.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp./src/pmc/parrotinterpreter.c: In function 'Parrot_ParrotInterpreter_multi_is_equal_DEFAULT': BUILDSTDERR: ./src/pmc/parrotinterpreter.c:520:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 520 | #line 520 "./src/pmc/parrotinterpreter.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/parrotinterpreter.c: In function 'Parrot_ParrotInterpreter_class_init': BUILDSTDERR: ./src/pmc/parrotinterpreter.c:1127:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 1127 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "ParrotInterpreter,ParrotInterpreter"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/parrotinterpreter.c: In function 'Parrot_ParrotInterpreter_get_pmc_keyed': BUILDSTDERR: ./src/pmc/parrotinterpreter.c:300:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 300 | #line 300 "./src/pmc/parrotinterpreter.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/lexpad.c: In function 'Parrot_LexPad_get_iter': BUILDSTDERR: ./src/pmc/lexpad.pmc:448:13: warning: unused variable 'iter' [-Wunused-variable] BUILDSTDERR: 448 | PMC *iter; BUILDSTDERR: | ^~~~ ,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/parrotinterpreter.o -c src/pmc/parrotinterpreter.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/lexpad.o -c src/pmc/lexpad.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/timer.o -c src/pmc/timer.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/pointer.o -c src/pmc/pointer.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/sub.o -c src/pmc/./src/pmc/exception.c: In function 'Parrot_Exception_get_string_keyed': BUILDSTDERR: ./src/pmc/exception.pmc:381:12: warning: 'message' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 381 | return message; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/exception.pmc:370:13: note: 'message' was declared here BUILDSTDERR: 370 | STRING *message; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/continuation.c: In function 'Parrot_Continuation_get_pointer': BUILDSTDERR: ./src/pmc/continuation.pmc:239:12: warning: 'address' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 239 | return address; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/continuation.pmc:236:24: note: 'address' was declared here BUILDSTDERR: 236 | opcode_t *address; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/continuation.c: In function 'Parrot_Continuation_defined': BUILDSTDERR: ./src/pmc/continuation.pmc:259:20: warning: 'address' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 259 | return address != NULL; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/continuation.pmc:256:24: note: 'address' was declared here BUILDSTDERR: 256 | opcode_t *address; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/sub.c: In function 'Parrot_Sub_class_init': BUILDSTDERR: ./src/pmc/sub.c:1720:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 1720 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "Sub,PMC"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: At top level: BUILDSTDERR: In file included from src/pmc/continuation.c:18: BUILDSTDERR: ./src/pmc/continuation.c: In function 'Parrot_Continuation_init_pmc': BUILDSTDERR: ./include/pmc/pmc_continuation.h:84:72: warning: 'address' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 84 | ((Parrot_Continuation_attributes *)PMC_data(pmc))->address = (value); \ BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/continuation.pmc:98:24: note: 'address' was declared here BUILDSTDERR: 98 | opcode_t *address; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: In file included from src/pmc/continuation.c:18: BUILDSTDERR: ./include/pmc/pmc_continuation.h:60:68: warning: 'seg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 60 | ((Parrot_Continuation_attributes *)PMC_data(pmc))->seg = (value); \ BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/continuation.pmc:99:24: note: 'seg' was declared here BUILDSTDERR: 99 | PackFile_ByteCode *seg; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/sub.pmc:47:1: warning: 'print_sub_name' defined but not used [-Wunused-function] BUILDSTDERR: 47 | print_sub_name(PARROT_INTERP, ARGIN_NULLOK(PMC *sub)) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/continuation.c: In function 'Parrot_Continuation_invoke': BUILDSTDERR: ./src/pmc/continuation.pmc:298:9: warning: 'seg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 298 | /* switch segment */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/continuation.pmc:284:24: note: 'seg' was declared here BUILDSTDERR: 284 | PMC * const from_obj = Parrot_pcc_get_signature(INTERP, CURRENT_CONTEXT(INTERP)); BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/continuation.pmc:300:12: warning: 'pc' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 300 | Parrot_pf_switch_to_cs(INTERP, seg, 1); BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/continuation.pmc:283:24: note: 'pc' was declared here BUILDSTDERR: 283 | UNUSED(next) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/coroutine.pmc:72:1: warning: 'print_sub_name' defined but not used [-Wunused-function] BUILDSTDERR: 72 | print_sub_name(PARROT_INTERP, ARGIN(PMC *sub_pmc)) BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/coroutine.c: In function 'Parrot_Coroutine_invoke': BUILDSTDERR: ./src/pmc/coroutine.pmc:380:12: warning: 'dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 380 | return dest; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/coroutine.pmc:246:24: note: 'dest' was declared here BUILDSTDERR: 246 | opcode_t *dest; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/coroutine.pmc:378:9: warning: 'wanted_seg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 378 | Parrot_pf_switch_to_cs(INTERP, wanted_seg, 1); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/coroutine.pmc:247:24: note: 'wanted_seg' was declared here BUILDSTDERR: 247 | PackFile_ByteCode *wanted_seg; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: ./src/pmc/coroutine.pmc:308:59: warning: 'seg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 308 | SET_ATTR_address(INTERP, SELF, seg->base.data + start_offs); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/coroutine.pmc:258:28: note: 'seg' was declared here BUILDSTDERR: 258 | PackFile_ByteCode *seg; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/coroutine.pmc:308:65: warning: 'start_offs' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 308 | SET_ATTR_address(INTERP, SELF, seg->base.data + start_offs); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/coroutine.pmc:259:28: note: 'start_offs' was declared here BUILDSTDERR: 259 | size_t start_offs; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: ./src/pmc/coroutine.pmc:279:9: warning: 'n_regs_used' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 279 | Parrot_pcc_allocate_registers(INTERP, ctx, n_regs_used); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/coroutine.pmc:260:28: note: 'n_regs_used' was declared here BUILDSTDERR: 260 | const UINTVAL *n_regs_used; BUILDSTDERR: | ^~~~~~~~~~~ sub.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/continuation.o -c src/pmc/continuation.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/coroutine.o -c src/pmc/coroutine.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/nci.o -c src/pmc/nci.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/float.o -c src/pmc/float.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redh./src/pmc/float.c: In function 'Parrot_Float_class_init': BUILDSTDERR: ./src/pmc/float.c:1737:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 1737 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "Float,Float"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/integer.c: In function 'Parrot_Integer_class_init': BUILDSTDERR: ./src/pmc/integer.c:2370:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 2370 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "Integer,Integer,PMC"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_add_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bigint.c:2242:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2242 | #line 2242 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_subtract_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bigint.c:2292:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2292 | #line 2292 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_multiply_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bigint.c:2342:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2342 | #line 2342 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_divide_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bigint.c:2438:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2438 | #line 2438 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_floor_divide_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bigint.c:2488:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2488 | #line 2488 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_modulus_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bigint.c:2538:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2538 | #line 2538 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_cmp_DEFAULT': BUILDSTDERR: ./src/pmc/bigint.c:2584:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2584 | #line 2584 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_multi_is_equal_DEFAULT': BUILDSTDERR: ./src/pmc/bigint.c:2607:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2607 | #line 2607 "./src/pmc/bigint.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_class_init': BUILDSTDERR: ./src/pmc/bigint.c:3185:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 3185 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "BigInt,BigInt,PMC"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_get_long': BUILDSTDERR: ./src/pmc/bigint.pmc:583:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 583 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_neg.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:1107:32: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1107 | mpz_neg(bi_dest->b, bi_self->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_abs.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:1086:32: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1086 | mpz_abs(bi_dest->b, bi_self->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_sub_bigint_int.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:743:13: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 743 | BIGINT *bi_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc:742:19: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 742 | const BIGINT *bi_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_add_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bignum.c:2277:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2277 | #line 2277 "./src/pmc/bignum.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_subtract_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bignum.c:2337:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2337 | #line 2337 "./src/pmc/bignum.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_multiply_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bignum.c:2397:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2397 | #line 2397 "./src/pmc/bignum.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_divide_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bignum.c:2501:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2501 | #line 2501 "./src/pmc/bignum.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_floor_divide_DEFAULT_PMC': BUILDSTDERR: ./src/pmc/bignum.c:2561:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2561 | #line 2561 "./src/pmc/bignum.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_cmp_DEFAULT': BUILDSTDERR: ./src/pmc/bignum.c:2607:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2607 | #line 2607 "./src/pmc/bignum.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_is_equal_DEFAULT': BUILDSTDERR: ./src/pmc/bignum.c:2630:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2630 | #line 2630 "./src/pmc/bignum.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_add_bigint_int.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:694:13: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 694 | BIGINT *bi_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc:693:19: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 693 | const BIGINT *bi_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_class_init': BUILDSTDERR: ./src/pmc/bignum.c:3184:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 3184 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "BigNum,BigNum,PMC"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_get_si': BUILDSTDERR: ./src/pmc/bignum.pmc:692:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 692 | } BUILDSTDERR: | ^ BUILDSTDERR: At top level: BUILDSTDERR: ./src/pmc/bignum.pmc:1078:1: warning: 'bignum_set_default_prec' defined but not used [-Wunused-function] BUILDSTDERR: 1078 | bignum_set_default_prec(SHIM_INTERP, ARGIN(PMC *self), INTVAL prec) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1070:1: warning: 'bignum_get_default_prec' defined but not used [-Wunused-function] BUILDSTDERR: 1070 | bignum_get_default_prec(SHIM_INTERP, ARGIN(PMC *self)) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1039:1: warning: 'bignum_cmp_ulong' defined but not used [-Wunused-function] BUILDSTDERR: 1039 | bignum_cmp_ulong(PARROT_INTERP, ARGIN(PMC *self), unsigned long value) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1021:1: warning: 'bignum_cmp_double' defined but not used [-Wunused-function] BUILDSTDERR: 1021 | bignum_cmp_double(PARROT_INTERP, ARGIN(PMC *self), double value) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:763:1: warning: 'bignum_get_float' defined but not used [-Wunused-function] BUILDSTDERR: 763 | bignum_get_float(PARROT_INTERP, ARGIN(PMC *self)) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:739:1: warning: 'bignum_get_string_size' defined but not used [-Wunused-function] BUILDSTDERR: 739 | bignum_get_string_size(PARROT_INTERP, ARGIN(PMC *self), int base, int digits) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:696:1: warning: 'bignum_get_ui' defined but not used [-Wunused-function] BUILDSTDERR: 696 | bignum_get_ui(PARROT_INTERP, ARGIN(PMC *self)) { BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:651:1: warning: 'bignum_set_float' defined but not used [-Wunused-function] BUILDSTDERR: 651 | bignum_set_float(PARROT_INTERP, ARGIN(PMC *self), FLOATVAL value) { BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:642:1: warning: 'bignum_set_ui' defined but not used [-Wunused-function] BUILDSTDERR: 642 | bignum_set_ui(PARROT_INTERP, ARGIN(PMC *self), unsigned long value) { BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_sub_bigint.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:724:20: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 724 | mpz_sub(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:724:45: warning: 'bi_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 724 | mpz_sub(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:724:32: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 724 | mpz_sub(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_set_str.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:518:19: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 518 | mpz_set_str(bi->b, s, base); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_sub_bignum_int.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:830:13: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 830 | BIGNUM *bn_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:829:19: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 829 | const BIGNUM *bn_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_set_long.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:478:18: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 478 | mpz_set_si(bi->b, value); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_set_pmc': BUILDSTDERR: ./src/pmc/bigint.pmc:559:15: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 559 | mpz_set(bi->b, (mpz_srcptr)((BIGINT*)value)->b); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:557:13: note: 'bi' was declared here BUILDSTDERR: 557 | BIGINT *bi; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bigint.pmc:559:32: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 559 | mpz_set(bi->b, (mpz_srcptr)((BIGINT*)value)->b); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bigint.pmc:538:13: note: 'bi' was declared here BUILDSTDERR: 538 | BIGINT *bi; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_set_number_native': BUILDSTDERR: ./src/pmc/bigint.pmc:497:17: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 497 | mpz_set_d(bi->b, value); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:495:13: note: 'bi' was declared here BUILDSTDERR: 495 | BIGINT *bi; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_mul_bigint_int.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:795:23: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 795 | mpz_mul_si(bi_dest->b, bi_self->b, value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:795:35: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 795 | mpz_mul_si(bi_dest->b, bi_self->b, value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_add_bignum_int.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:789:13: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 789 | BIGNUM *bn_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:788:19: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 788 | const BIGNUM *bn_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_mul_bigint.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:773:20: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 773 | mpz_mul(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:773:45: warning: 'bi_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 773 | mpz_mul(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:773:32: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 773 | mpz_mul(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_sub_bignum.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:822:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 822 | mpf_sub(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:822:45: warning: 'bn_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 822 | mpf_sub(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:822:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 822 | mpf_sub(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_cmp.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:1045:40: warning: 'bi_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1045 | return mpz_cmp(bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:1045:27: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1045 | return mpz_cmp(bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_cmp_int.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:1065:25: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1065 | return mpz_cmp_si(bi->b, value); BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_fdiv_bigint_int.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:957:19: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 957 | const BIGINT *bi_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_set_str.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:675:19: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 675 | mpf_set_str(bn->b, s, base); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_set_pmc': BUILDSTDERR: ./src/pmc/bignum.pmc:1101:15: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1101 | mpf_set(bn->b, (mpf_srcptr)(value)->b); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1099:13: note: 'bn' was declared here BUILDSTDERR: 1099 | BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.pmc:1101:32: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1101 | mpf_set(bn->b, (mpf_srcptr)(value)->b); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bignum.pmc:1092:13: note: 'bn' was declared here BUILDSTDERR: 1092 | BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_clone': BUILDSTDERR: ./src/pmc/bignum.pmc:629:31: warning: 'bn_src' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 629 | mpf_set(bn_dest->b, bn_src->b); BUILDSTDERR: | ~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:625:19: note: 'bn_src' was declared here BUILDSTDERR: 625 | const BIGNUM *bn_src; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:629:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 629 | mpf_set(bn_dest->b, bn_src->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:626:13: note: 'bn_dest' was declared here BUILDSTDERR: 626 | BIGNUM *bn_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_set_number_native': BUILDSTDERR: ./src/pmc/bignum.pmc:665:17: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 665 | mpf_set_d(bn->b, value); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:663:13: note: 'bn' was declared here BUILDSTDERR: 663 | BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_add_bigint.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:675:20: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 675 | mpz_add(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:675:45: warning: 'bi_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 675 | mpz_add(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:675:32: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 675 | mpz_add(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_set_integer_native': BUILDSTDERR: ./src/pmc/bignum.pmc:638:18: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 638 | mpf_set_si(bn->b, value); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:636:13: note: 'bn' was declared here BUILDSTDERR: 636 | BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_neg.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:1066:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1066 | mpf_neg(bn_dest->b, bn_self->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1066:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1066 | mpf_neg(bn_dest->b, bn_self->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_mul_bignum_int.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:874:23: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 874 | mpf_mul_ui(bn_dest->b, bn_self->b, (unsigned long)value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:874:35: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 874 | mpf_mul_ui(bn_dest->b, bn_self->b, (unsigned long)value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_get_string.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:628:26: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 628 | n = mpz_sizeinbase(bi->b, base) + 2; BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_get_number': BUILDSTDERR: ./src/pmc/bigint.pmc:650:24: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 650 | return mpz_get_d(bi->b); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:648:19: note: 'bi' was declared here BUILDSTDERR: 648 | const BIGINT *bi; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_mul_bignum.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:863:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 863 | mpf_mul(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:863:45: warning: 'bn_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 863 | mpf_mul(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:863:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 863 | mpf_mul(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_get_integer': BUILDSTDERR: ./src/pmc/bigint.pmc:579:28: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 579 | if (mpz_fits_slong_p(bi->b)) BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:577:19: note: 'bi' was declared here BUILDSTDERR: 577 | const BIGINT *bi; BUILDSTDERR: | ^~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/bigint.c:14: BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_destroy': BUILDSTDERR: ./include/parrot/memory.h:70:9: warning: 'bi' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | Parrot_gc_free_memory_chunk((i), (p)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc:433:14: note: 'bi' was declared here BUILDSTDERR: 433 | BIGINT * bi; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_clone': BUILDSTDERR: ./src/pmc/bigint.pmc:459:31: warning: 'bi_src' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 459 | mpz_set(bi_dest->b, bi_src->b); BUILDSTDERR: | ~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:454:19: note: 'bi_src' was declared here BUILDSTDERR: 454 | const BIGINT *bi_src; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc:457:22: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 457 | mpz_clear(bi_dest->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:453:13: note: 'bi_dest' was declared here BUILDSTDERR: 453 | BIGINT *bi_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/complex.c: In function 'Parrot_Complex_class_init': BUILDSTDERR: ./src/pmc/complex.c:3660:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 3660 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "Complex,Complex,PMC"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_cmp.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:1017:40: warning: 'bn_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1017 | return mpf_cmp(bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1017:27: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1017 | return mpf_cmp(bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.c: In function 'Parrot_BigInt_nci_pow': BUILDSTDERR: ./src/pmc/bigint.pmc:817:23: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 817 | mpz_pow_ui(bi_dest->b, bi_self->b, (unsigned long int)value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:814:13: note: 'bi_dest' was declared here BUILDSTDERR: 814 | BIGINT *bi_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc:817:35: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 817 | mpz_pow_ui(bi_dest->b, bi_self->b, (unsigned long int)value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:813:19: note: 'bi_self' was declared here BUILDSTDERR: 813 | const BIGINT *bi_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_is_equal_Integer': BUILDSTDERR: ./src/pmc/bignum.pmc:1035:25: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1035 | return mpf_cmp_si(bn->b, value); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1033:19: note: 'bn' was declared here BUILDSTDERR: 1033 | const BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_mod_bigint.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:994:20: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 994 | mpz_mod(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:994:45: warning: 'bi_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 994 | mpz_mod(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:994:32: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 994 | mpz_mod(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_sub_bignum_float.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:850:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 850 | mpf_sub(bn_dest->b, bn_self->b, t); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:850:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 850 | mpf_sub(bn_dest->b, bn_self->b, t); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_fdiv_bigint.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:939:23: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 939 | mpz_fdiv_q(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:939:48: warning: 'bi_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 939 | mpz_fdiv_q(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:939:35: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 939 | mpz_fdiv_q(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_mul_bignum_float.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:888:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 888 | mpf_mul(bn_dest->b, bn_self->b, t); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:888:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 888 | mpf_mul(bn_dest->b, bn_self->b, t); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_div_bigint.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:883:20: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 883 | mpz_div(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:883:45: warning: 'bi_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 883 | mpz_div(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bigint.pmc:883:32: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 883 | mpz_div(bi_dest->b, bi_self->b, bi_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_div_bignum_float.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:957:13: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 957 | BIGNUM *bn_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:956:19: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 956 | const BIGNUM *bn_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc: In function 'bigint_mod_bigint_int.isra.0': BUILDSTDERR: ./src/pmc/bigint.pmc:1013:13: warning: 'bi_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1013 | BIGINT *bi_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bigint.pmc:1012:19: warning: 'bi_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1012 | const BIGINT *bi_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_add_bignum_float.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:809:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 809 | mpf_add(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:808:23: warning: 'bn_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 808 | mpf_set_d(bn_value->b, value); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:809:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 809 | mpf_add(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_add_bignum.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:781:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 781 | mpf_add(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:781:45: warning: 'bn_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 781 | mpf_add(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:781:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 781 | mpf_add(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_abs.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:1055:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1055 | mpf_abs(bn_dest->b, bn_self->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1055:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1055 | mpf_abs(bn_dest->b, bn_self->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/bignum.c:14: BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_destroy': BUILDSTDERR: ./include/parrot/memory.h:70:9: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | Parrot_gc_free_memory_chunk((i), (p)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:609:13: note: 'bn' was declared here BUILDSTDERR: 609 | BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_get_string.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:731:25: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 731 | n = (mpf_get_prec(bn->b)) / log(base) * log(2); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_get_number': BUILDSTDERR: ./src/pmc/bignum.pmc:758:24: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 758 | return mpf_get_d(bn->b); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:756:19: note: 'bn' was declared here BUILDSTDERR: 756 | const BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_get_integer': BUILDSTDERR: ./src/pmc/bignum.pmc:687:28: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 687 | if (mpf_fits_slong_p(bn->b)) BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:685:19: note: 'bn' was declared here BUILDSTDERR: 685 | const BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_nci_pow': BUILDSTDERR: ./src/pmc/bignum.pmc:899:23: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 899 | mpf_pow_ui(bn_dest->b, bn_self->b, (unsigned long int)value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:896:13: note: 'bn_dest' was declared here BUILDSTDERR: 896 | BIGNUM *bn_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:899:35: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 899 | mpf_pow_ui(bn_dest->b, bn_self->b, (unsigned long int)value); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:895:19: note: 'bn_self' was declared here BUILDSTDERR: 895 | const BIGNUM *bn_self; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.c: In function 'Parrot_BigNum_multi_cmp_Integer': BUILDSTDERR: ./src/pmc/bignum.pmc:1035:25: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1035 | return mpf_cmp_si(bn->b, value); BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:1033:19: note: 'bn' was declared here BUILDSTDERR: 1033 | const BIGNUM *bn; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_check_divide_zero.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:914:22: warning: 'bn' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 914 | if (mpf_cmp_si(bn->b, 0) == 0) BUILDSTDERR: | ~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_fdiv_bignum.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:988:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 988 | mpf_div(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:988:45: warning: 'bn_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 988 | mpf_div(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:988:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 988 | mpf_div(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_div_bignum.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:930:20: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 930 | mpf_div(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:930:45: warning: 'bn_value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 930 | mpf_div(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc:930:32: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 930 | mpf_div(bn_dest->b, bn_self->b, bn_value->b); BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/bignum.pmc: In function 'bignum_fdiv_bignum_int.isra.0': BUILDSTDERR: ./src/pmc/bignum.pmc:996:13: warning: 'bn_dest' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 996 | BIGNUM *bn_dest; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bignum.pmc:995:19: warning: 'bn_self' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 995 | const BIGNUM *bn_self; BUILDSTDERR: | ^~~~~~~ at/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/integer.o -c src/pmc/integer.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/bigint.o -c src/pmc/bigint.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/bignum.o -c src/pmc/bignum.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/complex.o -c src/pmc/complex.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/string.o -c src/pmc/string.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexcept./src/pmc/string.c: In function 'Parrot_String_substr': BUILDSTDERR: ./src/pmc/string.pmc:357:23: warning: unused variable 'ret' [-Wunused-variable] BUILDSTDERR: 357 | STRING *str_val, *ret; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/string.c: In function 'Parrot_String_nci_reverse_index': BUILDSTDERR: ./src/pmc/string.pmc:749:20: warning: unused variable 'len' [-Wunused-variable] BUILDSTDERR: 749 | UINTVAL len; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/complex.c: In function 'Parrot_Complex_get_number_keyed_str': BUILDSTDERR: ./src/pmc/complex.pmc:530:12: warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 530 | return value; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/complex.pmc:520:14: note: 'value' was declared here BUILDSTDERR: 520 | FLOATVAL value; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/string.c: In function 'Parrot_String_nci_trans': BUILDSTDERR: ./src/pmc/string.pmc:652:56: warning: 'tr_data' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 652 | const unsigned char ch = (unsigned char)tr_data[*p]; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/string.pmc:632:20: note: 'tr_data' was declared here BUILDSTDERR: 632 | INTVAL *tr_data; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/complex.c: In function 'Parrot_Complex_get_number_keyed_int': BUILDSTDERR: ./src/pmc/complex.pmc:598:12: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 598 | return f; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/complex.pmc:586:14: note: 'f' was declared here BUILDSTDERR: 586 | FLOATVAL f; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/complex.c: In function 'Parrot_Complex_set_string_native': BUILDSTDERR: ./src/pmc/complex.pmc:222:8: warning: 'second_num_length' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 222 | if (second_num_length) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/complex.pmc:100:31: note: 'second_num_length' was declared here BUILDSTDERR: 100 | UINTVAL first_num_length, second_num_length; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_thaw': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:609:17: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 609 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_set_integer_keyed_int': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:422:14: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 422 | int_array[key] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:411:13: note: 'int_array' was declared here BUILDSTDERR: 411 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_get_integer_keyed_int': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:205:21: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 205 | return int_array[key]; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:194:13: note: 'int_array' was declared here BUILDSTDERR: 194 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_freeze': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:591:15: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 591 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/fixedintegerarray.c:14: BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_set_integer_native': BUILDSTDERR: ./include/parrot/memory.h:61:17: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 61 | (type *)Parrot_gc_reallocate_memory_chunk((i), (p), (n) * sizeof (type)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:385:13: note: 'int_array' was declared here BUILDSTDERR: 385 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_hashvalue': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:323:12: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 323 | return Parrot_hash_buffer((const unsigned char *)int_array, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 324 | size * sizeof (INTVAL), INTERP->hash_seed); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:319:13: note: 'int_array' was declared here BUILDSTDERR: 319 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_destroy': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:92:9: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 92 | Parrot_gc_free_memory_chunk(INTERP, int_array); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:89:13: note: 'int_array' was declared here BUILDSTDERR: 89 | INTVAL* int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_clone': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:117:8: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 117 | if (int_array) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:113:14: note: 'int_array' was declared here BUILDSTDERR: 113 | INTVAL * int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_nci_reverse': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:666:17: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 666 | INTVAL *data; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.c: In function 'Parrot_FixedIntegerArray_nci_sort': BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:643:13: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 643 | qsort(int_array, n, sizeof (INTVAL), BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 644 | (int (*)(const void *, const void*))auxcmpfunc); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedintegerarray.pmc:640:17: note: 'int_array' was declared here BUILDSTDERR: 640 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ ions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/boolean.o -c src/pmc/boolean.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/fixedintegerarray.o -c src/pmc/fixedintegerarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/iterator.o -c src/pmc/iterator.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/fixedstringarray.o -c src/pmc/fixedstringarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/hash.o -c src/pmc/hash.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSE./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_get_string_keyed_int': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:299:21: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 299 | return str_array[key]; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:288:14: note: 'str_array' was declared here BUILDSTDERR: 288 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:293:13: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 293 | key += size; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:289:14: note: 'size' was declared here BUILDSTDERR: 289 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_freeze': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:603:24: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 603 | UINTVAL size, i; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:602:24: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 602 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_elements': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:183:12: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 183 | return size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:181:13: note: 'size' was declared here BUILDSTDERR: 181 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_thaw': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:627:18: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 627 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_set_string_keyed_int': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:463:14: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 463 | str_array[key] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:452:14: note: 'str_array' was declared here BUILDSTDERR: 452 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:457:13: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 457 | key += size; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:453:15: note: 'size' was declared here BUILDSTDERR: 453 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_set_integer_native': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:368:8: warning: 'old_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 368 | if (old_size || new_size < 1) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:365:14: note: 'old_size' was declared here BUILDSTDERR: 365 | UINTVAL old_size; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_mark': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:130:8: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 130 | if (str_array) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:127:14: note: 'str_array' was declared here BUILDSTDERR: 127 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:131:17: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 131 | UINTVAL size, i; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/fixedstringarray.c:14: BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_destroy': BUILDSTDERR: ./include/parrot/memory.h:70:9: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | Parrot_gc_free_memory_chunk((i), (p)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:72:14: note: 'str_array' was declared here BUILDSTDERR: 72 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_clone': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:96:8: warning: 'my_str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 96 | if (my_str_array) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:91:14: note: 'my_str_array' was declared here BUILDSTDERR: 91 | STRING **my_str_array; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:98:16: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 98 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedstringarray.c: In function 'Parrot_FixedStringArray_nci_reverse': BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:648:8: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 648 | if (n > 1) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:646:13: note: 'n' was declared here BUILDSTDERR: 646 | UINTVAL n; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedstringarray.pmc:650:18: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 650 | STRING **data; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/hash.c: In function 'Parrot_Hash_set_integer_native': BUILDSTDERR: ./src/pmc/hash.pmc:229:30: warning: 'new_hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 229 | PARROT_HASH(SELF)->hash = new_hash; BUILDSTDERR: ./src/pmc/hash.pmc:204:22: note: 'new_hash' was declared here BUILDSTDERR: 204 | Hash *new_hash; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/hash.c: In function 'Parrot_Hash_get_pmc_keyed_str': BUILDSTDERR: ./src/pmc/hash.pmc:678:13: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 678 | if (hash->entry_type == enum_type_PMC) BUILDSTDERR: | ~~~~^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/hash.pmc:664:17: note: 'hash' was declared here BUILDSTDERR: 664 | const Hash *hash; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/hash.c: In function 'Parrot_Hash_nci_set_value_type': BUILDSTDERR: ./src/pmc/hash.pmc:1217:30: warning: 'new_hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1217 | PARROT_HASH(SELF)->hash = new_hash; BUILDSTDERR: ./src/pmc/hash.pmc:1194:11: note: 'new_hash' was declared here BUILDSTDERR: 1194 | Hash *new_hash; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/oplib.c: In function 'Parrot_OpLib_get_pmc_keyed_int': BUILDSTDERR: ./src/pmc/oplib.c:128:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 128 | #line 128 "./src/pmc/oplib.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/oplib.c: In function 'Parrot_OpLib_get_pointer': BUILDSTDERR: ./src/pmc/oplib.pmc:196:12: warning: 'oplib' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 196 | return oplib; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/oplib.pmc:194:15: note: 'oplib' was declared here BUILDSTDERR: 194 | op_lib_t *oplib; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/oplib.c: In function 'Parrot_OpLib_get_integer_keyed_str': BUILDSTDERR: ./src/pmc/oplib.pmc:110:17: warning: 'oplib' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 110 | num = oplib->_op_code(INTERP, cstr, 1); BUILDSTDERR: | ~~~~~^~~~~~~~~~ BUILDSTDERR: ./src/pmc/oplib.pmc:105:21: note: 'oplib' was declared here BUILDSTDERR: 105 | const op_lib_t *oplib; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/oplib.c: In function 'Parrot_OpLib_elements': BUILDSTDERR: ./src/pmc/oplib.pmc:176:17: warning: 'oplib' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 176 | return oplib->op_count; BUILDSTDERR: | ~~~~~^~~~~~~~~~ BUILDSTDERR: ./src/pmc/oplib.pmc:174:21: note: 'oplib' was declared here BUILDSTDERR: 174 | const op_lib_t *oplib; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/oplib.c: In function 'Parrot_OpLib_get_pmc_keyed_int': BUILDSTDERR: ./src/pmc/oplib.pmc:156:46: warning: 'oplib' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 156 | VTABLE_set_pointer(INTERP, op, &oplib->op_info_table[value]); BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/oplib.pmc:146:15: note: 'oplib' was declared here BUILDSTDERR: 146 | op_lib_t *oplib; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/oplib.c: In function 'Parrot_OpLib_nci_op_family': BUILDSTDERR: ./src/pmc/oplib.pmc:225:26: warning: 'oplib' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 225 | for (i = 0; i < oplib->op_count; ++i) { BUILDSTDERR: | ~~~~~^~~~~~~~~~ BUILDSTDERR: ./src/pmc/oplib.pmc:218:21: note: 'oplib' was declared here BUILDSTDERR: 218 | const op_lib_t *oplib; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/oplib.c: In function 'Parrot_OpLib_nci_version': BUILDSTDERR: ./src/pmc/oplib.pmc:255:21: warning: 'oplib' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 255 | 1, oplib->bc_minor_version); BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/oplib.pmc:248:21: note: 'oplib' was declared here BUILDSTDERR: 248 | const op_lib_t *oplib; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/callcontext.c: In function 'Parrot_CallContext_mark': BUILDSTDERR: ./src/pmc/callcontext.pmc:610:15: warning: unused variable 'short_sig' [-Wunused-variable] BUILDSTDERR: 610 | STRING *short_sig; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/callcontext.pmc:609:15: warning: unused variable 'tmp' [-Wunused-variable] BUILDSTDERR: 609 | PMC *tmp; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/callcontext.pmc:608:15: warning: unused variable 'hash' [-Wunused-variable] BUILDSTDERR: 608 | Hash *hash; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_get_integer_keyed': BUILDSTDERR: ./src/pmc/addrregistry.pmc:135:13: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 135 | value = Parrot_hash_get(INTERP, hash, key); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:131:17: note: 'hash' was declared here BUILDSTDERR: 131 | Hash *hash; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_set_pmc_keyed_str': BUILDSTDERR: ./src/pmc/addrregistry.pmc:207:14: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 207 | GET_ATTR_str_registry(INTERP, SELF, hash); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:203:17: note: 'hash' was declared here BUILDSTDERR: 203 | const void *oldval; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_set_pmc_keyed': BUILDSTDERR: ./src/pmc/addrregistry.pmc:191:14: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 191 | GET_ATTR_pmc_registry(INTERP, SELF, hash); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:187:17: note: 'hash' was declared here BUILDSTDERR: 187 | const void *oldval; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_set_integer_keyed': BUILDSTDERR: ./src/pmc/addrregistry.pmc:220:5: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 220 | Parrot_hash_put(INTERP, hash, key, INTVAL2PTR(void *, value)); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:218:11: note: 'hash' was declared here BUILDSTDERR: 218 | Hash *hash; BUILDSTDERR: | ^~~~ T_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/orderedhash.o -c src/pmc/orderedhash.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/oplib.o -c src/pmc/oplib.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/opcode.o -c src/pmc/opcode.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/callcontext.o -c src/pmc/callcontext.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/addrregistry.o -c src/pmc/addrregistry.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/li./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_mark': BUILDSTDERR: ./src/pmc/addrregistry.pmc:81:5: warning: 'str_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 81 | Parrot_hash_mark(interp, str_registry); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:75:11: note: 'str_registry' was declared here BUILDSTDERR: 75 | Hash *str_registry, *pmc_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:80:5: warning: 'pmc_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 80 | Parrot_hash_mark(interp, pmc_registry); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:75:26: note: 'pmc_registry' was declared here BUILDSTDERR: 75 | Hash *str_registry, *pmc_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_get_bool': BUILDSTDERR: ./src/pmc/addrregistry.pmc:159:13: warning: 'pmc_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 159 | return (Parrot_hash_size(INTERP, pmc_registry) + BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:154:17: note: 'pmc_registry' was declared here BUILDSTDERR: 154 | const Hash *pmc_registry, *str_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:160:13: warning: 'str_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 160 | Parrot_hash_size(INTERP, str_registry)) != 0; BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:154:32: note: 'str_registry' was declared here BUILDSTDERR: 154 | const Hash *pmc_registry, *str_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_elements': BUILDSTDERR: ./src/pmc/addrregistry.pmc:149:12: warning: 'pmc_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 149 | return Parrot_hash_size(INTERP, pmc_registry) + BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:144:17: note: 'pmc_registry' was declared here BUILDSTDERR: 144 | const Hash *pmc_registry, *str_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:150:12: warning: 'str_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 150 | Parrot_hash_size(INTERP, str_registry); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:144:32: note: 'str_registry' was declared here BUILDSTDERR: 144 | const Hash *pmc_registry, *str_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_destroy': BUILDSTDERR: ./src/pmc/addrregistry.pmc:103:5: warning: 'str_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 103 | Parrot_hash_destroy(interp, str_registry); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:97:11: note: 'str_registry' was declared here BUILDSTDERR: 97 | Hash *str_registry, *pmc_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:102:5: warning: 'pmc_registry' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 102 | Parrot_hash_destroy(interp, pmc_registry); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:97:26: note: 'pmc_registry' was declared here BUILDSTDERR: 97 | Hash *str_registry, *pmc_registry; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_delete_keyed_str': BUILDSTDERR: ./src/pmc/addrregistry.pmc:247:13: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 247 | value = Parrot_hash_get(INTERP, hash, key); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:243:17: note: 'hash' was declared here BUILDSTDERR: 243 | Hash *hash; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/addrregistry.c: In function 'Parrot_AddrRegistry_delete_keyed': BUILDSTDERR: ./src/pmc/addrregistry.pmc:228:13: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 228 | value = Parrot_hash_get(INTERP, hash, key); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/addrregistry.pmc:224:17: note: 'hash' was declared here BUILDSTDERR: 224 | Hash *hash; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/callcontext.c:14: BUILDSTDERR: ./src/pmc/callcontext.c: In function 'Parrot_CallContext_get_pmc': BUILDSTDERR: ./include/parrot/vtable.h:674:5: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 674 | (pmc)->vtable->set_integer_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/callcontext.pmc:841:20: note: 'type' was declared here BUILDSTDERR: 841 | INTVAL type; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/bytebuffer.pmc: In function 'build_string': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:518:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 518 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_get_integer_keyed_int': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:245:12: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 245 | if (content == NULL) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:243:24: note: 'content' was declared here BUILDSTDERR: 243 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_set_string_native': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:210:40: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 210 | content = (unsigned char *)Parrot_gc_reallocate_memory_chunk(INTERP, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 211 | content, new_length); BUILDSTDERR: | ~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:207:24: note: 'content' was declared here BUILDSTDERR: 207 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ b/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/alarm.o -c src/pmc/alarm.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/arrayiterator.o -c src/pmc/arrayiterator.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/bytebuffer.o -c src/pmc/bytebuffer.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/callback.o -c src/pmc/callback.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/capture.o -c src/pmc/capture.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -W./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_set_integer_keyed_int': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:307:12: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 307 | content[position] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:268:20: note: 'content' was declared here BUILDSTDERR: 268 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_destroy': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:114:9: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 114 | Parrot_gc_free_memory_chunk(INTERP, content); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:112:24: note: 'content' was declared here BUILDSTDERR: 112 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_set_integer_native': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:180:21: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 180 | Parrot_gc_reallocate_memory_chunk(INTERP, content, set_size); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:146:20: note: 'content' was declared here BUILDSTDERR: 146 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_nci_get_chars': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:450:8: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 450 | if (content == NULL) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:440:23: note: 'content' was declared here BUILDSTDERR: 440 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_get_pointer': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:340:8: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 340 | if (content == NULL) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:338:20: note: 'content' was declared here BUILDSTDERR: 338 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_nci_get_string_as': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:415:8: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 415 | if (content == NULL) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:409:20: note: 'content' was declared here BUILDSTDERR: 409 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/bytebuffer.c: In function 'Parrot_ByteBuffer_nci_get_string': BUILDSTDERR: ./src/pmc/bytebuffer.pmc:386:8: warning: 'content' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 386 | if (content == NULL) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/bytebuffer.pmc:381:20: note: 'content' was declared here BUILDSTDERR: 381 | unsigned char *content; BUILDSTDERR: | ^~~~~~~ p,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/class.o -c src/pmc/class.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/eventhandler.o -c src/pmc/eventhandler.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/exceptionhandler.o -c src/pmc/exceptionhandler.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/exporter.o -c src/pmc/exporter.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/fileIn file included from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/pmc/class.c:14: BUILDSTDERR: ./src/pmc/class.c: In function 'Parrot_Class_inspect_str': BUILDSTDERR: ./include/parrot/interpreter.h:333:45: warning: 'found' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 333 | #define PMC_IS_NULL(pmc) ((pmc) == PMCNULL || (pmc) == NULL) BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/class.pmc:1126:10: note: 'found' was declared here BUILDSTDERR: 1126 | PMC *found; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/class.c: In function 'Parrot_Class_init_pmc': BUILDSTDERR: ./src/pmc/class.pmc:740:5: warning: 'arg' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 740 | init_class_from_hash(INTERP, SELF, arg); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/class.pmc:698:20: note: 'arg' was declared here BUILDSTDERR: 698 | PMC *arg; BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/filehandle.c:14: BUILDSTDERR: ./src/pmc/filehandle.c: In function 'Parrot_FileHandle_nci_handle': BUILDSTDERR: ./include/parrot/vtable.h:674:5: warning: 'handle' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 674 | (pmc)->vtable->set_integer_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/filehandle.pmc:591:12: note: 'handle' was declared here BUILDSTDERR: 591 | INTVAL handle; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/filehandle.c: In function 'Parrot_FileHandle_nci_tell': BUILDSTDERR: ./src/pmc/filehandle.c:928:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 928 | { /*BEGIN RETURN INTVAL pos, INTVAL pos>>32 */ BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 929 | Parrot_pcc_set_call_from_c_args(interp, _call_object, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/filehandle.pmc:625:14: note: 'pos' was declared here BUILDSTDERR: 625 | PIOOFF_T pos; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_get_integer_keyed_int': BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:221:22: warning: 'bit_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 221 | return (bit_array[key / BITS_PER_CHAR] & (1 << (key % BITS_PER_CHAR))) ? 1 : 0; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:211:27: note: 'bit_array' was declared here BUILDSTDERR: 211 | const unsigned char * bit_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:216:13: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 216 | key += size; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:210:27: note: 'size' was declared here BUILDSTDERR: 210 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_elements': BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:182:12: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 182 | return size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:180:13: note: 'size' was declared here BUILDSTDERR: 180 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_set_integer_keyed_int': BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:398:21: warning: 'bit_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 398 | unsigned char * bit_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:403:13: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 403 | key += size; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:397:13: note: 'size' was declared here BUILDSTDERR: 397 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from src/pmc/fixedbooleanarray.c:18: BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_clone': BUILDSTDERR: ./include/pmc/pmc_fixedbooleanarray.h:56:74: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 56 | ((Parrot_FixedBooleanArray_attributes *)PMC_data(pmc))->size = (value); \ BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:133:39: note: 'size' was declared here BUILDSTDERR: 133 | UINTVAL resize_threshold, size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:50:34: warning: 'resize_threshold' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 50 | return (size + BITS_PER_CHAR - 1) / BITS_PER_CHAR; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:133:21: note: 'resize_threshold' was declared here BUILDSTDERR: 133 | UINTVAL resize_threshold, size; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.c: In function 'Parrot_FixedFloatArray_get_pointer': BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:353:12: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 353 | return float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:351:15: note: 'float_array' was declared here BUILDSTDERR: 351 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_set_integer_native': BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:375:8: warning: 'old_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 375 | if (old_size || size < 1) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:371:13: note: 'old_size' was declared here BUILDSTDERR: 371 | UINTVAL old_size; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.c: In function 'Parrot_FixedFloatArray_get_number_keyed_int': BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:256:23: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 256 | return float_array[key]; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:245:15: note: 'float_array' was declared here BUILDSTDERR: 245 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.c: In function 'Parrot_FixedFloatArray_set_number_keyed_int': BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:431:16: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 431 | float_array[key] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:420:15: note: 'float_array' was declared here BUILDSTDERR: 420 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_freeze': BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:566:9: warning: 'resize_threshold' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 566 | s = Parrot_str_new_init(INTERP, (char*)bit_array, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 567 | (resize_threshold / BITS_PER_CHAR), BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 568 | Parrot_binary_encoding_ptr, 0); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:559:28: note: 'resize_threshold' was declared here BUILDSTDERR: 559 | UINTVAL size, resize_threshold; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/fixedbooleanarray.c:14: BUILDSTDERR: ./include/parrot/vtable.h:646:5: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 646 | (pmc)->vtable->push_integer(interp, pmc, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:559:22: note: 'size' was declared here BUILDSTDERR: 559 | UINTVAL size, resize_threshold; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:566:9: warning: 'bit_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 566 | s = Parrot_str_new_init(INTERP, (char*)bit_array, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 567 | (resize_threshold / BITS_PER_CHAR), BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 568 | Parrot_binary_encoding_ptr, 0); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:560:22: note: 'bit_array' was declared here BUILDSTDERR: 560 | unsigned char * bit_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/fixedbooleanarray.c:14: BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_destroy': BUILDSTDERR: ./include/parrot/memory.h:70:9: warning: 'bit_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | Parrot_gc_free_memory_chunk((i), (p)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:115:20: note: 'bit_array' was declared here BUILDSTDERR: 115 | unsigned char *bit_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.c: In function 'Parrot_FixedBooleanArray_nci_fill': BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:50:34: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 50 | return (size + BITS_PER_CHAR - 1) / BITS_PER_CHAR; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: ./src/pmc/fixedbooleanarray.pmc:621:21: note: 'size' was declared here BUILDSTDERR: 621 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/fixedfloatarray.c:14: BUILDSTDERR: ./src/pmc/fixedfloatarray.c: In function 'Parrot_FixedFloatArray_destroy': BUILDSTDERR: ./include/parrot/memory.h:70:9: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | Parrot_gc_free_memory_chunk((i), (p)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:88:15: note: 'float_array' was declared here BUILDSTDERR: 88 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.c: In function 'Parrot_FixedFloatArray_clone': BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:128:8: warning: 'self_float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 128 | if (self_float_array) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:125:15: note: 'self_float_array' was declared here BUILDSTDERR: 125 | FLOATVAL *self_float_array; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.c: In function 'Parrot_FixedFloatArray_nci_reverse': BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:567:19: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 567 | FLOATVAL *data; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.c: In function 'Parrot_FixedFloatArray_nci_sort': BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:69:13: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | qsort(float_array, n, sizeof (FLOATVAL), BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 70 | (int (*)(const void *, const void*))auxcmpfunc); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/fixedfloatarray.pmc:66:19: note: 'float_array' was declared here BUILDSTDERR: 66 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ handle.o -c src/pmc/filehandle.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/fixedbooleanarray.o -c src/pmc/fixedbooleanarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/fixedfloatarray.o -c src/pmc/fixedfloatarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/fixedpmcarray.o -c src/pmc/fixedpmcarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/handle.o -c src/pmc/handle.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches ./src/pmc/handle.c: In function 'Parrot_Handle_get_pointer_keyed_int': BUILDSTDERR: ./src/pmc/handle.pmc:73:12: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 73 | return ptr; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/handle.pmc:58:12: note: 'ptr' was declared here BUILDSTDERR: 58 | void * ptr; BUILDSTDERR: | ^~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/handle.c:14: BUILDSTDERR: ./src/pmc/handle.c: In function 'Parrot_Handle_nci_get_fd': BUILDSTDERR: ./include/parrot/vtable.h:674:5: warning: 'os_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 674 | (pmc)->vtable->set_integer_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/handle.pmc:136:15: note: 'os_handle' was declared here BUILDSTDERR: 136 | PIOHANDLE os_handle; BUILDSTDERR: | ^~~~~~~~~ -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/hashiterator.o -c src/pmc/hashiterator.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/hashiteratorkey.o -c src/pmc/hashiteratorkey.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/imageiofreeze.o -c src/pmc/imageiofreeze.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/imageiosize.o -c src/pmc/imageiosize.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/imageiostrings.o -c src/pmc/imageiostrings.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEB./src/pmc/lexinfo.c: In function 'Parrot_LexInfo_inspect_str': BUILDSTDERR: ./src/pmc/lexinfo.c:94:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 94 | #line 94 "./src/pmc/lexinfo.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc: In function 'build_string': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:591:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 591 | (const char *)content, size, encoding, 0); BUILDSTDERR: | ^ UG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/imageiothaw.o -c src/pmc/imageiothaw.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/imccompiler.o -c src/pmc/imccompiler.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/lexinfo.o -c src/pmc/lexinfo.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/mappedbytearray.o -c src/pmc/mappedbytearray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/multisub.o -c src/pmc/multisub.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat./src/pmc/mappedbytearray.c: In function 'Parrot_MappedByteArray_get_integer_keyed_int': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:238:18: warning: 'buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 238 | return buffer[pos]; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:229:20: note: 'buffer' was declared here BUILDSTDERR: 229 | unsigned char *buffer; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:234:17: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 234 | if (pos < 0 || pos >= size) BUILDSTDERR: | ~~~~~~~~^~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:228:12: note: 'size' was declared here BUILDSTDERR: 228 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.c: In function 'Parrot_MappedByteArray_get_bool': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:185:19: warning: 'buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 185 | return buffer != NULL; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:183:20: note: 'buffer' was declared here BUILDSTDERR: 183 | unsigned char *buffer; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.c: In function 'Parrot_MappedByteArray_elements': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:206:12: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 206 | return size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:204:13: note: 'size' was declared here BUILDSTDERR: 204 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.c: In function 'Parrot_MappedByteArray_set_integer_keyed_int': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:252:11: warning: 'buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 252 | buffer[pos] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:243:20: note: 'buffer' was declared here BUILDSTDERR: 243 | unsigned char *buffer; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:248:17: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 248 | if (pos < 0 || pos >= size) BUILDSTDERR: | ~~~~~~~~^~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:242:12: note: 'size' was declared here BUILDSTDERR: 242 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.c: In function 'Parrot_MappedByteArray_destroy': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:165:9: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 165 | munmap(buffer, size); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:158:13: note: 'size' was declared here BUILDSTDERR: 158 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:165:9: warning: 'buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 165 | munmap(buffer, size); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:157:20: note: 'buffer' was declared here BUILDSTDERR: 157 | unsigned char *buffer; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.c: In function 'Parrot_MappedByteArray_nci_close': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:342:8: warning: 'buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 342 | if (buffer) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:340:20: note: 'buffer' was declared here BUILDSTDERR: 340 | unsigned char *buffer; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:343:16: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 343 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.c: In function 'Parrot_MappedByteArray_nci_get_string': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:381:42: warning: 'buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 381 | result = build_string(INTERP, buffer + pos, bytelength, encoding); BUILDSTDERR: | ~~~~~~~^~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:373:20: note: 'buffer' was declared here BUILDSTDERR: 373 | unsigned char *buffer; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:378:47: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 378 | if (pos < 0 || bytelength < 0 || size < 0 || pos + bytelength > size) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:374:12: note: 'size' was declared here BUILDSTDERR: 374 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc: In function 'get_encoded_chars.isra.0': BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:620:12: warning: 'buffer' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 620 | BUILDSTDERR: | ^ BUILDSTDERR: 621 | return Parrot_str_extract_chars(interp, (char *)buffer + pos, size - pos, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/mappedbytearray.pmc:616:17: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 616 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/namespace.c: In function 'Parrot_NameSpace_get_pointer_keyed': BUILDSTDERR: ./src/pmc/namespace.c:539:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 539 | #line 539 "./src/pmc/namespace.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/nativepccmethod.c: In function 'Parrot_NativePCCMethod_invoke': BUILDSTDERR: ./src/pmc/nativepccmethod.pmc:118:10: warning: 'func' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 118 | fptr = (native_pcc_method_t)D2FPTR(func); BUILDSTDERR: ./src/pmc/nativepccmethod.pmc:109:26: note: 'func' was declared here BUILDSTDERR: 109 | void *func; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/namespace.c: In function 'Parrot_NameSpace_get_pointer_keyed_str': BUILDSTDERR: ./src/pmc/namespace.pmc:647:17: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 647 | ns = (PMC *)Parrot_hash_get(INTERP, hash, key); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/namespace.pmc:644:11: note: 'hash' was declared here BUILDSTDERR: 644 | Hash *hash; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/pmc/namespace.c:14: BUILDSTDERR: ./src/pmc/namespace.c: In function 'Parrot_NameSpace_inspect_str': BUILDSTDERR: ./include/parrot/interpreter.h:333:45: warning: 'found' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 333 | #define PMC_IS_NULL(pmc) ((pmc) == PMCNULL || (pmc) == NULL) BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/namespace.pmc:755:10: note: 'found' was declared here BUILDSTDERR: 755 | PMC *found; BUILDSTDERR: | ^~~~~ /redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/namespace.o -c src/pmc/namespace.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/nativepccmethod.o -c src/pmc/nativepccmethod.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/object.o -c src/pmc/object.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/orderedhashiterator.o -c src/pmc/orderedhashiterator.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/os.o -c src/pmc/os.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=./src/pmc/namespace.c: In function 'Parrot_NameSpace_set_pmc_keyed_str': BUILDSTDERR: ./src/pmc/namespace.pmc:314:17: warning: 'hash' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 314 | Parrot_hash_put(interp, hash, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 315 | Parrot_hash_key_from_string(interp, hash, key), BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 316 | Parrot_hash_value_from_pmc(interp, hash, value)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/namespace.pmc:304:25: note: 'hash' was declared here BUILDSTDERR: 304 | Hash *hash; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/packfile.c: In function 'Parrot_Packfile_get_string_keyed_str': BUILDSTDERR: ./src/pmc/packfile.c:230:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 230 | #line 230 "./src/pmc/packfile.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/packfile.c: In function 'Parrot_Packfile_get_integer_keyed_str': BUILDSTDERR: ./src/pmc/packfile.pmc:311:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 311 | return result; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/packfile.pmc:278:12: note: 'result' was declared here BUILDSTDERR: 278 | INTVAL result; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/packfileannotation.c:14: BUILDSTDERR: ./src/pmc/packfileannotation.c: In function 'Parrot_PackfileAnnotation_nci_get_type': BUILDSTDERR: ./include/parrot/vtable.h:674:5: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 674 | (pmc)->vtable->set_integer_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/packfileannotation.pmc:185:12: note: 'ret' was declared here BUILDSTDERR: 185 | INTVAL ret; BUILDSTDERR: | ^~~ 2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfile.o -c src/pmc/packfile.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfileannotation.o -c src/pmc/packfileannotation.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfileannotations.o -c src/pmc/packfileannotations.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfileconstanttable.o -c src/pmc/packfileconstanttable.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fsta./src/pmc/packfileconstanttable.c: In function 'Parrot_PackfileConstantTable_class_init': BUILDSTDERR: ./src/pmc/packfileconstanttable.c:778:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 778 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "PackfileConstantTable,STRING"); BUILDSTDERR: | ^~~~~ ck-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfiledirectory.o -c src/pmc/packfiledirectory.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfileopmap.o -c src/pmc/packfileopmap.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfilerawsegment.o -c src/pmc/packfilerawsegment.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfilesegment.o -c src/pmc/packfilesegment.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfileview.o -c src/pmc/packfileview.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,./src/pmc/pmclist.c: In function 'Parrot_PMCList_visit': BUILDSTDERR: ./src/pmc/pmclist.pmc:388:11: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 388 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.pmc:382:11: note: 'tmp' was declared here BUILDSTDERR: 382 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_unshift_pmc': BUILDSTDERR: ./src/pmc/pmclist.pmc:283:16: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 283 | void *tmp; BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/pmclist.pmc:273:11: note: 'tmp' was declared here BUILDSTDERR: 273 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_push_pmc': BUILDSTDERR: ./src/pmc/pmclist.pmc:192:16: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 192 | void *tmp; BUILDSTDERR: | ~~~~~~~^~~ BUILDSTDERR: ./src/pmc/pmclist.pmc:182:11: note: 'tmp' was declared here BUILDSTDERR: 182 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_destroy': BUILDSTDERR: ./src/pmc/pmclist.pmc:89:11: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.pmc:83:11: note: 'tmp' was declared here BUILDSTDERR: 83 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_shift_pmc': BUILDSTDERR: ./src/pmc/pmclist.pmc:143:10: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 143 | PMC *data; BUILDSTDERR: | ~^~~~~~~~~ BUILDSTDERR: ./src/pmc/pmclist.pmc:130:11: note: 'tmp' was declared here BUILDSTDERR: 130 | =item C BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_pop_pmc': BUILDSTDERR: ./src/pmc/pmclist.pmc:234:10: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 234 | PMC *data; BUILDSTDERR: | ~^~~~~~~~~ BUILDSTDERR: ./src/pmc/pmclist.pmc:221:11: note: 'tmp' was declared here BUILDSTDERR: 221 | =item C BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_mark': BUILDSTDERR: ./src/pmc/pmclist.pmc:427:11: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 427 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.pmc:421:11: note: 'tmp' was declared here BUILDSTDERR: 421 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_get_repr': BUILDSTDERR: ./src/pmc/pmclist.pmc:347:11: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 347 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.pmc:340:11: note: 'tmp' was declared here BUILDSTDERR: 340 | =item C BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/pmclist.c: In function 'Parrot_PMCList_clone': BUILDSTDERR: ./src/pmc/pmclist.pmc:318:11: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 318 | */ BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/pmclist.pmc:312:11: note: 'tmp' was declared here BUILDSTDERR: 312 | =item C BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/pmclist.pmc: In function 'Parrot_pmc_list_insert_by_number': BUILDSTDERR: ./src/pmc/pmclist.pmc:527:16: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 527 | { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_pop_float': BUILDSTDERR: ./src/pmc/proxy.c:1839:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1839 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_pop_integer': BUILDSTDERR: ./src/pmc/proxy.c:1844:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1844 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_pop_pmc': BUILDSTDERR: ./src/pmc/proxy.c:1849:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1849 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_pop_string': BUILDSTDERR: ./src/pmc/proxy.c:1854:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1854 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_POP_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_shift_float': BUILDSTDERR: ./src/pmc/proxy.c:2088:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2088 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_FLOAT); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_shift_integer': BUILDSTDERR: ./src/pmc/proxy.c:2093:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2093 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_INTEGER); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_shift_pmc': BUILDSTDERR: ./src/pmc/proxy.c:2098:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2098 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_PMC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/proxy.c: In function 'Parrot_Proxy_shift_string': BUILDSTDERR: ./src/pmc/proxy.c:2103:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 2103 | cant_do_write_method(interp, _self, PARROT_VTABLE_SLOT_SHIFT_STRING); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptr.c: In function 'Parrot_Ptr_get_pointer': BUILDSTDERR: ./src/pmc/ptr.pmc:111:12: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 111 | if (PTR_FAT_TEST(INTERP, SELF)) BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/ptr.pmc:104:11: note: 'ptr' was declared here BUILDSTDERR: 104 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrbuf.c: In function 'Parrot_PtrBuf_get_integer': BUILDSTDERR: ./src/pmc/ptrbuf.pmc:57:12: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 57 | return i; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrbuf.pmc:55:12: note: 'i' was declared here BUILDSTDERR: 55 | INTVAL i; BUILDSTDERR: | ^ -D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/pmclist.o -c src/pmc/pmclist.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/pmcproxy.o -c src/pmc/pmcproxy.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/proxy.o -c src/pmc/proxy.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/ptr.o -c src/pmc/ptr.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/ptrbuf.o -c src/pmc/ptrbuf.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISA./src/pmc/resizablefloatarray.c: In function 'Parrot_ResizableFloatArray_get_number_keyed_int': BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:52:23: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 52 | return float_array[key]; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:39:15: note: 'float_array' was declared here BUILDSTDERR: 39 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablefloatarray.c: In function 'Parrot_ResizableFloatArray_set_number_keyed_int': BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:81:16: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 81 | float_array[key] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:67:15: note: 'float_array' was declared here BUILDSTDERR: 67 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_set_integer_keyed_int': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:97:13: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 97 | key += tail_pos; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/resizablefloatarray.c: In function 'Parrot_ResizableFloatArray_unshift_float': BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:249:20: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 249 | float_array[0] = value; BUILDSTDERR: | ~~~~~~~~~~~^~~~~~~ BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:243:15: note: 'float_array' was declared here BUILDSTDERR: 243 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:92:24: note: 'tail_pos' was declared here BUILDSTDERR: 92 | UINTVAL offsetkey, tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:106:15: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 106 | offsetkey = key + head_pos; BUILDSTDERR: | ~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:92:34: note: 'head_pos' was declared here BUILDSTDERR: 92 | UINTVAL offsetkey, tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_push_integer': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:192:25: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 192 | new_size = tail_pos - head_pos; BUILDSTDERR: | ~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:186:13: note: 'tail_pos' was declared here BUILDSTDERR: 186 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:192:25: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 192 | new_size = tail_pos - head_pos; BUILDSTDERR: | ~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:186:23: note: 'head_pos' was declared here BUILDSTDERR: 186 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablefloatarray.c: In function 'Parrot_ResizableFloatArray_shift_float': BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:224:23: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 224 | value = float_array[0]; BUILDSTDERR: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:214:22: note: 'float_array' was declared here BUILDSTDERR: 214 | FLOATVAL value, *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_pop_integer': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:212:8: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 212 | if (tail_pos < 1) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:208:23: note: 'tail_pos' was declared here BUILDSTDERR: 208 | UINTVAL new_size, tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:219:66: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 219 | value = SELF.get_integer_keyed_int(new_size - 1); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:208:33: note: 'head_pos' was declared here BUILDSTDERR: 208 | UINTVAL new_size, tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_get_integer_keyed_int': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:64:13: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 64 | key += tail_pos; BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:59:24: note: 'tail_pos' was declared here BUILDSTDERR: 59 | UINTVAL offsetkey, tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:73:15: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 73 | offsetkey = key + head_pos; BUILDSTDERR: | ~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:59:34: note: 'head_pos' was declared here BUILDSTDERR: 59 | UINTVAL offsetkey, tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_elements': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:350:21: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 350 | return tail_pos - head_pos; BUILDSTDERR: | ~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:347:13: note: 'tail_pos' was declared here BUILDSTDERR: 347 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:350:21: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 350 | return tail_pos - head_pos; BUILDSTDERR: | ~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:347:23: note: 'head_pos' was declared here BUILDSTDERR: 347 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablefloatarray.c: In function 'Parrot_ResizableFloatArray_set_integer_native': BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:111:8: warning: 'float_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 111 | if (!float_array) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablefloatarray.pmc:102:15: note: 'float_array' was declared here BUILDSTDERR: 102 | FLOATVAL *float_array; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_unshift_integer': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:242:8: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 242 | if (head_pos <= 0) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:237:13: note: 'head_pos' was declared here BUILDSTDERR: 237 | UINTVAL head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:28:53: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 28 | #define ROUND_BYTES(size) (((size) / MIN_ALLOC + 1) * MIN_ALLOC / BITS_PER_CHAR) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:244:25: note: 'tail_pos' was declared here BUILDSTDERR: 244 | UINTVAL tail_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/resizablebooleanarray.c:14: BUILDSTDERR: ./include/parrot/memory.h:70:9: warning: 'old_bit_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | Parrot_gc_free_memory_chunk((i), (p)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:245:25: note: 'old_bit_array' was declared here BUILDSTDERR: 245 | unsigned char * old_bit_array; BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_shift_integer': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:322:46: warning: 'old_bit_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 322 | memmove(new_bit_array, old_bit_array + (BITS_TO_BYTES(MIN_ALLOC)), BUILDSTDERR: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:312:40: note: 'old_bit_array' was declared here BUILDSTDERR: 312 | unsigned char *new_bit_array, *old_bit_array; BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:310:8: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 310 | if (head_pos >= MIN_ALLOC) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:294:23: note: 'head_pos' was declared here BUILDSTDERR: 294 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:314:46: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 314 | new_mem_size = ROUND_BYTES(tail_pos - MIN_ALLOC); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:294:13: note: 'tail_pos' was declared here BUILDSTDERR: 294 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_set_integer_native': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:132:18: warning: 'new_tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 132 | new_tail_pos += size; BUILDSTDERR: | ~~~~~~~~~^~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:127:35: note: 'new_tail_pos' was declared here BUILDSTDERR: 127 | size_t old_tail_pos, new_tail_pos, new_size_in_bytes, old_size_in_bytes; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:127:21: warning: 'old_tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 127 | size_t old_tail_pos, new_tail_pos, new_size_in_bytes, old_size_in_bytes; BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/resizablebooleanarray.c:14: BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_freeze': BUILDSTDERR: ./include/parrot/vtable.h:646:5: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 646 | (pmc)->vtable->push_integer(interp, pmc, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:428:47: note: 'head_pos' was declared here BUILDSTDERR: 428 | UINTVAL tail_pos, rounded_size, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/resizablebooleanarray.c:14: BUILDSTDERR: ./include/parrot/vtable.h:646:5: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 646 | (pmc)->vtable->push_integer(interp, pmc, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:428:23: note: 'tail_pos' was declared here BUILDSTDERR: 428 | UINTVAL tail_pos, rounded_size, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:439:9: warning: 'bit_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 439 | s = Parrot_str_new(INTERP, (char*)bit_array, rounded_size); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:429:23: note: 'bit_array' was declared here BUILDSTDERR: 429 | unsigned char *bit_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablebooleanarray.c: In function 'Parrot_ResizableBooleanArray_clone': BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:391:46: warning: 'tail_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 391 | const size_t size_in_bits = tail_pos / BITS_PER_CHAR + 1; BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:378:21: note: 'tail_pos' was declared here BUILDSTDERR: 378 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from src/pmc/resizablebooleanarray.c:17: BUILDSTDERR: ./include/pmc/pmc_resizablebooleanarray.h:80:90: warning: 'head_pos' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 80 | ((Parrot_ResizableBooleanArray_attributes *)PMC_data(pmc))->resize_threshold = (value); \ BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablebooleanarray.pmc:378:31: note: 'head_pos' was declared here BUILDSTDERR: 378 | UINTVAL tail_pos, head_pos; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.c: In function 'Parrot_ResizableIntegerArray_get_integer_keyed_int': BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:72:21: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 72 | return int_array[key]; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:58:13: note: 'int_array' was declared here BUILDSTDERR: 58 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.c: In function 'Parrot_ResizableIntegerArray_set_integer_keyed_int': BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:100:14: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 100 | int_array[key] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:86:13: note: 'int_array' was declared here BUILDSTDERR: 86 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.c: In function 'Parrot_ResizableIntegerArray_shift_integer': BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:235:34: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 235 | memmove(int_array, int_array + 1, size * sizeof (INTVAL)); BUILDSTDERR: | ~~~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:223:20: note: 'int_array' was declared here BUILDSTDERR: 223 | INTVAL value, *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.c: In function 'Parrot_ResizableIntegerArray_delete_keyed_int': BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:282:46: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 282 | memmove(int_array + key, int_array + key + 1, (size - key) * sizeof (INTVAL)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~^~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:272:13: note: 'int_array' was declared here BUILDSTDERR: 272 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.c: In function 'Parrot_ResizableIntegerArray_unshift_integer': BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:258:18: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 258 | int_array[0] = value; BUILDSTDERR: | ~~~~~~~~~^~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:251:13: note: 'int_array' was declared here BUILDSTDERR: 251 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablepmcarray.c: In function 'Parrot_ResizablePMCArray_push_float': BUILDSTDERR: ./src/pmc/resizablepmcarray.pmc:628:18: warning: unused variable 'size' [-Wunused-variable] BUILDSTDERR: 628 | const INTVAL size = PMC_size(SELF); BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablepmcarray.c: In function 'Parrot_ResizablePMCArray_push_integer': BUILDSTDERR: ./src/pmc/resizablepmcarray.pmc:636:18: warning: unused variable 'size' [-Wunused-variable] BUILDSTDERR: 636 | const INTVAL size = PMC_size(SELF); BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablepmcarray.c: In function 'Parrot_ResizablePMCArray_push_string': BUILDSTDERR: ./src/pmc/resizablepmcarray.pmc:661:18: warning: unused variable 'size' [-Wunused-variable] BUILDSTDERR: 661 | const INTVAL size = PMC_size(SELF); BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablepmcarray.pmc: In function 'Parrot_ResizablePMCArray_set_integer_native': BUILDSTDERR: ./src/pmc/resizablepmcarray.pmc:278:20: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: 278 | size_t i; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablepmcarray.pmc:297:16: warning: variable 'old' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 297 | INTVAL old; BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.c: In function 'Parrot_ResizableIntegerArray_push_integer': BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:186:14: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 186 | int_array[nextix] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:171:13: note: 'int_array' was declared here BUILDSTDERR: 171 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.c: In function 'Parrot_ResizableIntegerArray_set_integer_native': BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:123:8: warning: 'int_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 123 | if (!int_array) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:114:13: note: 'int_array' was declared here BUILDSTDERR: 114 | INTVAL *int_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/resizableintegerarray.c:14: BUILDSTDERR: ./include/parrot/memory.h:61:17: warning: 'i_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 61 | (type *)Parrot_gc_reallocate_memory_chunk((i), (p), (n) * sizeof (type)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizableintegerarray.pmc:141:17: note: 'i_array' was declared here BUILDSTDERR: 141 | INTVAL *i_array; BUILDSTDERR: | ^~~~~~~ BLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/resizablebooleanarray.o -c src/pmc/resizablebooleanarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/resizablefloatarray.o -c src/pmc/resizablefloatarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/resizableintegerarray.o -c src/pmc/resizableintegerarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/resizablepmcarray.o -c src/pmc/resizablepmcarray.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/resizablestringarray.o -c src/pmc/resizablestringarray.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_unshift_string': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:450:15: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 450 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:451:15: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 451 | UINTVAL size, i; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_shift_string': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:311:8: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 311 | if (size == 0) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:308:13: note: 'size' was declared here BUILDSTDERR: 308 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/resizablestringarray.c:14: BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_push_string': BUILDSTDERR: ./include/parrot/vtable.h:706:5: warning: 'next_idx' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 706 | (pmc)->vtable->set_string_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:123:12: note: 'next_idx' was declared here BUILDSTDERR: 123 | INTVAL next_idx; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/resizablestringarray.c:14: BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_pop_string': BUILDSTDERR: ./include/parrot/vtable.h:534:5: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 534 | (pmc)->vtable->get_string_keyed_int(interp, pmc, key) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:140:13: note: 'size' was declared here BUILDSTDERR: 140 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_delete_keyed_int': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:531:15: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 531 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:532:15: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 532 | UINTVAL size, i; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_delete_keyed': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:555:15: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 555 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:556:15: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 556 | UINTVAL size, i; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_shift_pmc': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:425:8: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 425 | if (size == 0) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:420:14: note: 'size' was declared here BUILDSTDERR: 420 | UINTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_set_string_keyed_int': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:108:14: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 108 | str_array[key] = value; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:94:14: note: 'str_array' was declared here BUILDSTDERR: 94 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:99:13: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 99 | key += size; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:95:14: note: 'size' was declared here BUILDSTDERR: 95 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_set_integer_native': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:241:12: warning: 'old_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 241 | if (new_size > old_size) { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:239:16: note: 'old_size' was declared here BUILDSTDERR: 239 | INTVAL old_size; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:215:14: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 215 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:257:33: warning: 'resize_threshold' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 257 | cur = (new_size < 2 * cur) ? (2 * cur) : new_size; BUILDSTDERR: | ~~^~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:216:14: note: 'resize_threshold' was declared here BUILDSTDERR: 216 | INTVAL resize_threshold; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_get_string_keyed_int': BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:76:19: warning: 'str_array' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 76 | if (!str_array[key]) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:62:14: note: 'str_array' was declared here BUILDSTDERR: 62 | STRING **str_array; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:67:13: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 67 | key += size; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:63:12: note: 'size' was declared here BUILDSTDERR: 63 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/scalar.c: In function 'Parrot_scalar_multi_multiply_Complex_PMC': BUILDSTDERR: ./src/pmc/scalar.c:1048:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1048 | #line 1048 "./src/pmc/scalar.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/scalar.c: In function 'Parrot_scalar_class_init': BUILDSTDERR: ./src/pmc/scalar.c:1536:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 1536 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "scalar,Complex,PMC"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from src/pmc/resizablestringarray.c:18: BUILDSTDERR: ./src/pmc/resizablestringarray.c: In function 'Parrot_ResizableStringArray_clone': BUILDSTDERR: ./include/pmc/pmc_resizablestringarray.h:104:89: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 104 | ((Parrot_ResizableStringArray_attributes *)PMC_data(pmc))->resize_threshold = (value); \ BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/resizablestringarray.pmc:289:12: note: 'size' was declared here BUILDSTDERR: 289 | INTVAL size; BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from ./include/parrot/platform_interface.h:11, BUILDSTDERR: from ./include/parrot/parrot.h:250, BUILDSTDERR: from src/pmc/role.c:14: BUILDSTDERR: ./src/pmc/role.c: In function 'Parrot_Role_inspect_str': BUILDSTDERR: ./include/parrot/interpreter.h:333:45: warning: 'found' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 333 | #define PMC_IS_NULL(pmc) ((pmc) == PMCNULL || (pmc) == NULL) BUILDSTDERR: | ^~ BUILDSTDERR: ./src/pmc/role.pmc:415:18: note: 'found' was declared here BUILDSTDERR: 415 | PMC *found; BUILDSTDERR: | ^~~~~ strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/role.o -c src/pmc/role.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/scalar.o -c src/pmc/scalar.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/scheduler.o -c src/pmc/scheduler.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/schedulermessage.o -c src/pmc/schedulermessage.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/sockaddr.o -c src/pmc/sockaddr.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REE./src/pmc/stringhandle.c: In function 'Parrot_StringHandle_nci_open': BUILDSTDERR: ./src/pmc/stringhandle.pmc:193:12: warning: unused variable 'flags' [-Wunused-variable] BUILDSTDERR: 193 | INTVAL flags; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/stringhandle.pmc:191:25: warning: unused variable 'old_string' [-Wunused-variable] BUILDSTDERR: 191 | STRING *open_mode, *old_string; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: ./src/pmc/stringhandle.pmc:191:13: warning: unused variable 'open_mode' [-Wunused-variable] BUILDSTDERR: 191 | STRING *open_mode, *old_string; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/stringhandle.c: In function 'Parrot_StringHandle_nci_readall': BUILDSTDERR: ./src/pmc/stringhandle.c:297:12: warning: variable 'got_name' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 297 | STRING* name; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/stringhandle.c:296:13: warning: variable 'name' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 296 | /* BEGIN PARAMS SCOPE */ BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/stringhandle.c: In function 'Parrot_StringHandle_nci_eof': BUILDSTDERR: ./src/pmc/stringhandle.pmc:389:18: warning: unused variable 'is_eof' [-Wunused-variable] BUILDSTDERR: 389 | const INTVAL is_eof = Parrot_io_eof(INTERP, SELF); BUILDSTDERR: | ^~~~~~ NTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/socket.o -c src/pmc/socket.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/stringbuilder.o -c src/pmc/stringbuilder.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/stringhandle.o -c src/pmc/stringhandle.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/stringiterator.o -c src/pmc/stringiterator.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-an./src/pmc/structview.c: In function 'Parrot_StructView_get_string_keyed': BUILDSTDERR: ./src/pmc/structview.c:358:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 358 | #line 358 "./src/pmc/structview.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_get_number_keyed': BUILDSTDERR: ./src/pmc/structview.c:295:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 295 | #line 295 "./src/pmc/structview.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_get_integer_keyed': BUILDSTDERR: ./src/pmc/structview.c:264:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 264 | #line 264 "./src/pmc/structview.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_get_integer': BUILDSTDERR: ./src/pmc/structview.pmc:864:12: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 864 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:862:12: note: 'size' was declared here BUILDSTDERR: 862 | default: BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_get_number_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:644:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 644 | "Not a valid integer type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:644:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 644 | "Not a valid integer type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:644:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 644 | "Not a valid integer type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:644:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 644 | "Not a valid integer type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_get_integer_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:470:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 470 | elt_desc_t *elts; BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:470:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 470 | elt_desc_t *elts; BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:470:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 470 | elt_desc_t *elts; BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:470:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 470 | elt_desc_t *elts; BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/undef.c: In function 'Parrot_Undef_class_init': BUILDSTDERR: ./src/pmc/undef.c:382:28: warning: unused variable 'mfl_2' [-Wunused-variable] BUILDSTDERR: 382 | STRING * const mfl_1 = CONST_STRING_GEN(interp, "Undef,Undef"); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_nci_aligned_size': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:901:12: note: 'size' was declared here BUILDSTDERR: 901 | METHOD align() :no_wb { BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:901:18: note: 'align' was declared here BUILDSTDERR: 901 | METHOD align() :no_wb { BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/structview.c:14: BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_nci_align': BUILDSTDERR: ./include/parrot/vtable.h:674:5: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 674 | (pmc)->vtable->set_integer_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:884:12: note: 'align' was declared here BUILDSTDERR: 884 | BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/shared.c: In function 'unicode_compose': BUILDSTDERR: src/string/encoding/shared.c:1407:5: warning: 'unorm_normalize_62' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1407 | dest_len = unorm_normalize((UChar *)src->strstart, src_len, BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/unicode/platform.h:25, BUILDSTDERR: from /usr/include/unicode/ptypes.h:52, BUILDSTDERR: from /usr/include/unicode/umachine.h:46, BUILDSTDERR: from /usr/include/unicode/utypes.h:38, BUILDSTDERR: from /usr/include/unicode/ucnv_err.h:88, BUILDSTDERR: from /usr/include/unicode/ucnv.h:52, BUILDSTDERR: from src/string/encoding/shared.c:27: BUILDSTDERR: /usr/include/unicode/unorm.h:214:1: note: declared here BUILDSTDERR: 214 | unorm_normalize(const UChar *source, int32_t sourceLength, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: src/string/encoding/shared.c:1418:9: warning: 'unorm_normalize_62' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 1418 | dest_len = unorm_normalize((UChar *)src->strstart, src_len, BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/unicode/platform.h:25, BUILDSTDERR: from /usr/include/unicode/ptypes.h:52, BUILDSTDERR: from /usr/include/unicode/umachine.h:46, BUILDSTDERR: from /usr/include/unicode/utypes.h:38, BUILDSTDERR: from /usr/include/unicode/ucnv_err.h:88, BUILDSTDERR: from /usr/include/unicode/ucnv.h:52, BUILDSTDERR: from src/string/encoding/shared.c:27: BUILDSTDERR: /usr/include/unicode/unorm.h:214:1: note: declared here BUILDSTDERR: 214 | unorm_normalize(const UChar *source, int32_t sourceLength, BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/structview.c:14: BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_nci_size': BUILDSTDERR: ./include/parrot/vtable.h:674:5: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 674 | (pmc)->vtable->set_integer_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:868:12: note: 'size' was declared here BUILDSTDERR: 868 | BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/shared.c: In function 'encoding_decompose': BUILDSTDERR: src/string/encoding/shared.c:776:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 776 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/shared.c: In function 'unicode_upcase_first': BUILDSTDERR: src/string/encoding/shared.c:1660:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1660 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/shared.c: In function 'unicode_downcase_first': BUILDSTDERR: src/string/encoding/shared.c:1682:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1682 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/shared.c: In function 'unicode_titlecase_first': BUILDSTDERR: src/string/encoding/shared.c:1704:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1704 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_set_string_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:734:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 734 | switch (elts[i].access) { BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:734:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 734 | switch (elts[i].access) { BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:734:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 734 | switch (elts[i].access) { BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:734:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 734 | switch (elts[i].access) { BUILDSTDERR: | ^ ~~~~~~~ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_set_number_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:671:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 671 | return *(double *)ptr; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:671:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 671 | return *(double *)ptr; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:671:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 671 | return *(double *)ptr; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:671:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 671 | return *(double *)ptr; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_set_integer_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:548:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 548 | n += 8; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:548:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 548 | n += 8; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:548:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 548 | n += 8; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:548:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 548 | n += 8; BUILDSTDERR: | ^ nobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/structview.o -c src/pmc/structview.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/task.o -c src/pmc/task.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/undef.o -c src/pmc/undef.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection \ -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden \ -Isrc/string/encoding/. -o src/string/encoding/shared.o -c src/string/encoding/shared.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-stro./src/pmc/structview.c: In function 'Parrot_StructView_set_pmc_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:804:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 804 | (INTVAL)*(void **)ptr); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:804:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 804 | (INTVAL)*(void **)ptr); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:804:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 804 | (INTVAL)*(void **)ptr); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:804:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 804 | (INTVAL)*(void **)ptr); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_init_pmc': BUILDSTDERR: ./src/pmc/structview.pmc:203:29: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 203 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:244:27: warning: 'elt_access' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 244 | Parrot_ex_throw_from_c_args(INTERP, NULL, EXCEPTION_BAD_BUFFER_SIZE, BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:203:23: warning: 'incr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 203 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:347:25: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 347 | case enum_type_int64: BUILDSTDERR: ./src/pmc/structview.pmc:202:29: note: 'align' was declared here BUILDSTDERR: 202 | C, C, C, C(*), and C(*) BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:371:25: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 371 | byte_cursor += 1; BUILDSTDERR: ./src/pmc/structview.pmc:202:23: note: 'size' was declared here BUILDSTDERR: 202 | C, C, C, C(*), and C(*) BUILDSTDERR: | ^~~~ ng -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/tables.o -c src/string/encoding/tables.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/null.o -c src/string/encoding/null.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++./src/pmc/structview.c: In function 'Parrot_StructView_get_string_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:715:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 715 | "Not a valid number type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:715:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 715 | "Not a valid number type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:715:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 715 | "Not a valid number type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:715:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 715 | "Not a valid number type (`%Ss')", BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_get_pmc_keyed': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:103:16: note: 'align' was declared here BUILDSTDERR: 103 | (k) = orig_k; \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:768:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 768 | Parrot_dt_get_datatype_name(INTERP, elts[i].type)); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1186:5: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1186 | Parrot_ex_throw_from_c_noargs(interp, EXCEPTION_UNEXPECTED_NULL, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1187 | "Attempt to dereference null pointer"); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1188 | } BUILDSTDERR: | ~ BUILDSTDERR: ./src/pmc/structview.pmc:96:16: note: 'self_size' was declared here BUILDSTDERR: 96 | INTVAL i; \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:768:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 768 | Parrot_dt_get_datatype_name(INTERP, elts[i].type)); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:86:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 86 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:74:17: note: 'n_elts' was declared here BUILDSTDERR: 74 | #define ASSERT_ARGS_buffer_too_small __attribute__unused__ int _ASSERT_ARGS_CHECK = (\ BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:768:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 768 | Parrot_dt_get_datatype_name(INTERP, elts[i].type)); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:89:41: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 89 | #define MAX(x, y) ((y) > (x) ? (y) : (x)) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:75:17: note: 'elts' was declared here BUILDSTDERR: 75 | PARROT_ASSERT_ARG(interp)) BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:768:5: note: in expansion of macro 'BEGIN_KEYED' BUILDSTDERR: 768 | Parrot_dt_get_datatype_name(INTERP, elts[i].type)); BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/structview.c:14: BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_nci_get_shape': BUILDSTDERR: ./include/parrot/vtable.h:692:5: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 692 | (pmc)->vtable->set_pmc_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1038:23: note: 'result' was declared here BUILDSTDERR: 1038 | BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/parrot.h:259, BUILDSTDERR: from src/pmc/structview.c:14: BUILDSTDERR: ./include/parrot/vtable.h:674:5: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 674 | (pmc)->vtable->set_integer_keyed_int(interp, pmc, key, value) BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1054:20: note: 's' was declared here BUILDSTDERR: 1054 | elt_desc_t *elts; BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1071:69: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1071 | { BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1036:23: note: 'elts' was declared here BUILDSTDERR: 1036 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1067:29: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1067 | VTABLE_set_integer_keyed_int(INTERP, result, 1, n); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:1035:23: note: 'n' was declared here BUILDSTDERR: 1035 | } BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1068:9: warning: 'pack_type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1068 | break; BUILDSTDERR: | ^ ~~ BUILDSTDERR: ./src/pmc/structview.pmc:1037:23: note: 'pack_type' was declared here BUILDSTDERR: 1037 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_nci_elt_offs': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:1007:16: note: 'align' was declared here BUILDSTDERR: 1007 | GET_ATTR_elts(INTERP, SELF, elts); BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:1001:13: warning: 'self_size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1001 | METHOD elt_offs(PMC *array, INTVAL n) :no_wb { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1002 | void *p = VTABLE_get_pointer(INTERP, array); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1003 | PMC *ret; BUILDSTDERR: | ~~~~~~~~~~~~~~~~ BUILDSTDERR: 1004 | size_t n_elts; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:998:16: note: 'self_size' was declared here BUILDSTDERR: 998 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:992:15: warning: 'n_elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 992 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:986:17: note: 'n_elts' was declared here BUILDSTDERR: 986 | ret = Parrot_pmc_new_init_int(INTERP, enum_class_Ptr, (INTVAL)((char *)p + size * n)); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:1013:29: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 1013 | dereference_null(INTERP); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:987:17: note: 'elts' was declared here BUILDSTDERR: 987 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_nci_array_offs': BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:952:13: note: 'size' was declared here BUILDSTDERR: 952 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:952:19: note: 'align' was declared here BUILDSTDERR: 952 | BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:146:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 146 | (str_vtable_to_encoding_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:147:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, UINTVAL)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 147 | (str_vtable_chr_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:151:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'INTVAL (*)(struct parrot_interp_t *, const STRING *, const STRING *, INTVAL)' {aka 'long int (*)(struct parrot_interp_t *, const struct parrot_string_t *, const struct parrot_string_t *, long int)'} [-Wcast-function-type] BUILDSTDERR: 151 | (str_vtable_index_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:152:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'INTVAL (*)(struct parrot_interp_t *, const STRING *, const STRING *, INTVAL)' {aka 'long int (*)(struct parrot_interp_t *, const struct parrot_string_t *, const struct parrot_string_t *, long int)'} [-Wcast-function-type] BUILDSTDERR: 152 | (str_vtable_rindex_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:155:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'void (*)(struct parrot_interp_t *, STRING *)' {aka 'void (*)(struct parrot_interp_t *, struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 155 | (str_vtable_scan_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:156:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'INTVAL (*)(struct parrot_interp_t *, const char *, Parrot_String_Bounds *)' {aka 'long int (*)(struct parrot_interp_t *, const char *, struct _Parrot_String_Bounds *)'} [-Wcast-function-type] BUILDSTDERR: 156 | (str_vtable_partial_scan_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:157:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'UINTVAL (*)(struct parrot_interp_t *, const STRING *, INTVAL)' {aka 'long unsigned int (*)(struct parrot_interp_t *, const struct parrot_string_t *, long int)'} [-Wcast-function-type] BUILDSTDERR: 157 | (str_vtable_ord_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:158:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *, INTVAL, INTVAL)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *, long int, long int)'} [-Wcast-function-type] BUILDSTDERR: 158 | (str_vtable_substr_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:160:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'INTVAL (*)(struct parrot_interp_t *, INTVAL, const STRING *, UINTVAL)' {aka 'long int (*)(struct parrot_interp_t *, long int, const struct parrot_string_t *, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 160 | (str_vtable_is_cclass_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:161:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'INTVAL (*)(struct parrot_interp_t *, INTVAL, const STRING *, UINTVAL, UINTVAL)' {aka 'long int (*)(struct parrot_interp_t *, long int, const struct parrot_string_t *, long unsigned int, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 161 | (str_vtable_find_cclass_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:162:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'INTVAL (*)(struct parrot_interp_t *, INTVAL, const STRING *, UINTVAL, UINTVAL)' {aka 'long int (*)(struct parrot_interp_t *, long int, const struct parrot_string_t *, long unsigned int, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 162 | (str_vtable_find_not_cclass_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:164:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *, UINTVAL, UINTVAL)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *, long unsigned int, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 164 | (str_vtable_get_graphemes_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:165:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 165 | (str_vtable_compose_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:166:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 166 | (str_vtable_decompose_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:168:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 168 | (str_vtable_upcase_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:169:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 169 | (str_vtable_downcase_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:170:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 170 | (str_vtable_titlecase_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:171:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 171 | (str_vtable_upcase_first_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:172:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 172 | (str_vtable_downcase_first_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:173:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} [-Wcast-function-type] BUILDSTDERR: 173 | (str_vtable_titlecase_first_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:175:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'UINTVAL (*)(struct parrot_interp_t *, const STRING *, const String_iter *, INTVAL)' {aka 'long unsigned int (*)(struct parrot_interp_t *, const struct parrot_string_t *, const struct string_iterator_t *, long int)'} [-Wcast-function-type] BUILDSTDERR: 175 | (str_vtable_iter_get_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:176:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'void (*)(struct parrot_interp_t *, const STRING *, String_iter *, INTVAL)' {aka 'void (*)(struct parrot_interp_t *, const struct parrot_string_t *, struct string_iterator_t *, long int)'} [-Wcast-function-type] BUILDSTDERR: 176 | (str_vtable_iter_skip_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:177:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'UINTVAL (*)(struct parrot_interp_t *, const STRING *, String_iter *)' {aka 'long unsigned int (*)(struct parrot_interp_t *, const struct parrot_string_t *, struct string_iterator_t *)'} [-Wcast-function-type] BUILDSTDERR: 177 | (str_vtable_iter_get_and_advance_t)null_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/null.c:178:5: warning: cast between incompatible function types from 'void (*)(struct parrot_interp_t *)' to 'void (*)(struct parrot_interp_t *, STRING *, String_iter *, UINTVAL)' {aka 'void (*)(struct parrot_interp_t *, struct parrot_string_t *, struct string_iterator_t *, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 178 | (str_vtable_iter_set_and_advance_t)null_error BUILDSTDERR: | ^ BUILDSTDERR: In file included from ./include/parrot/parrot.h:263, BUILDSTDERR: from src/pmc/structview.c:14: BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_destroy': BUILDSTDERR: ./include/parrot/memory.h:70:9: warning: 'elts' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 70 | Parrot_gc_free_memory_chunk((i), (p)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:452:17: note: 'elts' was declared here BUILDSTDERR: 452 | size = byte_cursor + !!bit_cursor; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.c: In function 'Parrot_StructView_nci_alloc': BUILDSTDERR: ./src/pmc/structview.pmc:931:11: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 931 | Allocate an instance, or an array of instances when C has been provided. BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/structview.pmc:920:12: note: 'size' was declared here BUILDSTDERR: 920 | INTVAL ret; BUILDSTDERR: | ^~~~ BUILDSTDERR: ./src/pmc/structview.pmc:69:40: warning: 'align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 69 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/structview.pmc:920:18: note: 'align' was declared here BUILDSTDERR: 920 | INTVAL ret; BUILDSTDERR: | ^~ -compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/ascii.o -c src/string/encoding/ascii.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/latin1.o -c src/string/encoding/latin1.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/binary.o -c src/string/encoding/binary.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -Dsrc/string/encoding/binary.c: In function 'binary_error': BUILDSTDERR: src/string/encoding/binary.c:89:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 89 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/binary.c: At top level: BUILDSTDERR: src/string/encoding/binary.c:222:5: warning: cast between incompatible function types from 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} to 'INTVAL (*)(struct parrot_interp_t *, INTVAL, const STRING *, UINTVAL)' {aka 'long int (*)(struct parrot_interp_t *, long int, const struct parrot_string_t *, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 222 | (str_vtable_is_cclass_t)binary_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/binary.c:223:5: warning: cast between incompatible function types from 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} to 'INTVAL (*)(struct parrot_interp_t *, INTVAL, const STRING *, UINTVAL, UINTVAL)' {aka 'long int (*)(struct parrot_interp_t *, long int, const struct parrot_string_t *, long unsigned int, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 223 | (str_vtable_find_cclass_t)binary_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/binary.c:224:5: warning: cast between incompatible function types from 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} to 'INTVAL (*)(struct parrot_interp_t *, INTVAL, const STRING *, UINTVAL, UINTVAL)' {aka 'long int (*)(struct parrot_interp_t *, long int, const struct parrot_string_t *, long unsigned int, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 224 | (str_vtable_find_not_cclass_t)binary_error, BUILDSTDERR: | ^ BUILDSTDERR: src/string/encoding/binary.c:226:5: warning: cast between incompatible function types from 'STRING * (*)(struct parrot_interp_t *, const STRING *)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *)'} to 'STRING * (*)(struct parrot_interp_t *, const STRING *, UINTVAL, UINTVAL)' {aka 'struct parrot_string_t * (*)(struct parrot_interp_t *, const struct parrot_string_t *, long unsigned int, long unsigned int)'} [-Wcast-function-type] BUILDSTDERR: 226 | (str_vtable_get_graphemes_t)binary_error, BUILDSTDERR: | ^ NDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/utf8.o -c src/string/encoding/utf8.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/utf16.o -c src/string/encoding/utf16.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/ucs2.o -c src/string/encoding/ucs2.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/encoding/. -Isrc -o src/string/encoding/ucs4.o -c src/string/encoding/ucs4.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection \ -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-sign-compare \ -Icompilers/imcc/. -o compilers/imcc/imcparser.o -c compilers/imcc/imcparser.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection \ -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-unused-parameter -Wno-sign-compare \ -Icompilers/imcc/. -o compilers/imcc/imclexer.o -c compilers/imcc/imclexer.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/imc.o -c compilers/imcc/imc.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attributcompilers/imcc/instructions.c: In function 'ins_print': BUILDSTDERR: compilers/imcc/instructions.c:561:1: warning: stack usage is 4384 bytes [-Wstack-usage=] BUILDSTDERR: 561 | ins_print(ARGMOD(imc_info_t * imcc), PIOHANDLE io, ARGIN(const Instruction *ins)) BUILDSTDERR: | ^~~~~~~~~ e -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/main.o -c compilers/imcc/main.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/symreg.o -c compilers/imcc/symreg.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/instructions.o -c compilers/imcc/instructions.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redcompilers/imcc/imcparser.c: In function 'yyparse': BUILDSTDERR: compilers/imcc/imcparser.c:2700:1: warning: stack usage is 2544 bytes [-Wstack-usage=] BUILDSTDERR: 2700 | YY_IGNORE_MAYBE_UNINITIALIZED_END BUILDSTDERR: | ^ ~~~~~ hat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/cfg.o -c compilers/imcc/cfg.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/reg_alloc.o -c compilers/imcc/reg_alloc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/sets.o -c compilers/imcc/sets.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/debug.o -c compilers/imcc/debug.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection \ -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden \ -Icompilers/imcc/. -o compilers/imcc/optimizer.o -c compilers/imcc/optimizer.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/pbc.o -c compilers/imcc/pbc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/parser_util.o -c compilers/imcc/parser_util.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-compilers/imcc/parser_util.c: In function 'INS': BUILDSTDERR: compilers/imcc/parser_util.c:403:22: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 403 | dirs |= 1 << (16 + i); BUILDSTDERR: | ~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: compilers/imcc/parser_util.c:405:15: note: here BUILDSTDERR: 405 | case PARROT_ARGDIR_IN: BUILDSTDERR: | ^~~~ BUILDSTDERR: compilers/imcc/pbc.c: In function 'add_1_const': BUILDSTDERR: compilers/imcc/pbc.c:2135:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 2135 | for (r = r->nextkey; r; r = r->nextkey) BUILDSTDERR: | ^~~ BUILDSTDERR: compilers/imcc/pbc.c:2138:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 2138 | build_key(imcc, key, bc); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: compilers/imcc/pbc.c: In function 'IMCC_string_from__STRINGC': BUILDSTDERR: compilers/imcc/pbc.c:1161:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 1161 | } BUILDSTDERR: | ^ BUILDSTDERR: compilers/imcc/pbc.c: In function 'e_pbc_emit': BUILDSTDERR: compilers/imcc/pbc.c:2510:20: warning: this statement may fall through [-Wimplicit-fallthrough=] BUILDSTDERR: 2510 | if (op_info->labels[i]) { BUILDSTDERR: | ^ BUILDSTDERR: compilers/imcc/pbc.c:2520:15: note: here BUILDSTDERR: 2520 | case PARROT_ARG_I: BUILDSTDERR: | ^~~~ BUILDSTDERR: compilers/imcc/optimizer.c: In function 'IMCC_subst_constants': BUILDSTDERR: compilers/imcc/optimizer.c:966:1: warning: stack usage is 832 bytes [-Wstack-usage=] BUILDSTDERR: 966 | IMCC_subst_constants(ARGMOD(imc_info_t *imcc), ARGMOD(IMC_Unit *unit), BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/pcc.o -c compilers/imcc/pcc.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Icompilers/imcc/. -Isrc -o compilers/imcc/api.o -c compilers/imcc/api.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/parrot2/. -Isrc -o frontend/parrot2/main.o -c frontend/parrot2/main.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 compilers/imcc/pbc.c:2451:13: warning: 'annotation_type' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 2451 | int annotation_type; BUILDSTDERR: | ^~~~~~~~~~~~~~~ -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/parrot/. -Isrc -o frontend/parrot/main.o -c frontend/parrot/main.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/pbc_dump/. -Isrc -o frontend/pbc_dump/main.o -c frontend/pbc_dump/main.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/pbc_dump/. -Isrc -o frontend/pbc_dump/packdump.o -c frontend/pbc_dump/packdump.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/pbc_disassemble/. -Isrc -o frontend/pbc_disassemble/main.o -c frontend/pbc_disassemble/main.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/parrot_debugger/. -Isrc -o frontend/parrot_debugger/main.o -c frontend/parrot_debugger/main.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/pbc_merge/. -Isrc -o frontend/pbc_merge/main.o -c frontend/pbc_merge/main.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/nci_test.o -c src/nci_test.c /usr/bin/perl tools/build/c2str.pl src/pmc/packfilebytecodesegment.c > src/pmc/packfilebytecodesegment.str /usr/bin/perl tools/build/c2str.pl src/pmc/packfiledebug.c > src/pmc/packfiledebug.str /usr/bin/perl tools/build/c2str.pl src/pmc/ptrobj.c > src/pmc/ptrobj.str BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC./src/pmc/ptrobj.c: In function 'Parrot_PtrObj_clone': BUILDSTDERR: ./src/pmc/ptrobj.c:70:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 70 | #line 70 "./src/pmc/ptrobj.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrobj.c: In function 'Parrot_PtrObj_mark': BUILDSTDERR: ./src/pmc/ptrobj.pmc:93:5: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 93 | func = Parrot_pmc_new_init_int(INTERP, enum_class_Ptr, PTR2INTVAL(f)); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:87:25: note: 'ptr' was declared here BUILDSTDERR: 87 | PARROT_GC_WRITE_BARRIER(INTERP, SELF); BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:93:5: warning: 'mark' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 93 | func = Parrot_pmc_new_init_int(INTERP, enum_class_Ptr, PTR2INTVAL(f)); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:88:25: note: 'mark' was declared here BUILDSTDERR: 88 | RETURN(); BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrobj.c: In function 'Parrot_PtrObj_destroy': BUILDSTDERR: ./src/pmc/ptrobj.pmc:132:5: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 132 | func = Parrot_pmc_new_init_int(INTERP, enum_class_Ptr, PTR2ULONG(f)); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:126:28: note: 'ptr' was declared here BUILDSTDERR: 126 | PARROT_GC_WRITE_BARRIER(INTERP, SELF); BUILDSTDERR: | ^~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:132:5: warning: 'destroy' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 132 | func = Parrot_pmc_new_init_int(INTERP, enum_class_Ptr, PTR2ULONG(f)); BUILDSTDERR: | ^ ~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:127:28: note: 'destroy' was declared here BUILDSTDERR: 127 | RETURN(); BUILDSTDERR: | ^ _DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfilebytecodesegment.o -c src/pmc/packfilebytecodesegment.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/packfiledebug.o -c src/pmc/packfiledebug.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Isrc/pmc/. -o src/pmc/ptrobj.o -c src/pmc/ptrobj.c gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib \ -o runtime/parrot/dynext/libnci_test.so src/nci_test.o -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/c2str.pl --all BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old./src/pmc/ptrobj.c: In function 'Parrot_PtrObj_clone': BUILDSTDERR: ./src/pmc/ptrobj.pmc:51:16: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 51 | pmclass PtrObj extends PtrBuf auto_attrs { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:46:26: note: 'ptr' was declared here BUILDSTDERR: 46 | else \ BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrobj.pmc:51:16: warning: 'clone' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 51 | pmclass PtrObj extends PtrBuf auto_attrs { BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:47:26: note: 'clone' was declared here BUILDSTDERR: 47 | PObj_custom_destroy_CLEAR(p); \ BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/pmc/ptrobj.c: In function 'Parrot_PtrObj_nci_destroy_func': BUILDSTDERR: ./src/pmc/ptrobj.pmc:145:16: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 145 | Get or set the custom C function. BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:143:31: note: 'f' was declared here BUILDSTDERR: 143 | =item C BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrobj.c: In function 'Parrot_PtrObj_nci_mark_func': BUILDSTDERR: ./src/pmc/ptrobj.pmc:106:16: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 106 | Get or set the custom C function. BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/pmc/ptrobj.pmc:104:28: note: 'f' was declared here BUILDSTDERR: 104 | =item C BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrobj.c: In function 'Parrot_PtrObj_nci_clone_func': BUILDSTDERR: ./src/pmc/ptrobj.pmc:67:16: warning: 'f' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 67 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/pmc/ptrobj.pmc:65:29: note: 'f' was declared here BUILDSTDERR: 65 | BUILDSTDERR: | ^ BUILDSTDERR: src/string/api.c: In function 'Parrot_str_upcase': BUILDSTDERR: src/string/api.c:2915:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 2915 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/api.c: In function 'Parrot_str_downcase': BUILDSTDERR: src/string/api.c:2945:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 2945 | } BUILDSTDERR: | ^ BUILDSTDERR: src/string/api.c: In function 'Parrot_str_titlecase': BUILDSTDERR: src/string/api.c:2975:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 2975 | } BUILDSTDERR: | ^ -style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/string/. -Isrc -o src/string/api.o -c src/string/api.c /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/gziphandle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/select.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/dynlexpad.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/file.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/foo.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/osdummy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/pccmethod_test.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/rotest.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/rational.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/subproxy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/gziphandle.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/gziphandle.pmc /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_gziphandle.h" "[devel]" "include" /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_gziphandle.h" "[devel]" "include" /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/select.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/select.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/dynlexpad.pmc /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_select.h" "[devel]" "include" /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_dynlexpad.h" "[devel]" "include" /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/dynlexpad.pmc /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_select.h" "[devel]" "include" /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/file.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/file.pmc /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_dynlexpad.h" "[devel]" "include" /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_file.h" "[devel]" "include" /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_file.h" "[devel]" "include" /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/foo.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/foo.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/dynpmc/foo2.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/osdummy.pmc /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_foo.h" "[]" "include" /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_foo.h" "[]" "include" /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/osdummy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/pccmethod_test.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/pccmethod_test.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/rotest.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/rotest.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/rational.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/rational.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/subproxy.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/subproxy.pmc /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_subproxy.h" "[devel]" "include" /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_rational.h" "[devel]" "include" /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_rational.h" "[devel]" "include" mkdir -p blib/lib ar cr blib/lib/libparrot.a src/string/api.o src/ops/core_ops.o src/core_pmcs.o src/datatypes.o src/debug.o src/disassemble.o src/dynext.o src/embed/api.o src/embed/bytecode.o src/embed/strings.o src/embed/pmc.o src/string/encoding.o src/exceptions.o src/exit.o src/extend.o src/extend_vtable.o src/alarm.o src/gc/alloc_memory.o src/gc/alloc_resources.o src/gc/api.o src/gc/gc_ms.o src/gc/gc_inf.o src/gc/gc_ms2.o src/gc/gc_gms.o src/gc/mark_sweep.o src/gc/system.o src/gc/fixed_allocator.o src/gc/variable_size_pool.o src/gc/string_gc.o src/global_setup.o src/hash.o src/hll.o src/call/pcc.o src/call/args.o src/interp/inter_cb.o src/interp/api.o src/call/ops.o src/call/context.o src/call/context_accessors.o src/key.o src/library.o src/list.o src/pointer_array.o src/string/sprintf.o src/multidispatch.o src/namespace.o src/nci/api.o src/nci/signatures.o src/nci/core_thunks.o src/nci/extra_thunks.o src/oo.o src/packfile/object_serialization.o src/pmc.o src/runcore/main.o src/runcore/cores.o src/runcore/profiling.o src/runcore/subprof.o src/scheduler.o src/thread.o src/events.o src/string/spf_render.o src/string/spf_vtable.o src/string/namealias.o src/sub.o src/runcore/trace.o src/utils.o src/vtables.o src/warnings.o src/packfile/api.o src/packfile/output.o src/packfile/pf_items.o src/packfile/segments.o src/longopt.o src/platform/generic/io.o src/platform/generic/socket.o src/platform/generic/file.o src/platform/generic/time.o src/platform/generic/encoding.o src/platform/generic/env.o src/platform/generic/cpu_type.o src/platform/generic/num_cpus.o src/platform/generic/dl.o src/platform/generic/math.o src/platform/generic/itimer.o src/platform/generic/exec.o src/platform/generic/misc.o src/platform/generic/hires_timer.o src/platform/generic/sysmem.o src/platform/generic/uid.o src/platform/generic/error.o src/platform/generic/entropy.o src/io/api.o src/io/buffer.o src/io/filehandle.o src/io/socket.o src/io/stringhandle.o src/io/pipe.o src/io/userhandle.o src/io/utilities.o src/pmc/default.o src/pmc/null.o src/pmc/env.o src/pmc/key.o src/pmc/unmanagedstruct.o src/pmc/managedstruct.o src/pmc/exception.o src/pmc/parrotlibrary.o src/pmc/parrotinterpreter.o src/pmc/lexpad.o src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/continuation.o src/pmc/coroutine.o src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o src/pmc/bignum.o src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/fixedintegerarray.o src/pmc/iterator.o src/pmc/fixedstringarray.o src/pmc/hash.o src/pmc/orderedhash.o src/pmc/oplib.o src/pmc/opcode.o src/pmc/callcontext.o src/pmc/addrregistry.o src/pmc/alarm.o src/pmc/arrayiterator.o src/pmc/bytebuffer.o src/pmc/callback.o src/pmc/capture.o src/pmc/class.o src/pmc/eventhandler.o src/pmc/exceptionhandler.o src/pmc/exporter.o src/pmc/filehandle.o src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o src/pmc/fixedpmcarray.o src/pmc/handle.o src/pmc/hashiterator.o src/pmc/hashiteratorkey.o src/pmc/imageiofreeze.o src/pmc/imageiosize.o src/pmc/imageiostrings.o src/pmc/imageiothaw.o src/pmc/imccompiler.o src/pmc/lexinfo.o src/pmc/mappedbytearray.o src/pmc/multisub.o src/pmc/namespace.o src/pmc/nativepccmethod.o src/pmc/object.o src/pmc/orderedhashiterator.o src/pmc/os.o src/pmc/packfile.o src/pmc/packfileannotation.o src/pmc/packfileannotations.o src/pmc/packfilebytecodesegment.o src/pmc/packfileconstanttable.o src/pmc/packfiledebug.o src/pmc/packfiledirectory.o src/pmc/packfileopmap.o src/pmc/packfilerawsegment.o src/pmc/packfilesegment.o src/pmc/packfileview.o src/pmc/pmclist.o src/pmc/pmcproxy.o src/pmc/proxy.o src/pmc/ptr.o src/pmc/ptrbuf.o src/pmc/ptrobj.o src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/sockaddr.o src/pmc/socket.o src/pmc/stringbuilder.o src/pmc/stringhandle.o src/pmc/stringiterator.o src/pmc/structview.o src/pmc/task.o src/pmc/undef.o src/string/encoding/shared.o src/string/encoding/tables.o src/string/encoding/null.o src/string/encoding/ascii.o src/string/encoding/latin1.o src/string/encoding/binary.o src/string/encoding/utf8.o src/string/encoding/utf16.o src/string/encoding/ucs2.o src/string/encoding/ucs4.o compilers/imcc/imcparser.o compilers/imcc/imclexer.o compilers/imcc/imc.o compilers/imcc/main.o compilers/imcc/symreg.o compilers/imcc/instructions.o compilers/imcc/cfg.o compilers/imcc/reg_alloc.o compilers/imcc/sets.o compilers/imcc/debug.o compilers/imcc/optimizer.o compilers/imcc/pbc.o compilers/imcc/parser_util.o compilers/imcc/pcc.o compilers/imcc/api.o mkdir -p blib/lib gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -o blib/lib/libparrot.so.8.1.0 -Wl,-soname=libparrot.so.8.1.0 \ src/string/api.o src/ops/core_ops.o src/core_pmcs.o src/datatypes.o src/debug.o src/disassemble.o src/dynext.o src/embed/api.o src/embed/bytecode.o src/embed/strings.o src/embed/pmc.o src/string/encoding.o src/exceptions.o src/exit.o src/extend.o src/extend_vtable.o src/alarm.o src/gc/alloc_memory.o src/gc/alloc_resources.o src/gc/api.o src/gc/gc_ms.o src/gc/gc_inf.o src/gc/gc_ms2.o src/gc/gc_gms.o src/gc/mark_sweep.o src/gc/system.o src/gc/fixed_allocator.o src/gc/variable_size_pool.o src/gc/string_gc.o src/global_setup.o src/hash.o src/hll.o src/call/pcc.o src/call/args.o src/interp/inter_cb.o src/interp/api.o src/call/ops.o src/call/context.o src/call/context_accessors.o src/key.o src/library.o src/list.o src/pointer_array.o src/string/sprintf.o src/multidispatch.o src/namespace.o src/nci/api.o src/nci/signatures.o src/nci/core_thunks.o src/nci/extra_thunks.o src/oo.o src/packfile/object_serialization.o src/pmc.o src/runcore/main.o src/runcore/cores.o src/runcore/profiling.o src/runcore/subprof.o src/scheduler.o src/thread.o src/events.o src/string/spf_render.o src/string/spf_vtable.o src/string/namealias.o src/sub.o src/runcore/trace.o src/utils.o src/vtables.o src/warnings.o src/packfile/api.o src/packfile/output.o src/packfile/pf_items.o src/packfile/segments.o src/longopt.o src/platform/generic/io.o src/platform/generic/socket.o src/platform/generic/file.o src/platform/generic/time.o src/platform/generic/encoding.o src/platform/generic/env.o src/platform/generic/cpu_type.o src/platform/generic/num_cpus.o src/platform/generic/dl.o src/platform/generic/math.o src/platform/generic/itimer.o src/platform/generic/exec.o src/platform/generic/misc.o src/platform/generic/hires_timer.o src/platform/generic/sysmem.o src/platform/generic/uid.o src/platform/generic/error.o src/platform/generic/entropy.o src/io/api.o src/io/buffer.o src/io/filehandle.o src/io/socket.o src/io/stringhandle.o src/io/pipe.o src/io/userhandle.o src/io/utilities.o src/pmc/default.o src/pmc/null.o src/pmc/env.o src/pmc/key.o src/pmc/unmanagedstruct.o src/pmc/managedstruct.o src/pmc/exception.o src/pmc/parrotlibrary.o src/pmc/parrotinterpreter.o src/pmc/lexpad.o src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/continuation.o src/pmc/coroutine.o src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o src/pmc/bignum.o src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/fixedintegerarray.o src/pmc/iterator.o src/pmc/fixedstringarray.o src/pmc/hash.o src/pmc/orderedhash.o src/pmc/oplib.o src/pmc/opcode.o src/pmc/callcontext.o src/pmc/addrregistry.o src/pmc/alarm.o src/pmc/arrayiterator.o src/pmc/bytebuffer.o src/pmc/callback.o src/pmc/capture.o src/pmc/class.o src/pmc/eventhandler.o src/pmc/exceptionhandler.o src/pmc/exporter.o src/pmc/filehandle.o src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o src/pmc/fixedpmcarray.o src/pmc/handle.o src/pmc/hashiterator.o src/pmc/hashiteratorkey.o src/pmc/imageiofreeze.o src/pmc/imageiosize.o src/pmc/imageiostrings.o src/pmc/imageiothaw.o src/pmc/imccompiler.o src/pmc/lexinfo.o src/pmc/mappedbytearray.o src/pmc/multisub.o src/pmc/namespace.o src/pmc/nativepccmethod.o src/pmc/object.o src/pmc/orderedhashiterator.o src/pmc/os.o src/pmc/packfile.o src/pmc/packfileannotation.o src/pmc/packfileannotations.o src/pmc/packfilebytecodesegment.o src/pmc/packfileconstanttable.o src/pmc/packfiledebug.o src/pmc/packfiledirectory.o src/pmc/packfileopmap.o src/pmc/packfilerawsegment.o src/pmc/packfilesegment.o src/pmc/packfileview.o src/pmc/pmclist.o src/pmc/pmcproxy.o src/pmc/proxy.o src/pmc/ptr.o src/pmc/ptrbuf.o src/pmc/ptrobj.o src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/sockaddr.o src/pmc/socket.o src/pmc/stringbuilder.o src/pmc/stringhandle.o src/pmc/stringiterator.o src/pmc/structview.o src/pmc/task.o src/pmc/undef.o src/string/encoding/shared.o src/string/encoding/tables.o src/string/encoding/null.o src/string/encoding/ascii.o src/string/encoding/latin1.o src/string/encoding/binary.o src/string/encoding/utf8.o src/string/encoding/utf16.o src/string/encoding/ucs2.o src/string/encoding/ucs4.o compilers/imcc/imcparser.o compilers/imcc/imclexer.o compilers/imcc/imc.o compilers/imcc/main.o compilers/imcc/symreg.o compilers/imcc/instructions.o compilers/imcc/cfg.o compilers/imcc/reg_alloc.o compilers/imcc/sets.o compilers/imcc/debug.o compilers/imcc/optimizer.o compilers/imcc/pbc.o compilers/imcc/parser_util.o compilers/imcc/pcc.o compilers/imcc/api.o -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -L/usr/lib64 -licuuc -licudata gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/gziphandle.o -c src/dynpmc/gziphandle.c /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_subproxy.h" "[devel]" "include" BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-co./src/dynpmc/gziphandle.c: In function 'Parrot_GzipHandle_get_bool': BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:55:13: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 55 | */ BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:53:12: note: 'file' was declared here BUILDSTDERR: 53 | =cut BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/gziphandle.c: In function 'Parrot_GzipHandle_nci_eof': BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:127:14: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 127 | METHOD eof() { BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:125:12: note: 'file' was declared here BUILDSTDERR: 125 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/gziphandle.c: In function 'Parrot_GzipHandle_nci_read': BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:206:14: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 206 | gzFile file; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:202:12: note: 'file' was declared here BUILDSTDERR: 202 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/gziphandle.c: In function 'Parrot_GzipHandle_nci_puts': BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:186:15: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 186 | char * const buf = Parrot_str_to_cstring(INTERP, value); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:181:12: note: 'file' was declared here BUILDSTDERR: 181 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/gziphandle.c: In function 'Parrot_GzipHandle_nci_print': BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:165:11: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 165 | char * const buf = Parrot_str_to_cstring(INTERP, str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:159:12: note: 'file' was declared here BUILDSTDERR: 159 | =cut BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/gziphandle.c: In function 'Parrot_GzipHandle_nci_flush': BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:144:14: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 144 | METHOD flush() { BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:142:12: note: 'file' was declared here BUILDSTDERR: 142 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/gziphandle.c: In function 'Parrot_GzipHandle_nci_close': BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:110:14: warning: 'file' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 110 | METHOD close() { BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: ./src/dynpmc/gziphandle.pmc:108:12: note: 'file' was declared here BUILDSTDERR: 108 | BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/select.c: In function 'Parrot_Select_nci_update': BUILDSTDERR: ./src/dynpmc/select.pmc:174:21: warning: 'fdkey' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 174 | INTVAL maxid, fdkey; BUILDSTDERR: | ^~~~~ BUILDSTDERR: ./src/dynpmc/select.c: In function 'Parrot_Select_nci_select': BUILDSTDERR: ./src/dynpmc/select.c:483:1: warning: stack usage is 544 bytes [-Wstack-usage=] BUILDSTDERR: 483 | static void BUILDSTDERR: | ^~~~~~~~~~~~ mpat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/select.o -c src/dynpmc/select.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/dynlexpad.o -c src/dynpmc/dynlexpad.c : blib/lib/libparrot.a /usr/bin/perl tools/build/addgenerated.pl "blib/lib/libparrot.a" "[main]" lib gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/file.o -c src/dynpmc/file.c BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D./src/dynpmc/file.c: In function 'Parrot_File_nci_copy': BUILDSTDERR: ./src/dynpmc/file.c:252:1: warning: stack usage is 1104 bytes [-Wstack-usage=] BUILDSTDERR: 252 | static void BUILDSTDERR: | ^~~~~~~~~~~~ DISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/foo.o -c src/dynpmc/foo.c /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/foo2.pmc /usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/dynpmc/foo2.pmc /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_foo2.h" "[]" "include" gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/osdummy.o -c src/dynpmc/osdummy.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/pccmethod_test.o -c src/dynpmc/pccmethod_test.c ( cd blib/lib ; ln -sf libparrot.so.8.1.0 libparrot.so ) /usr/bin/perl tools/build/addgenerated.pl "blib/lib/libparrot.so" "[main]" lib /usr/bin/perl tools/build/addgenerated.pl "src/dynpmc/pmc_foo2.h" "[]" "include" /usr/bin/perl tools/build/addgenerated.pl "blib/lib/libparrot.so.8.1.0" "[main]" lib gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/rotest.o -c src/dynpmc/rotest.c cp tools/dev/gdb-pp-load.py blib/lib/libparrot.so.8.1.0-gdb.py cp tools/dev/gdb-pp.py blib/lib/GDBPrettyPrint.py BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statem./src/dynpmc/rotest.c: In function 'Parrot_ROTest_ro_get_integer': BUILDSTDERR: ./src/dynpmc/rotest.c:142:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 142 | "get_integer() in read-only instance of ROTest"); BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_add_DEFAULT_PMC': BUILDSTDERR: ./src/dynpmc/rational.c:909:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 909 | #line 909 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_subtract_DEFAULT_PMC': BUILDSTDERR: ./src/dynpmc/rational.c:994:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 994 | #line 994 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_multiply_DEFAULT_PMC': BUILDSTDERR: ./src/dynpmc/rational.c:1079:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1079 | #line 1079 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_divide_DEFAULT_PMC': BUILDSTDERR: ./src/dynpmc/rational.c:1164:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1164 | #line 1164 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_cmp_Float': BUILDSTDERR: ./src/dynpmc/rational.c:1233:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1233 | #line 1233 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_cmp_DEFAULT': BUILDSTDERR: ./src/dynpmc/rational.c:1257:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1257 | #line 1257 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_is_equal_Float': BUILDSTDERR: ./src/dynpmc/rational.c:1289:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1289 | #line 1289 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_multi_is_equal_DEFAULT': BUILDSTDERR: ./src/dynpmc/rational.c:1313:1: warning: no return statement in function returning non-void [-Wreturn-type] BUILDSTDERR: 1313 | #line 1313 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ BUILDSTDERR: ./src/dynpmc/rational.c: In function 'Parrot_Rational_get_integer': BUILDSTDERR: ./src/dynpmc/rational.c:509:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: 509 | #line 509 "./src/dynpmc/rational.c" BUILDSTDERR: | ^ ent -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/rational.o -c src/dynpmc/rational.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/subproxy.o -c src/dynpmc/subproxy.c gcc -o pbc_dump \ frontend/pbc_dump/main.o \ frontend/pbc_dump/packdump.o -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E gcc -o pbc_disassemble \ frontend/pbc_disassemble/main.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E gcc -o miniparrot frontend/parrot/main.o src/null_config.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E gcc -o runtime/parrot/dynext/gziphandle.so \ src/dynpmc/gziphandle.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -lz gcc -o runtime/parrot/dynext/select.so \ src/dynpmc/select.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline gcc -o runtime/parrot/dynext/dynlexpad.so \ src/dynpmc/dynlexpad.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/gziphandle.so" "[library]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/select.so" "[library]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/dynlexpad.so" "[library]" gcc -o runtime/parrot/dynext/file.so \ src/dynpmc/file.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/foo2.o -c src/dynpmc/foo2.c /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/file.so" "[library]" gcc -o runtime/parrot/dynext/os.so \ src/dynpmc/osdummy.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/os.so" "[library]" gcc -o runtime/parrot/dynext/pccmethod_test.so \ src/dynpmc/pccmethod_test.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/pccmethod_test.so" "[]" gcc -o runtime/parrot/dynext/rotest.so \ src/dynpmc/rotest.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/rotest.so" "[]" gcc -o runtime/parrot/dynext/subproxy.so \ src/dynpmc/subproxy.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/subproxy.so" "[library]" /usr/bin/perl tools/build/gen_version.pl >runtime/parrot/include/parrot_version.pir ./miniparrot -Iruntime/parrot/include config_lib.pir > runtime/parrot/include/config.fpmc ./miniparrot -Iruntime/parrot/include -o frontend/parrot2/prt0.pbc frontend/parrot2/prt0.pir ./miniparrot frontend/parrot2/build.pir frontend/parrot2/prt0.pbc gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Ifrontend/parrot2/. -Isrc -o frontend/parrot2/prt0.pbc.o -c frontend/parrot2/prt0.pbc.c /usr/bin/perl tools/build/parrot_config_c.pl > src/parrot_config.c /usr/bin/perl -Ilib tools/build/pmc2c.pl --library foo_group --c src/dynpmc/foo.pmc src/dynpmc/foo2.pmc /usr/bin/perl tools/build/addgenerated.pl "src/parrot_config.c" "[]" gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/parrot_config.o -c src/parrot_config.c gcc -o runtime/parrot/dynext/rational.so \ src/dynpmc/rational.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline mv foo_group.c src/dynpmc/foo_group.c /usr/bin/perl tools/build/addgenerated.pl src/dynpmc/foo_group.c "[]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/rational.so" "[library]" mv foo_group.h src/dynpmc/foo_group.h /usr/bin/perl tools/build/addgenerated.pl src/dynpmc/foo_group.h "[]" include gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynpmc/. -Isrc -o src/dynpmc/foo_group.o -c src/dynpmc/foo_group.c gcc -o parrot \ frontend/parrot2/main.o frontend/parrot2/prt0.pbc.o src/parrot_config.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E -Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld gcc -o parrot_old \ frontend/parrot/main.o src/parrot_config.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E -Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld gcc -o parrot_debugger \ frontend/parrot_debugger/main.o \ src/parrot_config.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E gcc -o pbc_merge \ frontend/pbc_merge/main.o \ src/parrot_config.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E ./parrot -o runtime/parrot/include/parrotlib.pbc runtime/parrot/library/parrotlib.pir ./parrot -o runtime/parrot/library/Test/More.pbc runtime/parrot/library/Test/More.pir mkdir -p runtime/parrot/languages/winxed ./parrot -o runtime/parrot/languages/winxed/winxed.pbc ext/winxed/compiler.pir ./parrot -o winxed.pbc ext/winxed/driver.pir ./parrot -o runtime/parrot/library/Regex.pbc ext/nqp-rx/src/stage0/Regex-s0.pir ./parrot -o runtime/parrot/library/HLL.pbc ext/nqp-rx/src/stage0/HLL-s0.pir ./parrot -o runtime/parrot/library/P6Regex.pbc ext/nqp-rx/src/stage0/P6Regex-s0.pir ./parrot -o runtime/parrot/library/nqp-rx.pbc ext/nqp-rx/src/stage0/NQP-s0.pir ./parrot -o runtime/parrot/library/P6object.pbc runtime/parrot/library/P6object.pir ./parrot -o runtime/parrot/library/PGE/Dumper.pbc runtime/parrot/library/PGE/Dumper.pir ./parrot -o runtime/parrot/library/Parrot/Exception.pbc runtime/parrot/library/Parrot/Exception.pir ./parrot -o runtime/parrot/library/Getopt/Obj.pbc runtime/parrot/library/Getopt/Obj.pir ./parrot -o runtime/parrot/library/dumper.pbc runtime/parrot/library/dumper.pir ./parrot -o runtime/parrot/library/PCT/Dumper.pbc compilers/pct/src/PCT/Dumper.pir ./parrot -o compilers/pct/src/PCT/Node.pbc compilers/pct/src/PCT/Node.pir ./parrot -o compilers/pct/src/PAST/Node.pbc compilers/pct/src/PAST/Node.pir ./parrot -o compilers/pct/src/PAST/Compiler.pbc compilers/pct/src/PAST/Compiler.pir ./parrot -o compilers/pct/src/POST/Node.pbc compilers/pct/src/POST/Node.pir ./parrot -o compilers/pct/src/POST/Compiler.pbc compilers/pct/src/POST/Compiler.pir ./parrot -o runtime/parrot/library/PGE/Util.pbc runtime/parrot/library/PGE/Util.pir ./parrot -o runtime/parrot/library/PGE/Text.pbc runtime/parrot/library/PGE/Text.pir ./parrot -o runtime/parrot/library/config.pbc runtime/parrot/library/config.pir ./parrot -o runtime/parrot/library/CGI/QueryHash.pbc runtime/parrot/library/CGI/QueryHash.pir ./parrot -o runtime/parrot/library/Crow.pbc runtime/parrot/library/Crow.pir ./parrot -o runtime/parrot/library/Data/Dumper/Base.pbc runtime/parrot/library/Data/Dumper/Base.pir ./parrot -o runtime/parrot/library/Data/Dumper/Default.pbc runtime/parrot/library/Data/Dumper/Default.pir ./parrot -o runtime/parrot/library/Data/Dumper.pbc runtime/parrot/library/Data/Dumper.pir ./parrot -o runtime/parrot/library/Digest/sha256.pbc runtime/parrot/library/Digest/sha256.pir ./parrot -o runtime/parrot/library/yaml_dumper.pbc runtime/parrot/library/yaml_dumper.pir ./parrot -o runtime/parrot/library/Iter.pbc runtime/parrot/library/Iter.pir ./parrot -o runtime/parrot/library/JSON.pbc runtime/parrot/library/JSON.pir ./parrot -o runtime/parrot/library/Math/Rand.pbc runtime/parrot/library/Math/Rand.pir ./parrot -o runtime/parrot/library/MIME/Base64.pbc runtime/parrot/library/MIME/Base64.pir ./parrot -o runtime/parrot/library/NCI/Utils.pbc runtime/parrot/library/NCI/Utils.pir ./parrot -o runtime/parrot/library/ncurses.pbc runtime/parrot/library/ncurses.pir ./parrot -o runtime/parrot/library/parrotlib.pbc runtime/parrot/library/parrotlib.pir ./parrot -o runtime/parrot/library/pcore.pbc runtime/parrot/library/pcore.pir ./parrot -o runtime/parrot/library/Parrot/Coroutine.pbc runtime/parrot/library/Parrot/Coroutine.pir ./parrot -o runtime/parrot/library/Range.pbc runtime/parrot/library/Range.pir ./parrot -o runtime/parrot/library/Stream/Base.pbc runtime/parrot/library/Stream/Base.pir ./parrot -o runtime/parrot/library/Stream/Combiner.pbc runtime/parrot/library/Stream/Combiner.pir ./parrot -o runtime/parrot/library/Stream/Coroutine.pbc runtime/parrot/library/Stream/Coroutine.pir ./parrot -o runtime/parrot/library/Stream/Filter.pbc runtime/parrot/library/Stream/Filter.pir ./parrot -o runtime/parrot/library/Stream/Lines.pbc runtime/parrot/library/Stream/Lines.pir ./parrot -o runtime/parrot/library/Stream/ParrotIO.pbc runtime/parrot/library/Stream/ParrotIO.pir ./parrot -o runtime/parrot/library/Stream/Replay.pbc runtime/parrot/library/Stream/Replay.pir ./parrot -o runtime/parrot/library/Stream/Sub.pbc runtime/parrot/library/Stream/Sub.pir ./parrot -o runtime/parrot/library/Stream/Writer.pbc runtime/parrot/library/Stream/Writer.pir ./parrot -o runtime/parrot/library/String/Utils.pbc runtime/parrot/library/String/Utils.pir ./parrot -o runtime/parrot/library/TAP/Formatter.pbc runtime/parrot/library/TAP/Formatter.pir ./parrot -o runtime/parrot/library/TAP/Harness.pbc runtime/parrot/library/TAP/Harness.pir ./parrot -o runtime/parrot/library/TAP/Parser.pbc runtime/parrot/library/TAP/Parser.pir ./parrot -o runtime/parrot/library/Test/Builder/Output.pbc runtime/parrot/library/Test/Builder/Output.pir ./parrot -o runtime/parrot/library/Test/Builder/Test.pbc runtime/parrot/library/Test/Builder/Test.pir ./parrot -o runtime/parrot/library/Test/Builder/Tester.pbc runtime/parrot/library/Test/Builder/Tester.pir ./parrot -o runtime/parrot/library/Test/Builder/TestPlan.pbc runtime/parrot/library/Test/Builder/TestPlan.pir ./parrot -o runtime/parrot/library/Test/Builder.pbc runtime/parrot/library/Test/Builder.pir ./parrot -o runtime/parrot/library/Test/Class.pbc runtime/parrot/library/Test/Class.pir ./parrot -o runtime/parrot/library/TclLibrary.pbc runtime/parrot/library/TclLibrary.pir ./parrot -o runtime/parrot/library/URI.pbc runtime/parrot/library/URI.pir ./parrot -o runtime/parrot/library/URI/Escape.pbc runtime/parrot/library/URI/Escape.pir ./parrot -o runtime/parrot/library/YAML/Dumper/Base.pbc runtime/parrot/library/YAML/Dumper/Base.pir ./parrot -o runtime/parrot/library/YAML/Dumper/Default.pbc runtime/parrot/library/YAML/Dumper/Default.pir ./parrot -o runtime/parrot/library/YAML/Dumper.pbc runtime/parrot/library/YAML/Dumper.pir ./parrot -o runtime/parrot/library/libpcre.pbc runtime/parrot/library/libpcre.pir ./parrot -o runtime/parrot/library/postgres.pbc runtime/parrot/library/postgres.pir Invoking Parrot to generate install_config.fpmc ./parrot config_lib.pir --install > install_config.fpmc gcc -o runtime/parrot/dynext/foo_group.so \ src/dynpmc/foo_group.o src/dynpmc/foo.o src/dynpmc/foo2.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "install_config.fpmc" "[main]" lib ./parrot winxed.pbc -c --noan tools/dev/pbc_to_exe.winxed ./parrot -o runtime/parrot/library/PCT/HLLCompiler.pbc compilers/pct/src/PCT/HLLCompiler.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/foo_group.so" "[]" cp runtime/parrot/library/nqp-rx.pbc parrot-nqp.pbc /usr/bin/perl tools/build/parrot_config_c.pl --install > src/install_config.c ./pbc_merge -o runtime/parrot/library/PCT/PAST.pbc \ compilers/pct/src/PCT/Node.pbc \ compilers/pct/src/PAST/Node.pbc \ compilers/pct/src/PAST/Compiler.pbc \ compilers/pct/src/POST/Node.pbc \ compilers/pct/src/POST/Compiler.pbc /usr/bin/perl -e "" > compilers/pge/PGE/builtins_gen.pir ./parrot -o runtime/parrot/library/PGE.pbc compilers/pge/PGE.pir /usr/bin/perl tools/build/addgenerated.pl "src/install_config.o" "[main]" lib ./parrot runtime/parrot/library/nqp-rx.pbc --target=pir -o ext/nqp-rx/src/stage0/nqp-setting.pir ext/nqp-rx/src/stage0/nqp-setting.nqp ./parrot runtime/parrot/library/PGE/Perl6Grammar.pir --output=compilers/pge/PGE/builtins_gen.pir compilers/pge/PGE/builtins.pg gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/. -Isrc -o src/install_config.o -c src/install_config.c ./parrot -o runtime/parrot/library/PGE.pbc compilers/pge/PGE.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/PGE.pbc" "[main]" ./parrot -o runtime/parrot/library/PGE/Perl6Grammar.pbc runtime/parrot/library/PGE/Perl6Grammar.pir ./parrot -o runtime/parrot/library/PCT/Grammar.pbc compilers/pct/src/PCT/Grammar.pir ./parrot -o runtime/parrot/library/PGE/Hs.pbc runtime/parrot/library/PGE/Hs.pir ./parrot -o runtime/parrot/library/PGE/Glob.pbc runtime/parrot/library/PGE/Glob.pir ./parrot runtime/parrot/library/PGE/Perl6Grammar.pbc --output=compilers/tge/TGE/Parser.pir compilers/tge/TGE/Parser.pg ./parrot -o runtime/parrot/library/PCT.pbc compilers/pct/PCT.pir ./parrot runtime/parrot/library/PGE/Perl6Grammar.pbc --output=compilers/data_json/data_json/grammar.pir compilers/data_json/data_json/grammar.pg /usr/bin/perl tools/build/addgenerated.pl "compilers/tge/TGE/Parser.pir" "[tge]" ./parrot -o runtime/parrot/library/TGE.pbc compilers/tge/TGE.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/TGE.pbc" "[main]" ./parrot -o compilers/tge/tgc.pbc compilers/tge/tgc.pir /usr/bin/perl tools/build/addgenerated.pl "compilers/tge/tgc.pbc" "[main]" ./parrot compilers/tge/tgc.pbc --output=compilers/data_json/data_json/pge2pir.pir compilers/data_json/data_json/pge2pir.tg ./parrot -o compilers/data_json/data_json.pbc compilers/data_json/data_json.pir ./parrot -o pbc_to_exe.pbc tools/dev/pbc_to_exe.pir ./parrot pbc_to_exe.pbc pbc_to_exe.pbc mkdir -p runtime/parrot/languages/data_json cp compilers/data_json/data_json.pbc runtime/parrot/languages/data_json/data_json.pbc ./parrot -o parrot_config.pbc tools/dev/parrot-config.pir ./pbc_to_exe winxed.pbc ./pbc_to_exe parrot-nqp.pbc ./parrot -o runtime/parrot/library/nqp-setting.pbc ext/nqp-rx/src/stage0/nqp-setting.pir ./parrot pbc_to_exe.pbc parrot_config.pbc mkdir -p runtime/parrot/languages/JSON ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/Compiler.pir compilers/opsc/src/Ops/Compiler.pm ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/Compiler/Actions.pir compilers/opsc/src/Ops/Compiler/Actions.pm ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/Compiler/Grammar.pir compilers/opsc/src/Ops/Compiler/Grammar.pm ./parrot-nqp --target=pir compilers/data_json/JSON.nqp > runtime/parrot/languages/JSON/JSON.pir ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/Emitter.pir compilers/opsc/src/Ops/Emitter.pm ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/Trans.pir compilers/opsc/src/Ops/Trans.pm ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/Trans/C.pir compilers/opsc/src/Ops/Trans/C.pm ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/Op.pir compilers/opsc/src/Ops/Op.pm ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/OpLib.pir compilers/opsc/src/Ops/OpLib.pm ./parrot-nqp --target=pir --output=compilers/opsc/gen/Ops/File.pir compilers/opsc/src/Ops/File.pm ./parrot-nqp --target=pir runtime/parrot/library/YAML/Tiny.pm > runtime/parrot/library/YAML/Tiny.pir ./parrot-nqp --target=pir runtime/parrot/library/ProfTest/PIRProfile.nqp > runtime/parrot/library/ProfTest/PIRProfile.pir ./parrot-nqp --target=pir runtime/parrot/library/ProfTest/NQPProfile.nqp > runtime/parrot/library/ProfTest/NQPProfile.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/NQPProfile.pir" "[main]" ./parrot-nqp --target=pir runtime/parrot/library/ProfTest/Matcher.nqp > runtime/parrot/library/ProfTest/Matcher.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/PIRProfile.pir" "[main]" ./parrot-nqp --target=pir runtime/parrot/library/ProfTest/Want.nqp > runtime/parrot/library/ProfTest/Want.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/Matcher.pir" "[main]" ./parrot -o runtime/parrot/library/ProfTest/PIRProfile.pbc runtime/parrot/library/ProfTest/PIRProfile.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/PIRProfile.pbc" "[main]" ./parrot -o runtime/parrot/library/ProfTest/NQPProfile.pbc runtime/parrot/library/ProfTest/NQPProfile.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/NQPProfile.pbc" "[main]" ./parrot -o runtime/parrot/library/ProfTest/Matcher.pbc runtime/parrot/library/ProfTest/Matcher.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/Matcher.pbc" "[main]" ./parrot -o runtime/parrot/library/opsc.pbc compilers/opsc/opsc.pir ./parrot-nqp --target=pir compilers/opsc/ops2c.nqp >parrot-ops2c.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/Want.pir" "[main]" ./parrot -o runtime/parrot/library/ProfTest/Want.pbc runtime/parrot/library/ProfTest/Want.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest/Want.pbc" "[main]" ./pbc_merge -o runtime/parrot/library/ProfTest.pbc runtime/parrot/library/ProfTest/PIRProfile.pbc \ runtime/parrot/library/ProfTest/NQPProfile.pbc runtime/parrot/library/ProfTest/Matcher.pbc \ runtime/parrot/library/ProfTest/Want.pbc /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/ProfTest.pbc" "[main]" ./parrot -o runtime/parrot/library/YAML/Tiny.pbc runtime/parrot/library/YAML/Tiny.pir /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/library/YAML/Tiny.pbc" "[main]" ./parrot -o parrot-ops2c.pbc parrot-ops2c.pir ./pbc_to_exe parrot-ops2c.pbc ./parrot-ops2c --dynamic src/dynoplibs/obscure.ops --quiet ./parrot-ops2c --dynamic src/dynoplibs/math.ops --quiet ./parrot-ops2c --dynamic src/dynoplibs/trans.ops --quiet ./parrot-ops2c --dynamic src/dynoplibs/bit.ops --quiet ./parrot-ops2c --dynamic src/dynoplibs/debug.ops --quiet ./parrot-ops2c --dynamic src/dynoplibs/sys.ops --quiet ./parrot-ops2c --dynamic src/dynoplibs/io.ops --quiet gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynoplibs/. -Isrc -o src/dynoplibs/obscure_ops.o -c src/dynoplibs/obscure_ops.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection \ -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-unused-parameter \ -Isrc/dynoplibs/. -o src/dynoplibs/math_ops.o -c src/dynoplibs/math_ops.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynoplibs/. -Isrc -o src/dynoplibs/trans_ops.o -c src/dynoplibs/trans_ops.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynoplibs/. -Isrc -o src/dynoplibs/debug_ops.o -c src/dynoplibs/debug_ops.c gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynoplibs/. -Isrc -o src/dynoplibs/sys_ops.o -c src/dynoplibs/sys_ops.c gcc -o runtime/parrot/dynext/obscure_ops.so \ src/dynoplibs/obscure_ops.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/obscure_ops.so" "[library]" gcc -o runtime/parrot/dynext/math_ops.so \ src/dynoplibs/math_ops.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynoplibs/. -Isrc -o src/dynoplibs/bit_ops.o -c src/dynoplibs/bit_ops.c gcc -o runtime/parrot/dynext/debug_ops.so \ src/dynoplibs/debug_ops.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/math_ops.so" "[library]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/debug_ops.so" "[library]" BUILDSTDERR: gcc -I./include -I./include/pmc -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fwrapv -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-stateme+ make docs html pdf nt -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Isrc/dynoplibs/. -Isrc -o src/dynoplibs/io_ops.o -c src/dynoplibs/io_ops.c ./parrot -o runtime/parrot/library/uuid.pbc runtime/parrot/library/uuid.pir gcc -o runtime/parrot/dynext/trans_ops.so \ src/dynoplibs/trans_ops.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline gcc -o runtime/parrot/dynext/sys_ops.so \ src/dynoplibs/sys_ops.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/trans_ops.so" "[library]" /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/sys_ops.so" "[library]" ./parrot -o runtime/parrot/library/Configure/genfile.pbc runtime/parrot/library/Configure/genfile.pir ./parrot -o runtime/parrot/library/pcre.pbc runtime/parrot/library/pcre.pir gcc -o runtime/parrot/dynext/io_ops.so \ src/dynoplibs/io_ops.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/io_ops.so" "[library]" ./parrot -o runtime/parrot/library/Archive/Tar.pbc runtime/parrot/library/Archive/Tar.pir ./parrot -o runtime/parrot/library/Archive/Zip.pbc runtime/parrot/library/Archive/Zip.pir ./parrot -o runtime/parrot/library/Config/JSON.pbc runtime/parrot/library/Config/JSON.pir ./parrot -o runtime/parrot/library/distutils.pbc runtime/parrot/library/distutils.pir ./parrot -o runtime/parrot/library/HTTP/Message.pbc runtime/parrot/library/HTTP/Message.pir ./parrot -o runtime/parrot/library/LWP/Protocol.pbc runtime/parrot/library/LWP/Protocol.pir ./parrot -o runtime/parrot/library/LWP/UserAgent.pbc runtime/parrot/library/LWP/UserAgent.pir ./parrot -o runtime/parrot/library/osutils.pbc runtime/parrot/library/osutils.pir gcc -o runtime/parrot/dynext/bit_ops.so \ src/dynoplibs/bit_ops.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline /usr/bin/perl tools/build/addgenerated.pl "runtime/parrot/dynext/bit_ops.so" "[library]" ./parrot -o runtime/parrot/library/Digest/MD5.pbc runtime/parrot/library/Digest/MD5.pir gmake -C docs gmake[1]: Entering directory '/builddir/build/BUILD/parrot-8.1.0/docs' mkdir -p ops touch doc-prep /usr/bin/perl ../tools/build/podextract.pl ../src/packfile/api.c packfile-c.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/packfile-c.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/bit.ops ops/bit.pod chmod 0644 ops/bit.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/bit.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/cmp.ops ops/cmp.pod chmod 0644 ops/cmp.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/cmp.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/core.ops ops/core.pod chmod 0644 ops/core.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/core.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/experimental.ops ops/experimental.pod chmod 0644 ops/experimental.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/experimental.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/io.ops ops/io.pod chmod 0644 ops/io.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/io.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/math.ops ops/math.pod chmod 0644 ops/math.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/math.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/object.ops ops/object.pod chmod 0644 ops/object.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/object.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/pmc.ops ops/pmc.pod chmod 0644 ops/pmc.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/pmc.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/set.ops ops/set.pod chmod 0644 ops/set.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/set.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/string.ops ops/string.pod chmod 0644 ops/string.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/string.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/sys.ops ops/sys.pod chmod 0644 ops/sys.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/sys.pod" "[doc]" /usr/bin/perl ../tools/build/podextract.pl ../src/ops/var.ops ops/var.pod chmod 0644 ops/var.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/var.pod" "[doc]" /usr/bin/perl ../tools/docs/ops_summary.pl > ops/index.pod /usr/bin/perl ../tools/build/addgenerated.pl "docs/ops/index.pod" "[doc]" /usr/bin/pod2man binaries/parrot.pod > binaries/parrot.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/parrot.1" "[main]" man /usr/bin/pod2man binaries/parrotbug.pod > binaries/parrotbug.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/parrotbug.1" "[main]" man /usr/bin/pod2man binaries/parrot_config.pod > binaries/parrot_config.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/parrot_config.1" "[main]" man /usr/bin/pod2man binaries/parrot_nci_thunk_gen.pod > binaries/parrot_nci_thunk_gen.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/parrot_nci_thunk_gen.1" "[main]" man /usr/bin/pod2man binaries/parrot-nqp.pod > binaries/parrot-nqp.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/parrot-nqp.1" "[main]" man /usr/bin/pod2man binaries/parrot-ops2c.pod > binaries/parrot-ops2c.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/parrot-ops2c.1" "[main]" man /usr/bin/pod2man binaries/parrot-prove.pod > binaries/parrot-prove.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/parrot-prove.1" "[main]" man /usr/bin/pod2man ../frontend/pbc_disassemble/main.c > binaries/pbc_disassemble.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/pbc_disassemble.1" "[main]" man /usr/bin/pod2man ../frontend/pbc_dump/main.c > binaries/pbc_dump.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/pbc_dump.1" "[main]" man /usr/bin/pod2man ../frontend/pbc_merge/main.c > binaries/pbc_merge.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/pbc_merge.1" "[main]" man /usr/bin/pod2man binaries/pbc_to_exe.pod > binaries/pbc_to_exe.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/pbc_to_exe.1" "[main]" man /usr/bin/pod2man binaries/plumage.pod > binaries/plumage.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/plumage.1" "[main]" man /usr/bin/pod2man binaries/winxed.pod > binaries/winxed.1 /usr/bin/perl ../tools/build/addgenerated.pl "docs/binaries/winxed.1" "[main]" man gmake[1]: Leaving directory '/builddir/build/BUILD/parrot-8.1.0/docs' gmake -C docs html gmake[1]: Entering directory '/builddir/build/BUILD/parrot-8.1.0/docs' /usr/bin/perl -I../lib ../tools/docs/mk_html_docs.pl --version=8.1.0 BUILDSTDERR: kpathsea: Running mktexfmt pdflatex.fmt BUILDSTDERR: mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): BUILDSTDERR: mktexfmt: /usr/share/texlive/texmf-dist/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: BUILDSTDERR: mktexfmt: /builddir/.texlive2018/texmf-config/web2c/fmtutil.cnf BUILDSTDERR: mktexfmt [INFO]: writing formats under /builddir/.texlive2018/texmf-var/web2c BUILDSTDERR: mktexfmt [INFO]: --- remaking pdflatex with pdftex BUILDSTDERR: mktexfmt: running `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' ... BUILDSTDERR: This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (INITEX) BUILDSTDERR: restricted \write18 enabled. BUILDSTDERR: (/usr/share/texlive/texmf-dist/web2c/cp227.tcx) BUILDSTDERR: entering extended mode BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/pdflatex.ini BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/tex-ini-files/pdftexconfig.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/latex.ltx BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/texsys.cfg) BUILDSTDERR: ./texsys.aux found BUILDSTDERR: \@currdir set to: ./. BUILDSTDERR: Assuming \openin and \input BUILDSTDERR: have the same search path. BUILDSTDERR: Defining UNIX/DOS style filename parser. BUILDSTDERR: catcodes, registers, parameters, BUILDSTDERR: LaTeX2e <2018-04-01> patch level 5 BUILDSTDERR: hacks, control, par, spacing, files, font encodings, lengths, BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fonttext.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fonttext.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmr.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmss.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1cmtt.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file fontmath.cfg used BUILDSTDERR: ==================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/fontmath.ltx BUILDSTDERR: === Don't modify this file, use a .cfg file instead === BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omlcmm.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omscmsy.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omxcmex.fd) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ucmr.fd))) BUILDSTDERR: ==================================== BUILDSTDERR: Local config file preload.cfg used BUILDSTDERR: ===================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, BUILDSTDERR: environments, center, verbatim, math definitions, boxes, title, sectioning, BUILDSTDERR: contents, floats, footnotes, index, bibliography, output, BUILDSTDERR: =========================================== BUILDSTDERR: Local configuration file hyphen.cfg used BUILDSTDERR: =========================================== BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/hyphen.cfg BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/dumyhyph.tex) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/generic/hyphen/zerohyph.tex)) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) BUILDSTDERR: (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu)) BUILDSTDERR: ) ) BUILDSTDERR: Beginning to dump on file pdflatex.fmt BUILDSTDERR: (preloaded format=pdflatex 2019.7.24) BUILDSTDERR: 5413 strings of total length 72241 BUILDSTDERR: 50531 memory locations dumped; current usage is 144&50357 BUILDSTDERR: 3741 multiletter control sequences BUILDSTDERR: \font\nullfont=nullfont BUILDSTDERR: \font\OMX/cmex/m/n/10=cmex10 BUILDSTDERR: \font\tenln=line10 BUILDSTDERR: \font\tenlnw=linew10 BUILDSTDERR: \font\tencirc=lcircle10 BUILDSTDERR: \font\tencircw=lcirclew10 BUILDSTDERR: \font\OT1/cmr/m/n/5=cmr5 BUILDSTDERR: \font\OT1/cmr/m/n/7=cmr7 BUILDSTDERR: \font\OT1/cmr/m/n/10=cmr10 BUILDSTDERR: \font\OML/cmm/m/it/5=cmmi5 BUILDSTDERR: \font\OML/cmm/m/it/7=cmmi7 BUILDSTDERR: \font\OML/cmm/m/it/10=cmmi10 BUILDSTDERR: \font\OMS/cmsy/m/n/5=cmsy5 BUILDSTDERR: \font\OMS/cmsy/m/n/7=cmsy7 BUILDSTDERR: \font\OMS/cmsy/m/n/10=cmsy10 BUILDSTDERR: 3633 words of font info for 14 preloaded fonts BUILDSTDERR: 14 hyphenation exceptions BUILDSTDERR: Hyphenation trie of length 6081 has 183 ops out of 35111 BUILDSTDERR: 2 for language 1 BUILDSTDERR: 181 for language 0 BUILDSTDERR: 0 words of pdfTeX memory BUILDSTDERR: 0 indirect objects BUILDSTDERR: No pages of output. BUILDSTDERR: Transcript written on pdflatex.log. BUILDSTDERR: mktexfmt [INFO]: /builddir/.texlive2018/texmf-var/web2c/pdftex/pdflatex.fmt installed. BUILDSTDERR: mktexfmt [INFO]: Successfully rebuilt formats: 1 BUILDSTDERR: mktexfmt [INFO]: Not selected formats: 13 BUILDSTDERR: mktexfmt [INFO]: Total formats: 14 BUILDSTDERR: mktexfmt [INFO]: exiting with status 0 gmake[1]: Leaving directory '/builddir/build/BUILD/parrot-8.1.0/docs' gmake -C docs pdf gmake[1]: Entering directory '/builddir/build/BUILD/parrot-8.1.0/docs' mkdir -p build/modified_pod /usr/bin/perl ../tools/docs/filename_and_chapter.pl cd build && pdflatex parrot-book.tex && pdflatex parrot-book.tex This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./parrot-book.tex LaTeX2e <2018-04-01> patch level 5 (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) No file parrot-book.aux. (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] Chapter 1. [2] [3] [4] Overfull \hbox (73.50623pt too wide) in paragraph at lines 102--102 [] \OT1/cmtt/m/n/8 C:\textbackslash{}Perl\textbackslash{}bin\textbackslash{}per l.exe t\textbackslash{}harness --gc-debug[] Overfull \hbox (558.01318pt too wide) in paragraph at lines 102--102 [] \OT1/cmtt/m/n/8 t\textbackslash{}library\textbackslash{}*.t t\textbacksla sh{}op\textbackslash{}*.t t\textbackslash{}pmc\textbackslash{}*.t t\textbacks lash{}run\textbackslash{}*.t t\textbackslash{}native_pbc\textbackslash{}*.t[] Overfull \hbox (617.51404pt too wide) in paragraph at lines 102--102 [] \OT1/cmtt/m/n/8 imcc\textbackslash{}t\textbackslash{}*\textbackslash{}*.t t\textbackslash{}dynpmc\textbackslash{}*.t t\textbackslash{}p6rules\textbacks lash{}*.t t\textbackslash{}src\textbackslash{}*.t t\textbackslash{}perl\textbac kslash{}*.t[] [5] [6] [7] [8] [9] Overfull \hbox (8.3941pt too wide) in paragraph at lines 362--363 \OT1/cmr/m/n/10.95 named \OT1/cmtt/m/n/10.95 #parrot\OT1/cmr/m/n/10.95 . This P erl server net-work is also called \OT1/cmtt/m/n/10.95 MagNET \OT1/cmr/m/n/10.9 5 or \OT1/cmtt/m/n/10.95 Rhizomatic\OT1/cmr/m/n/10.95 . [10] Chapter 2. [11] [12] [13] [14] Chapter 3. [15] [16] [17] Overfull \hbox (7.01811pt too wide) in paragraph at lines 648--649 []\OT1/cmr/m/n/10.95 Submit a Par-rot Con-trib-u-tor Li-cense Agree-ment; this doc-u-ment signif[]ies [18] Overfull \hbox (18.04501pt too wide) in paragraph at lines 650--651 [][]$\OT1/cmtt/m/n/10.95 http : / / www . parrot . org / f \ unhbox \ voidb @ x \ hbox{}iles / parrot _ cla . [19] Chapter 4. Overfull \hbox (6.78494pt too wide) in paragraph at lines 716--717 \OT1/cmr/m/n/10.95 built. It in-cludes strength re-duc-tion and rewrites cer-ta in if/branch/label [20] [21] [22] [23] [24] Chapter 5. [25] [26] Overfull \hbox (16.50298pt too wide) in paragraph at lines 1003--1004 \OT1/cmr/m/n/10.95 To in-stall Par-rot in a dif[]ferent lo-ca-tion, use the \OT 1/cmtt/m/n/10.95 --pref[]ix \OT1/cmr/m/n/10.95 op-tion to \OT1/cmr/m/it/10.95 C onf[]igure.pl\OT1/cmr/m/n/10.95 : [27] [28] [29] [30] LaTeX Warning: `!h' float specifier changed to `!ht'. [31] [32] [33] [34] [35] LaTeX Font Warning: Font shape `OMS/cmtt/m/n' undefined (Font) using `OMS/cmsy/m/n' instead (Font) for symbol `textbraceleft' on input line 1574. [36] [37] Overfull \hbox (1.13748pt too wide) in paragraph at lines 1662--1663 \OT1/cmr/m/n/10.95 This ex-am-ple ex-tracts a two-character string from ``abcde '' at a one-character [38] Overfull \hbox (80.22063pt too wide) in paragraph at lines 1740--1761 [] LaTeX Warning: `!h' float specifier changed to `!ht'. Overfull \hbox (6.53616pt too wide) in paragraph at lines 1768--1778 [] LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. [39] [40] [41] Overfull \hbox (1.88478pt too wide) in paragraph at lines 1898--1899 \OT1/cmr/m/n/10.95 Strings use copy-on-write (COW) op-ti-miza-tions. A call to \OT1/cmtt/m/n/10.95 $S1 = $S0 \OT1/cmr/m/n/10.95 doesn't [42] [43] [44] [45] Overfull \hbox (57.12846pt too wide) in paragraph at lines 2070--2071 []\OT1/cmr/m/n/10.95 The core ar-ray types are \OT1/cmtt/m/n/10.95 FixedPMCArra y\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 ResizablePMCArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 FixedIntegerArray\OT1/cmr/m/n/10.95 , Overfull \hbox (68.35352pt too wide) in paragraph at lines 2070--2071 \OT1/cmtt/m/n/10.95 ResizableIntegerArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10. 95 FixedFloatArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 ResizableFloatArray\ OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 FixedStringArray\OT1/cmr/m/n/10.95 , Overfull \hbox (7.97726pt too wide) in paragraph at lines 2070--2071 \OT1/cmtt/m/n/10.95 ResizableStringArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.9 5 FixedBooleanArray\OT1/cmr/m/n/10.95 , and \OT1/cmtt/m/n/10.95 ResizableBoolea nArray\OT1/cmr/m/n/10.95 . [46] Overfull \hbox (47.97269pt too wide) in paragraph at lines 2188--2189 \OT1/cmr/m/n/10.95 Parrot pro-vides predef[]ined con-stants for work-ing with i t-er-a-tors. \OT1/cmtt/m/n/10.95 .ITERATE[]FROM[]START [47] [48] [49] [50] [51] [52] [53] Overfull \hbox (17.50476pt too wide) in paragraph at lines 2593--2594 \OT1/cmr/m/n/10.95 The \OT1/cmtt/m/n/10.95 f[]ind[]namespace \OT1/cmr/m/n/10.95 method looks up a names-pace, just like the \OT1/cmtt/m/n/10.95 get[]namespace [54] Overfull \hbox (39.69724pt too wide) in paragraph at lines 2611--2612 \OT1/cmr/m/n/10.95 pace ob-ject and re-turns it. If the re-quested names-pace d oesn't ex-ist, \OT1/cmtt/m/n/10.95 make[]namespace [55] [56] [57] [58] [59] LaTeX Font Warning: Font shape `OML/cmtt/m/n' undefined (Font) using `OML/cmm/m/it' instead (Font) for symbol `textless' on input line 2860. [60] [61] [62] Overfull \hbox (10.86739pt too wide) in paragraph at lines 3033--3034 []\OT1/cmr/m/n/10.95 This ex-am-ple de-clares two named pa-ram-e-ters in the su b-rou-tine \OT1/cmtt/m/n/10.95 shoutout\OT1/cmr/m/n/10.95 --- [63] [64] [65] [66] (/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd) [67] Overfull \hbox (77.75629pt too wide) in paragraph at lines 3407--3407 [] \OT1/cmtt/m/n/8 source = ".sub foo\textbackslash{}n$S1 = 'in eval'\textb ackslash{}nprint $S1\textbackslash{}n.end"[] [68] Overfull \hbox (133.00708pt too wide) in paragraph at lines 3460--3460 [] \OT1/cmtt/m/n/8 .lex "foo\textbackslash{}\textbackslash{}o", $P3 # wrong, parsed as 'foo\textbackslash{}\textbackslash{}o'[] Overfull \hbox (69.25616pt too wide) in paragraph at lines 3460--3460 [] \OT1/cmtt/m/n/8 store_lex "foo\textbackslash{}\textbackslash{}o", $P1 # Lexical 'foo\textbackslash{}o' not found[] [69] [70] [71] [72] [73] [74] [75] [76] LaTeX Warning: `!h' float specifier changed to `!ht'. Overfull \hbox (28.32794pt too wide) in paragraph at lines 3890--3891 \OT1/cmr/m/n/10.95 Many of Par-rot's core classes---such as \OT1/cmtt/m/n/10.95 Integer\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 String\OT1/cmr/m/n/10.95 , or \OT1/cmtt/m/n/10.95 ResizablePMCArray\OT1/cmr/m/n/10.95 --- [77] [78] [79] [80] [81] [82] Overfull \hbox (587.28352pt too wide) in paragraph at lines 4264--4277 [] LaTeX Warning: `!h' float specifier changed to `!ht'. [83] [84] [85] [86] [87] [88] Overfull \hbox (2.93416pt too wide) in paragraph at lines 4631--4632 \OT1/cmr/m/n/10.95 The \OT1/cmtt/m/n/10.95 get[]fd \OT1/cmr/m/n/10.95 method re -turns the in-te-ger f[]ile de-scrip-tor of the cur-rent f[]ilehandle [89] [90] [91] [92] [93] [94] [95] (./parrot-book.aux) Package rerunfilecheck Warning: File `parrot-book.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information) Output written on parrot-book.pdf (95 pages, 416845 bytes). Transcript written on parrot-book.log. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./parrot-book.tex LaTeX2e <2018-04-01> patch level 5 (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (./parrot-book.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./parrot-book.out) (./parrot-book.out) (./parrot-book.toc) [1{/usr/share/texli ve/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] Chapter 1. [2] [3] [4] Overfull \hbox (73.50623pt too wide) in paragraph at lines 102--102 [] \OT1/cmtt/m/n/8 C:\textbackslash{}Perl\textbackslash{}bin\textbackslash{}per l.exe t\textbackslash{}harness --gc-debug[] Overfull \hbox (558.01318pt too wide) in paragraph at lines 102--102 [] \OT1/cmtt/m/n/8 t\textbackslash{}library\textbackslash{}*.t t\textbacksla sh{}op\textbackslash{}*.t t\textbackslash{}pmc\textbackslash{}*.t t\textbacks lash{}run\textbackslash{}*.t t\textbackslash{}native_pbc\textbackslash{}*.t[] Overfull \hbox (617.51404pt too wide) in paragraph at lines 102--102 [] \OT1/cmtt/m/n/8 imcc\textbackslash{}t\textbackslash{}*\textbackslash{}*.t t\textbackslash{}dynpmc\textbackslash{}*.t t\textbackslash{}p6rules\textbacks lash{}*.t t\textbackslash{}src\textbackslash{}*.t t\textbackslash{}perl\textbac kslash{}*.t[] [5] [6] [7] [8] [9] Overfull \hbox (8.3941pt too wide) in paragraph at lines 362--363 \OT1/cmr/m/n/10.95 named \OT1/cmtt/m/n/10.95 #parrot\OT1/cmr/m/n/10.95 . This P erl server net-work is also called \OT1/cmtt/m/n/10.95 MagNET \OT1/cmr/m/n/10.9 5 or \OT1/cmtt/m/n/10.95 Rhizomatic\OT1/cmr/m/n/10.95 . [10] Chapter 2. [11] [12] [13] [14] Chapter 3. [15] [16] [17] Overfull \hbox (7.01811pt too wide) in paragraph at lines 648--649 []\OT1/cmr/m/n/10.95 Submit a Par-rot Con-trib-u-tor Li-cense Agree-ment; this doc-u-ment signif[]ies [18] Overfull \hbox (18.04501pt too wide) in paragraph at lines 650--651 [][]$\OT1/cmtt/m/n/10.95 http : / / www . parrot . org / f \ unhbox \ voidb @ x \ hbox{}iles / parrot _ cla . [19] Chapter 4. Overfull \hbox (6.78494pt too wide) in paragraph at lines 716--717 \OT1/cmr/m/n/10.95 built. It in-cludes strength re-duc-tion and rewrites cer-ta in if/branch/label [20] [21] [22] [23] [24] Chapter 5. [25] [26] Overfull \hbox (16.50298pt too wide) in paragraph at lines 1003--1004 \OT1/cmr/m/n/10.95 To in-stall Par-rot in a dif[]ferent lo-ca-tion, use the \OT 1/cmtt/m/n/10.95 --pref[]ix \OT1/cmr/m/n/10.95 op-tion to \OT1/cmr/m/it/10.95 C onf[]igure.pl\OT1/cmr/m/n/10.95 : [27] [28] [29] [30] LaTeX Warning: `!h' float specifier changed to `!ht'. [31] [32] [33] [34] [35] LaTeX Font Warning: Font shape `OMS/cmtt/m/n' undefined (Font) using `OMS/cmsy/m/n' instead (Font) for symbol `textbraceleft' on input line 1574. [36] [37] Overfull \hbox (1.13748pt too wide) in paragraph at lines 1662--1663 \OT1/cmr/m/n/10.95 This ex-am-ple ex-tracts a two-character string from ``abcde '' at a one-character [38] Overfull \hbox (80.22063pt too wide) in paragraph at lines 1740--1761 [] LaTeX Warning: `!h' float specifier changed to `!ht'. Overfull \hbox (6.53616pt too wide) in paragraph at lines 1768--1778 [] LaTeX Warning: `!h' float specifier changed to `!ht'. LaTeX Warning: `!h' float specifier changed to `!ht'. [39] [40] [41] Overfull \hbox (1.88478pt too wide) in paragraph at lines 1898--1899 \OT1/cmr/m/n/10.95 Strings use copy-on-write (COW) op-ti-miza-tions. A call to \OT1/cmtt/m/n/10.95 $S1 = $S0 \OT1/cmr/m/n/10.95 doesn't [42] [43] [44] [45] Overfull \hbox (57.12846pt too wide) in paragraph at lines 2070--2071 []\OT1/cmr/m/n/10.95 The core ar-ray types are \OT1/cmtt/m/n/10.95 FixedPMCArra y\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 ResizablePMCArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 FixedIntegerArray\OT1/cmr/m/n/10.95 , Overfull \hbox (68.35352pt too wide) in paragraph at lines 2070--2071 \OT1/cmtt/m/n/10.95 ResizableIntegerArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10. 95 FixedFloatArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 ResizableFloatArray\ OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 FixedStringArray\OT1/cmr/m/n/10.95 , Overfull \hbox (7.97726pt too wide) in paragraph at lines 2070--2071 \OT1/cmtt/m/n/10.95 ResizableStringArray\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.9 5 FixedBooleanArray\OT1/cmr/m/n/10.95 , and \OT1/cmtt/m/n/10.95 ResizableBoolea nArray\OT1/cmr/m/n/10.95 . [46] Overfull \hbox (47.97269pt too wide) in paragraph at lines 2188--2189 \OT1/cmr/m/n/10.95 Parrot pro-vides predef[]ined con-stants for work-ing with i t-er-a-tors. \OT1/cmtt/m/n/10.95 .ITERATE[]FROM[]START [47] [48] [49] [50] [51] [52] [53] Overfull \hbox (17.50476pt too wide) in paragraph at lines 2593--2594 \OT1/cmr/m/n/10.95 The \OT1/cmtt/m/n/10.95 f[]ind[]namespace \OT1/cmr/m/n/10.95 method looks up a names-pace, just like the \OT1/cmtt/m/n/10.95 get[]namespace [54] Overfull \hbox (39.69724pt too wide) in paragraph at lines 2611--2612 \OT1/cmr/m/n/10.95 pace ob-ject and re-turns it. If the re-quested names-pace d oesn't ex-ist, \OT1/cmtt/m/n/10.95 make[]namespace [55] [56] [57] [58] [59] LaTeX Font Warning: Font shape `OML/cmtt/m/n' undefined (Font) using `OML/cmm/m/it' instead (Font) for symbol `textless' on input line 2860. [60] [61] [62] Overfull \hbox (10.86739pt too wide) in paragraph at lines 3033--3034 []\OT1/cmr/m/n/10.95 This ex-am-ple de-clares two named pa-ram-e-ters in the su b-rou-tine \OT1/cmtt/m/n/10.95 shoutout\OT1/cmr/m/n/10.95 --- [63] [64] [65] [66] (/usr/share/texlive/texmf-dist/tex/latex/base/omscmr.fd) [67] Overfull \hbox (77.75629pt too wide) in paragraph at lines 3407--3407 [] \OT1/cmtt/m/n/8 source = ".sub foo\textbackslash{}n$S1 = 'in eval'\textb ackslash{}nprint $S1\textbackslash{}n.end"[] [68] Overfull \hbox (133.00708pt too wide) in paragraph at lines 3460--3460 [] \OT1/cmtt/m/n/8 .lex "foo\textbackslash{}\textbackslash{}o", $P3 # wrong, parsed as 'foo\textbackslash{}\textbackslash{}o'[] Overfull \hbox (69.25616pt too wide) in paragraph at lines 3460--3460 [] \OT1/cmtt/m/n/8 store_lex "foo\textbackslash{}\textbackslash{}o", $P1 # Lexical 'foo\textbackslash{}o' not found[] [69] [70] [71] [72] [73] [74] [75] [76] LaTeX Warning: `!h' float specifier changed to `!ht'. Overfull \hbox (28.32794pt too wide) in paragraph at lines 3890--3891 \OT1/cmr/m/n/10.95 Many of Par-rot's core classes---such as \OT1/cmtt/m/n/10.95 Integer\OT1/cmr/m/n/10.95 , \OT1/cmtt/m/n/10.95 String\OT1/cmr/m/n/10.95 , or \OT1/cmtt/m/n/10.95 ResizablePMCArray\OT1/cmr/m/n/10.95 --- [77] [78] [79] [80] [81] [82] Overfull \hbox (587.28352pt too wide) in paragraph at lines 4264--4277 [] LaTeX Warning: `!h' float specifier changed to `!ht'. [83] [84] [85] [86] [87] [88] Overfull \hbox (2.93416pt too wide) in paragraph at lines 4631--4632 \OT1/cmr/m/n/10.95 The \OT1/cmtt/m/n/10.95 get[]fd \OT1/cmr/m/n/10.95 method re -turns the in-te-ger f[]ile de-scrip-tor of the cur-rent f[]ilehandle [89] [90] [91] [92] [93] [94] [95] (./parrot-book.aux) LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information) Output written on parrot-book.pdf (95 pages, 420030 bytes). Transcript written on parrot-book.log. /usr/bin/perl ../tools/build/addgenerated.pl "docs/build/parrot-book.pdf" "[main]" doc gmake[1]: Leaving directory '/builddir/build/BUILD/parrot-8.1.0/docs' gmake: Entering directory '/builddir/build/BUILD/parrot-8.1.0/docs' gmake: Nothing to be done for 'man'. gmake: Leaving directory '/builddir/build/BUILD/parrot-8.1.0/docs' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5n1JcX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 + cd parrot-8.1.0 + rm -rf /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 BUILDSTDERR: ++ pwd + export LD_LIBRARY_PATH=/builddir/build/BUILD/parrot-8.1.0/blib/lib + LD_LIBRARY_PATH=/builddir/build/BUILD/parrot-8.1.0/blib/lib + make install DESTDIR=/builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 gmake -C docs gmake[1]: Entering directory '/builddir/build/BUILD/parrot-8.1.0/docs' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/builddir/build/BUILD/parrot-8.1.0/docs' mkdir -p blib/lib gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -o blib/lib/inst_libparrot.so.8.1.0 \ src/string/api.o src/ops/core_ops.o src/core_pmcs.o src/datatypes.o src/debug.o src/disassemble.o src/dynext.o src/embed/api.o src/embed/bytecode.o src/embed/strings.o src/embed/pmc.o src/string/encoding.o src/exceptions.o src/exit.o src/extend.o src/extend_vtable.o src/alarm.o src/gc/alloc_memory.o src/gc/alloc_resources.o src/gc/api.o src/gc/gc_ms.o src/gc/gc_inf.o src/gc/gc_ms2.o src/gc/gc_gms.o src/gc/mark_sweep.o src/gc/system.o src/gc/fixed_allocator.o src/gc/variable_size_pool.o src/gc/string_gc.o src/global_setup.o src/hash.o src/hll.o src/call/pcc.o src/call/args.o src/interp/inter_cb.o src/interp/api.o src/call/ops.o src/call/context.o src/call/context_accessors.o src/key.o src/library.o src/list.o src/pointer_array.o src/string/sprintf.o src/multidispatch.o src/namespace.o src/nci/api.o src/nci/signatures.o src/nci/core_thunks.o src/nci/extra_thunks.o src/oo.o src/packfile/object_serialization.o src/pmc.o src/runcore/main.o src/runcore/cores.o src/runcore/profiling.o src/runcore/subprof.o src/scheduler.o src/thread.o src/events.o src/string/spf_render.o src/string/spf_vtable.o src/string/namealias.o src/sub.o src/runcore/trace.o src/utils.o src/vtables.o src/warnings.o src/packfile/api.o src/packfile/output.o src/packfile/pf_items.o src/packfile/segments.o src/longopt.o src/platform/generic/io.o src/platform/generic/socket.o src/platform/generic/file.o src/platform/generic/time.o src/platform/generic/encoding.o src/platform/generic/env.o src/platform/generic/cpu_type.o src/platform/generic/num_cpus.o src/platform/generic/dl.o src/platform/generic/math.o src/platform/generic/itimer.o src/platform/generic/exec.o src/platform/generic/misc.o src/platform/generic/hires_timer.o src/platform/generic/sysmem.o src/platform/generic/uid.o src/platform/generic/error.o src/platform/generic/entropy.o src/io/api.o src/io/buffer.o src/io/filehandle.o src/io/socket.o src/io/stringhandle.o src/io/pipe.o src/io/userhandle.o src/io/utilities.o src/pmc/default.o src/pmc/null.o src/pmc/env.o src/pmc/key.o src/pmc/unmanagedstruct.o src/pmc/managedstruct.o src/pmc/exception.o src/pmc/parrotlibrary.o src/pmc/parrotinterpreter.o src/pmc/lexpad.o src/pmc/timer.o src/pmc/pointer.o src/pmc/sub.o src/pmc/continuation.o src/pmc/coroutine.o src/pmc/nci.o src/pmc/float.o src/pmc/integer.o src/pmc/bigint.o src/pmc/bignum.o src/pmc/complex.o src/pmc/string.o src/pmc/boolean.o src/pmc/fixedintegerarray.o src/pmc/iterator.o src/pmc/fixedstringarray.o src/pmc/hash.o src/pmc/orderedhash.o src/pmc/oplib.o src/pmc/opcode.o src/pmc/callcontext.o src/pmc/addrregistry.o src/pmc/alarm.o src/pmc/arrayiterator.o src/pmc/bytebuffer.o src/pmc/callback.o src/pmc/capture.o src/pmc/class.o src/pmc/eventhandler.o src/pmc/exceptionhandler.o src/pmc/exporter.o src/pmc/filehandle.o src/pmc/fixedbooleanarray.o src/pmc/fixedfloatarray.o src/pmc/fixedpmcarray.o src/pmc/handle.o src/pmc/hashiterator.o src/pmc/hashiteratorkey.o src/pmc/imageiofreeze.o src/pmc/imageiosize.o src/pmc/imageiostrings.o src/pmc/imageiothaw.o src/pmc/imccompiler.o src/pmc/lexinfo.o src/pmc/mappedbytearray.o src/pmc/multisub.o src/pmc/namespace.o src/pmc/nativepccmethod.o src/pmc/object.o src/pmc/orderedhashiterator.o src/pmc/os.o src/pmc/packfile.o src/pmc/packfileannotation.o src/pmc/packfileannotations.o src/pmc/packfilebytecodesegment.o src/pmc/packfileconstanttable.o src/pmc/packfiledebug.o src/pmc/packfiledirectory.o src/pmc/packfileopmap.o src/pmc/packfilerawsegment.o src/pmc/packfilesegment.o src/pmc/packfileview.o src/pmc/pmclist.o src/pmc/pmcproxy.o src/pmc/proxy.o src/pmc/ptr.o src/pmc/ptrbuf.o src/pmc/ptrobj.o src/pmc/resizablebooleanarray.o src/pmc/resizablefloatarray.o src/pmc/resizableintegerarray.o src/pmc/resizablepmcarray.o src/pmc/resizablestringarray.o src/pmc/role.o src/pmc/scalar.o src/pmc/scheduler.o src/pmc/schedulermessage.o src/pmc/sockaddr.o src/pmc/socket.o src/pmc/stringbuilder.o src/pmc/stringhandle.o src/pmc/stringiterator.o src/pmc/structview.o src/pmc/task.o src/pmc/undef.o src/string/encoding/shared.o src/string/encoding/tables.o src/string/encoding/null.o src/string/encoding/ascii.o src/string/encoding/latin1.o src/string/encoding/binary.o src/string/encoding/utf8.o src/string/encoding/utf16.o src/string/encoding/ucs2.o src/string/encoding/ucs4.o compilers/imcc/imcparser.o compilers/imcc/imclexer.o compilers/imcc/imc.o compilers/imcc/main.o compilers/imcc/symreg.o compilers/imcc/instructions.o compilers/imcc/cfg.o compilers/imcc/reg_alloc.o compilers/imcc/sets.o compilers/imcc/debug.o compilers/imcc/optimizer.o compilers/imcc/pbc.o compilers/imcc/parser_util.o compilers/imcc/pcc.o compilers/imcc/api.o -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -L/usr/lib64 -licuuc -licudata /usr/bin/perl tools/build/addgenerated.pl "blib/lib/inst_libparrot.so.8.1.0" "[main]" lib gcc -o installable_parrot \ frontend/parrot2/main.o src/install_config.o \ frontend/parrot2/prt0.pbc.o -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E /usr/bin/perl tools/build/addgenerated.pl "installable_parrot" "[main]" bin gcc -o installable_pbc_dump \ frontend/pbc_dump/main.o \ frontend/pbc_dump/packdump.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E /usr/bin/perl tools/build/addgenerated.pl "installable_pbc_dump" "[main]" bin gcc -o installable_pbc_disassemble \ frontend/pbc_disassemble/main.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E /usr/bin/perl tools/build/addgenerated.pl "installable_pbc_disassemble" "[main]" bin gcc -o installable_parrot_debugger \ frontend/parrot_debugger/main.o \ src/install_config.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E /usr/bin/perl tools/build/addgenerated.pl installable_parrot_debugger [main] bin ./parrot -o parrot_config.pbc tools/dev/parrot-config.pir ./pbc_to_exe parrot_config.pbc --install /usr/bin/perl tools/build/addgenerated.pl "installable_parrot_config" "[main]" bin gcc -o installable_pbc_merge \ frontend/pbc_merge/main.o \ src/install_config.o \ -L"/builddir/build/BUILD/parrot-8.1.0/blib/lib" -lparrot -L/usr/lib64 -licuuc -licudata -lpthread -lresolv -ldl -lm -lcrypt -lutil -lrt -lgmp -lreadline -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -L/usr/local/lib -Wl,-E /usr/bin/perl tools/build/addgenerated.pl "installable_pbc_merge" "[main]" bin ./pbc_to_exe pbc_to_exe.pbc --install /usr/bin/perl tools/build/addgenerated.pl "installable_pbc_to_exe" "[main]" bin ./pbc_to_exe parrot-nqp.pbc --install ./parrot -o parrot_nci_thunk_gen.pbc tools/dev/nci_thunk_gen.pir ./pbc_to_exe parrot_nci_thunk_gen.pbc --install BUILDSTDERR: /usr/bin/perl tools/build/addMANIFEST.generated:24: Duplicate entry include/parrot/extend_vtable.h BUILDSTDERR: MANIFEST.generated:88: Duplicate entry include/pmc/pmc_default.h BUILDSTDERR: MANIFEST.generated:90: Duplicate entry include/pmc/pmc_scalar.h BUILDSTDERR: MANIFEST.generated:100: Duplicate entry include/pmc/pmc_fixedintegerarray.h BUILDSTDERR: MANIFEST.generated:101: Duplicate entry include/pmc/pmc_env.h BUILDSTDERR: MANIFEST.generated:102: Duplicate entry include/pmc/pmc_null.h BUILDSTDERR: MANIFEST.generated:105: Duplicate entry include/pmc/pmc_parrotlibrary.h BUILDSTDERR: MANIFEST.generated:109: Duplicate entry include/pmc/pmc_timer.h BUILDSTDERR: MANIFEST.generated:110: Duplicate entry include/pmc/pmc_pointer.h BUILDSTDERR: MANIFEST.generated:124: Duplicate entry include/pmc/pmc_orderedhash.h BUILDSTDERR: MANIFEST.generated:127: Duplicate entry include/pmc/pmc_addrregistry.h BUILDSTDERR: MANIFEST.generated:128: Duplicate entry include/pmc/pmc_alarm.h BUILDSTDERR: MANIFEST.generated:143: Duplicate entry include/pmc/pmc_imageiofreeze.h BUILDSTDERR: MANIFEST.generated:144: Duplicate entry include/pmc/pmc_imageiosize.h BUILDSTDERR: MANIFEST.generated:145: Duplicate entry include/pmc/pmc_imageiostrings.h BUILDSTDERR: MANIFEST.generated:146: Duplicate entry include/pmc/pmc_imageiothaw.h BUILDSTDERR: MANIFEST.generated:153: Duplicate entry include/pmc/pmc_object.h BUILDSTDERR: MANIFEST.generated:164: Duplicate entry include/pmc/pmc_proxy.h BUILDSTDERR: MANIFEST.generated:167: Duplicate entry include/pmc/pmc_resizableintegerarray.h BUILDSTDERR: MANIFEST.generated:171: Duplicate entry include/pmc/pmc_schedulermessage.h BUILDSTDERR: MANIFEST.generated:173: Duplicate entry include/pmc/pmc_sockaddr.h BUILDSTDERR: MANIFEST.generated:179: Duplicate entry include/pmc/pmc_undef.h BUILDSTDERR: MANIFEST.generated:183: Duplicate entry include/pmc/pmc_task.h BUILDSTDERR: MANIFEST.generated:225: Duplicate entry include/pmc/pmc_resizablepmcarray.h BUILDSTDERR: MANIFEST.generated:241: Duplicate entry include/pmc/pmc_key.h BUILDSTDERR: MANIFEST.generated:243: Duplicate entry include/pmc/pmc_unmanagedstruct.h BUILDSTDERR: MANIFEST.generated:245: Duplicate entry include/pmc/pmc_exception.h BUILDSTDERR: MANIFEST.generated:246: Duplicate entry include/pmc/pmc_parrotinterpreter.h BUILDSTDERR: MANIFEST.generated:247: Duplicate entry include/pmc/pmc_lexpad.h BUILDSTDERR: MANIFEST.generated:248: Duplicate entry include/pmc/pmc_continuation.h BUILDSTDERR: MANIFEST.generated:249: Duplicate entry include/pmc/pmc_sub.h BUILDSTDERR: MANIFEST.generated:251: Duplicate entry include/pmc/pmc_nci.h BUILDSTDERR: MANIFEST.generated:252: Duplicate entry include/pmc/pmc_float.h BUILDSTDERR: MANIFEST.generated:253: Duplicate entry include/pmc/pmc_integer.h BUILDSTDERR: MANIFEST.generated:254: Duplicate entry include/pmc/pmc_bignum.h BUILDSTDERR: MANIFEST.generated:255: Duplicate entry include/pmc/pmc_bigint.h BUILDSTDERR: MANIFEST.generated:256: Duplicate entry include/pmc/pmc_string.h BUILDSTDERR: MANIFEST.generated:257: Duplicate entry include/pmc/pmc_complex.h BUILDSTDERR: MANIFEST.generated:258: Duplicate entry include/pmc/pmc_boolean.h BUILDSTDERR: MANIFEST.generated:259: Duplicate entry include/pmc/pmc_iterator.h BUILDSTDERR: MANIFEST.generated:260: Duplicate entry include/pmc/pmc_fixedstringarray.h BUILDSTDERR: MANIFEST.generated:261: Duplicate entry include/pmc/pmc_oplib.h BUILDSTDERR: MANIFEST.generated:262: Duplicate entry include/pmc/pmc_hash.h BUILDSTDERR: MANIFEST.generated:263: Duplicate entry include/pmc/pmc_opcode.h BUILDSTDERR: MANIFEST.generated:265: Duplicate entry include/pmc/pmc_bytebuffer.h BUILDSTDERR: MANIFEST.generated:266: Duplicate entry include/pmc/pmc_arrayiterator.h BUILDSTDERR: MANIFEST.generated:268: Duplicate entry include/pmc/pmc_capture.h BUILDSTDERR: MANIFEST.generated:269: Duplicate entry include/pmc/pmc_eventhandler.h BUILDSTDERR: MANIFEST.generated:270: Duplicate entry include/pmc/pmc_exceptionhandler.h BUILDSTDERR: MANIFEST.generated:271: Duplicate entry include/pmc/pmc_class.h BUILDSTDERR: MANIFEST.generated:272: Duplicate entry include/pmc/pmc_exporter.h BUILDSTDERR: MANIFEST.generated:273: Duplicate entry include/pmc/pmc_fixedbooleanarray.h BUILDSTDERR: MANIFEST.generated:274: Duplicate entry include/pmc/pmc_fixedfloatarray.h BUILDSTDERR: MANIFEST.generated:276: Duplicate entry include/pmc/pmc_fixedpmcarray.h BUILDSTDERR: MANIFEST.generated:277: Duplicate entry include/pmc/pmc_handle.h BUILDSTDERR: MANIFEST.generated:278: Duplicate entry include/pmc/pmc_hashiterator.h BUILDSTDERR: MANIFEST.generated:279: Duplicate entry include/pmc/pmc_hashiteratorkey.h BUILDSTDERR: MANIFEST.generated:280: Duplicate entry include/pmc/pmc_lexinfo.h BUILDSTDERR: MANIFEST.generated:281: Duplicate entry include/pmc/pmc_imccompiler.h BUILDSTDERR: MANIFEST.generated:282: Duplicate entry include/pmc/pmc_mappedbytearray.h BUILDSTDERR: MANIFEST.generated:284: Duplicate entry include/pmc/pmc_nativepccmethod.h BUILDSTDERR: MANIFEST.generated:285: Duplicate entry include/pmc/pmc_namespace.h BUILDSTDERR: MANIFEST.generated:286: Duplicate entry include/pmc/pmc_orderedhashiterator.h BUILDSTDERR: MANIFEST.generated:287: Duplicate entry include/pmc/pmc_os.h BUILDSTDERR: MANIFEST.generated:288: Duplicate entry include/pmc/pmc_packfile.h BUILDSTDERR: MANIFEST.generated:289: Duplicate entry include/pmc/pmc_packfileannotation.h BUILDSTDERR: MANIFEST.generated:294: Duplicate entry include/pmc/pmc_packfileopmap.h BUILDSTDERR: MANIFEST.generated:295: Duplicate entry include/pmc/pmc_packfilesegment.h BUILDSTDERR: MANIFEST.generated:296: Duplicate entry include/pmc/pmc_packfileview.h BUILDSTDERR: MANIFEST.generated:297: Duplicate entry include/pmc/pmc_pmclist.h BUILDSTDERR: MANIFEST.generated:298: Duplicate entry include/pmc/pmc_pmcproxy.h BUILDSTDERR: MANIFEST.generated:299: Duplicate entry include/pmc/pmc_ptr.h BUILDSTDERR: MANIFEST.generated:301: Duplicate entry include/pmc/pmc_resizablebooleanarray.h BUILDSTDERR: MANIFEST.generated:302: Duplicate entry include/pmc/pmc_resizablefloatarray.h BUILDSTDERR: MANIFEST.generated:303: Duplicate entry include/pmc/pmc_resizablestringarray.h BUILDSTDERR: MANIFEST.generated:304: Duplicate entry include/pmc/pmc_scheduler.h BUILDSTDERR: MANIFEST.generated:305: Duplicate entry include/pmc/pmc_role.h BUILDSTDERR: MANIFEST.generated:306: Duplicate entry include/pmc/pmc_socket.h BUILDSTDERR: MANIFEST.generated:307: Duplicate entry include/pmc/pmc_stringiterator.h BUILDSTDERR: MANIFEST.generated:308: Duplicate entry include/pmc/pmc_stringbuilder.h BUILDSTDERR: MANIFEST.generated:309: Duplicate entry include/pmc/pmc_stringhandle.h BUILDSTDERR: MANIFEST.generated:310: Duplicate entry include/pmc/pmc_structview.h BUILDSTDERR: MANIFEST.generated:321: Duplicate entry include/pmc/pmc_callcontext.h BUILDSTDERR: MANIFEST.generated:322: Duplicate entry include/pmc/pmc_managedstruct.h BUILDSTDERR: MANIFEST.generated:323: Duplicate entry include/pmc/pmc_coroutine.h BUILDSTDERR: MANIFEST.generated:324: Duplicate entry include/pmc/pmc_callback.h BUILDSTDERR: MANIFEST.generated:325: Duplicate entry include/pmc/pmc_filehandle.h BUILDSTDERR: MANIFEST.generated:326: Duplicate entry include/pmc/pmc_multisub.h BUILDSTDERR: MANIFEST.generated:327: Duplicate entry include/pmc/pmc_packfileannotations.h BUILDSTDERR: MANIFEST.generated:329: Duplicate entry include/pmc/pmc_packfileconstanttable.h BUILDSTDERR: MANIFEST.generated:331: Duplicate entry include/pmc/pmc_packfiledirectory.h BUILDSTDERR: MANIFEST.generated:332: Duplicate entry include/pmc/pmc_packfilerawsegment.h BUILDSTDERR: MANIFEST.generated:333: Duplicate entry include/pmc/pmc_ptrbuf.h BUILDSTDERR: MANIFEST.generated:338: Duplicate entry include/pmc/pmc_packfilebytecodesegment.h BUILDSTDERR: MANIFEST.generated:339: Duplicate entry include/pmc/pmc_packfiledebug.h BUILDSTDERR: MANIFEST.generated:340: Duplicate entry include/pmc/pmc_ptrobj.h BUILDSTDERR: MANIFEST.generated:343: Duplicate entry src/dynpmc/pmc_gziphandle.h BUILDSTDERR: MANIFEST.generated:346: Duplicate entry src/dynpmc/pmc_select.h BUILDSTDERR: MANIFEST.generated:347: Duplicate entry src/dynpmc/pmc_dynlexpad.h BUILDSTDERR: MANIFEST.generated:349: Duplicate entry src/dynpmc/pmc_file.h BUILDSTDERR: MANIFEST.generated:351: Duplicate entry src/dynpmc/pmc_foo.h BUILDSTDERR: MANIFEST.generated:354: Duplicate entry src/dynpmc/pmc_rational.h BUILDSTDERR: MANIFEST.generated:355: Duplicate entry src/dynpmc/pmc_subproxy.h BUILDSTDERR: MANIFEST.generated:359: Duplicate entry src/dynpmc/pmc_foo2.h generated.pl "installable_parrot_nci_thunk_gen" "[main]" bin ./parrot -o parrot-prove.pbc runtime/parrot/bin/prove.pir ./pbc_to_exe parrot-prove.pbc --install /usr/bin/perl tools/build/addgenerated.pl "installable_parrot-prove" "[main]" bin ./pbc_to_exe parrot-ops2c.pbc --install ./pbc_to_exe winxed.pbc --install /usr/bin/perl tools/dev/install_files.pl \ --buildprefix= \ --prefix="/usr" \ --exec-prefix="/usr" \ --bindir="/usr/bin" \ --libdir="/usr/lib64" \ --includedir="/usr/include" \ --destdir=/builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 \ --datadir="/usr/share" \ --docdir="/usr/share/doc" \ --mandir="/usr/share/man" \ --versiondir="/parrot/8.1.0" \ MANIFEST MANIFEST.generated Installing ... /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/parrot/8.1.0/MANIFEST /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/CREDITS /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/DONORS.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/LICENSE /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/PBC_COMPAT /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/RESPONSIBLE_PARTIES /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/Defines.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/P6Rule.grammar /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE/Exp.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE/Match.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE/OPTable.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE/P5Regex.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE/Perl6Regex.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE/Regex.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/PGE/builtins.pg /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/Rules.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pge/STATUS /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/imcc/api.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/imcc/embed.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/imcc/yyscanner.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/alarm.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/api.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/atomic.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/atomic/fallback.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/atomic/gcc_ppc.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/atomic/gcc_x86.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/atomic/sparc.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/caches.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/call.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/cclass.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/compiler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/context.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/core_types.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/datatypes.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/debugger.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/disassemble.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/dynext.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/encoding.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/enums.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/events.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/exceptions.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/exit.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/extend.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/gc_api.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/global_setup.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/hash.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/hll.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/imageio.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/interpreter.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/io.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/key.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/library.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/list.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/longopt.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/memory.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/misc.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/multidispatch.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/namealias.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/namespace.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/nci.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/oo.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/oo_private.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/op.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/oplib.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/oplib/core_ops.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/oplib/ops.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/opsenum.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/packfile.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/parrot.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/platform_interface.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/pmc.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/pmc_freeze.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/pobj.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/pointer_array.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/runcore_api.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/runcore_profiling.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/runcore_subprof.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/runcore_trace.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/scheduler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/scheduler_private.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/settings.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/string.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/string_funcs.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/sub.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/thr_none.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/thr_pthread.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/thr_windows.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/thread.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/vtables.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/warnings.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/dummy /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/bin/prove.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/fp_equality.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/green_threads.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/hllmacros.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/test_more.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/parrot/parrot.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Archive/Tar.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Archive/Zip.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/CGI/QueryHash.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Config/JSON.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Configure/genfile.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Crow.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Curses.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Data/Dumper.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Data/Dumper/Base.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Data/Dumper/Default.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Digest/MD5.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Digest/sha256.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Getopt/Obj.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/HTTP/Daemon.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/HTTP/Message.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Iter.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/JSON.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/LWP/Protocol.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/LWP/UserAgent.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/MIME/Base64.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Math/Rand.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/NCI/Utils.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/OpenGL.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/OpenGL/Math.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/P6object.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Dumper.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Glob.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Hs.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Perl6Grammar.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Text.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Util.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Parrot/Coroutine.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Parrot/Exception.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Pg.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/Matcher.nqp /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/NQPProfile.nqp /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/PIRProfile.nqp /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/Want.nqp /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Range.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Rules.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/App.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Button.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Color.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Constants.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Event.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/EventHandler.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Font.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Image.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/LCD.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/LCD.png /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Rect.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Sprite.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/StopWatch.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/SDL/Surface.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Base.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Combiner.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Coroutine.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Filter.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Lines.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/ParrotIO.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Replay.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Sub.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Writer.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/String/Utils.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TAP/Formatter.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TAP/Harness.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TAP/Parser.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TclLibrary.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/Output.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/Test.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/TestPlan.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/Tester.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Class.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/More.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/URI.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/URI/Escape.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Dumper.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Dumper/Base.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Dumper/Default.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Tiny.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/crypto.declarations /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/distutils.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/dumper.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/libpcre.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ncurses.declarations /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ncurses.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/openssl.declarations /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/osutils.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/parrotlib.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/pcore.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/pcre.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/postgres.declarations /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/postgres.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/uuid.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/yaml_dumper.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/config.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/feature.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/has_header.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/core_pmcs.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/pbcversion.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/vtable.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/extend_vtable.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/parrot/extend_vtable.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/datatypes.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/cclass.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/call_bits.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/iterator.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/timer.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/except_severity.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/except_types.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/hash_key_type.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/interpflags.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/interpdebug.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/interptrace.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/interpcores.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/cloneflags.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/iglobals.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/stdio.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/sysinfo.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/socket.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/dlopenflags.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/libpaths.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/longopt.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/packfile_annotation_keytype.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/stat.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/stringinfo.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/warnings.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/interpinfo.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/errors.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/tm.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/pmctypes.pasm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/parrot_version.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/libparrot.a /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/libparrot.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/libparrot.so.8.1.0 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/gziphandle.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/select.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/dynlexpad.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/file.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/os.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/subproxy.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/rational.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/parrotlib.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/More.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Regex.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/HLL.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/P6object.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/P6Regex.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Dumper.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Parrot/Exception.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Getopt/Obj.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/dumper.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PCT/Dumper.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Util.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Text.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/config.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/CGI/QueryHash.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Data/Dumper/Base.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Crow.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Data/Dumper/Default.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Data/Dumper.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/yaml_dumper.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Digest/sha256.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Iter.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/JSON.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Math/Rand.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/MIME/Base64.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/NCI/Utils.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/pcore.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ncurses.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/parrotlib.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Parrot/Coroutine.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Range.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Coroutine.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Base.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Combiner.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Lines.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/ParrotIO.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Filter.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Replay.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Writer.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Stream/Sub.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/String/Utils.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TAP/Formatter.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TAP/Harness.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/Output.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TAP/Parser.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/Test.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/Tester.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder/TestPlan.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Builder.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Test/Class.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TclLibrary.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/URI.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/URI/Escape.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Dumper/Base.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Dumper/Default.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Dumper.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/libpcre.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/postgres.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/include/config.fpmc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PCT/HLLCompiler.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PCT/PAST.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/parrot_config.o /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PCT/Grammar.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Perl6Grammar.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Hs.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PGE/Glob.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/PCT.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/TGE.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/tgc.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/NQPProfile.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/PIRProfile.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/Matcher.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/PIRProfile.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/NQPProfile.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/Matcher.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/opsc.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/Want.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest/Want.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/ProfTest.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/YAML/Tiny.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/obscure_ops.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/math_ops.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/debug_ops.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/uuid.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/trans_ops.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/sys_ops.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/pcre.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Configure/genfile.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/io_ops.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Config/JSON.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Archive/Tar.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Archive/Zip.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/HTTP/Message.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/LWP/Protocol.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/distutils.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/LWP/UserAgent.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/osutils.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/bit_ops.so /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/Digest/MD5.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/parrot.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/parrotbug.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/parrot_config.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/parrot_nci_thunk_gen.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/parrot-nqp.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/parrot-ops2c.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/parrot-prove.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/pbc_disassemble.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/pbc_dump.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/pbc_merge.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/pbc_to_exe.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/plumage.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1/winxed.1 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/docs/build/parrot-book.pdf /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/inst_libparrot.so.8.1.0 /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_disassemble /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot_config /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_merge /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_to_exe BUILDSTDERR: /builddir/build/BUILDROOT/parrot-8.1.0-17.fcMANIFEST.generated:24: Duplicate entry include/parrot/extend_vtable.h BUILDSTDERR: MANIFEST.generated:88: Duplicate entry include/pmc/pmc_default.h BUILDSTDERR: MANIFEST.generated:90: Duplicate entry include/pmc/pmc_scalar.h BUILDSTDERR: MANIFEST.generated:100: Duplicate entry include/pmc/pmc_fixedintegerarray.h BUILDSTDERR: MANIFEST.generated:101: Duplicate entry include/pmc/pmc_env.h BUILDSTDERR: MANIFEST.generated:102: Duplicate entry include/pmc/pmc_null.h BUILDSTDERR: MANIFEST.generated:105: Duplicate entry include/pmc/pmc_parrotlibrary.h BUILDSTDERR: MANIFEST.generated:109: Duplicate entry include/pmc/pmc_timer.h BUILDSTDERR: MANIFEST.generated:110: Duplicate entry include/pmc/pmc_pointer.h BUILDSTDERR: MANIFEST.generated:124: Duplicate entry include/pmc/pmc_orderedhash.h BUILDSTDERR: MANIFEST.generated:127: Duplicate entry include/pmc/pmc_addrregistry.h BUILDSTDERR: MANIFEST.generated:128: Duplicate entry include/pmc/pmc_alarm.h BUILDSTDERR: MANIFEST.generated:143: Duplicate entry include/pmc/pmc_imageiofreeze.h BUILDSTDERR: MANIFEST.generated:144: Duplicate entry include/pmc/pmc_imageiosize.h BUILDSTDERR: MANIFEST.generated:145: Duplicate entry include/pmc/pmc_imageiostrings.h BUILDSTDERR: MANIFEST.generated:146: Duplicate entry include/pmc/pmc_imageiothaw.h BUILDSTDERR: MANIFEST.generated:153: Duplicate entry include/pmc/pmc_object.h BUILDSTDERR: MANIFEST.generated:164: Duplicate entry include/pmc/pmc_proxy.h BUILDSTDERR: MANIFEST.generated:167: Duplicate entry include/pmc/pmc_resizableintegerarray.h BUILDSTDERR: MANIFEST.generated:171: Duplicate entry include/pmc/pmc_schedulermessage.h BUILDSTDERR: MANIFEST.generated:173: Duplicate entry include/pmc/pmc_sockaddr.h BUILDSTDERR: MANIFEST.generated:179: Duplicate entry include/pmc/pmc_undef.h BUILDSTDERR: MANIFEST.generated:183: Duplicate entry include/pmc/pmc_task.h BUILDSTDERR: MANIFEST.generated:225: Duplicate entry include/pmc/pmc_resizablepmcarray.h BUILDSTDERR: MANIFEST.generated:241: Duplicate entry include/pmc/pmc_key.h BUILDSTDERR: MANIFEST.generated:243: Duplicate entry include/pmc/pmc_unmanagedstruct.h BUILDSTDERR: MANIFEST.generated:245: Duplicate entry include/pmc/pmc_exception.h BUILDSTDERR: MANIFEST.generated:246: Duplicate entry include/pmc/pmc_parrotinterpreter.h BUILDSTDERR: MANIFEST.generated:247: Duplicate entry include/pmc/pmc_lexpad.h BUILDSTDERR: MANIFEST.generated:248: Duplicate entry include/pmc/pmc_continuation.h BUILDSTDERR: MANIFEST.generated:249: Duplicate entry include/pmc/pmc_sub.h BUILDSTDERR: MANIFEST.generated:251: Duplicate entry include/pmc/pmc_nci.h BUILDSTDERR: MANIFEST.generated:252: Duplicate entry include/pmc/pmc_float.h BUILDSTDERR: MANIFEST.generated:253: Duplicate entry include/pmc/pmc_integer.h BUILDSTDERR: MANIFEST.generated:254: Duplicate entry include/pmc/pmc_bignum.h BUILDSTDERR: MANIFEST.generated:255: Duplicate entry include/pmc/pmc_bigint.h BUILDSTDERR: MANIFEST.generated:256: Duplicate entry include/pmc/pmc_string.h BUILDSTDERR: MANIFEST.generated:257: Duplicate entry include/pmc/pmc_complex.h BUILDSTDERR: MANIFEST.generated:258: Duplicate entry include/pmc/pmc_boolean.h BUILDSTDERR: MANIFEST.generated:259: Duplicate entry include/pmc/pmc_iterator.h BUILDSTDERR: MANIFEST.generated:260: Duplicate entry include/pmc/pmc_fixedstringarray.h BUILDSTDERR: MANIFEST.generated:261: Duplicate entry include/pmc/pmc_oplib.h BUILDSTDERR: MANIFEST.generated:262: Duplicate entry include/pmc/pmc_hash.h BUILDSTDERR: MANIFEST.generated:263: Duplicate entry include/pmc/pmc_opcode.h BUILDSTDERR: MANIFEST.generated:265: Duplicate entry include/pmc/pmc_bytebuffer.h BUILDSTDERR: MANIFEST.generated:266: Duplicate entry include/pmc/pmc_arrayiterator.h BUILDSTDERR: MANIFEST.generated:268: Duplicate entry include/pmc/pmc_capture.h BUILDSTDERR: MANIFEST.generated:269: Duplicate entry include/pmc/pmc_eventhandler.h BUILDSTDERR: MANIFEST.generated:270: Duplicate entry include/pmc/pmc_exceptionhandler.h BUILDSTDERR: MANIFEST.generated:271: Duplicate entry include/pmc/pmc_class.h BUILDSTDERR: MANIFEST.generated:272: Duplicate entry include/pmc/pmc_exporter.h BUILDSTDERR: MANIFEST.generated:273: Duplicate entry include/pmc/pmc_fixedbooleanarray.h BUILDSTDERR: MANIFEST.generated:274: Duplicate entry include/pmc/pmc_fixedfloatarray.h BUILDSTDERR: MANIFEST.generated:276: Duplicate entry include/pmc/pmc_fixedpmcarray.h BUILDSTDERR: MANIFEST.generated:277: Duplicate entry include/pmc/pmc_handle.h BUILDSTDERR: MANIFEST.generated:278: Duplicate entry include/pmc/pmc_hashiterator.h BUILDSTDERR: MANIFEST.generated:279: Duplicate entry include/pmc/pmc_hashiteratorkey.h BUILDSTDERR: MANIFEST.generated:280: Duplicate entry include/pmc/pmc_lexinfo.h BUILDSTDERR: MANIFEST.generated:281: Duplicate entry include/pmc/pmc_imccompiler.h BUILDSTDERR: MANIFEST.generated:282: Duplicate entry include/pmc/pmc_mappedbytearray.h BUILDSTDERR: MANIFEST.generated:284: Duplicate entry include/pmc/pmc_nativepccmethod.h BUILDSTDERR: MANIFEST.generated:285: Duplicate entry include/pmc/pmc_namespace.h BUILDSTDERR: MANIFEST.generated:286: Duplicate entry include/pmc/pmc_orderedhashiterator.h BUILDSTDERR: MANIFEST.generated:287: Duplicate entry include/pmc/pmc_os.h BUILDSTDERR: MANIFEST.generated:288: Duplicate entry include/pmc/pmc_packfile.h BUILDSTDERR: MANIFEST.generated:289: Duplicate entry include/pmc/pmc_packfileannotation.h BUILDSTDERR: MANIFEST.generated:294: Duplicate entry include/pmc/pmc_packfileopmap.h BUILDSTDERR: MANIFEST.generated:295: Duplicate entry include/pmc/pmc_packfilesegment.h BUILDSTDERR: MANIFEST.generated:296: Duplicate entry include/pmc/pmc_packfileview.h BUILDSTDERR: MANIFEST.generated:297: Duplicate entry include/pmc/pmc_pmclist.h BUILDSTDERR: MANIFEST.generated:298: Duplicate entry include/pmc/pmc_pmcproxy.h BUILDSTDERR: MANIFEST.generated:299: Duplicate entry include/pmc/pmc_ptr.h BUILDSTDERR: MANIFEST.generated:301: Duplicate entry include/pmc/pmc_resizablebooleanarray.h BUILDSTDERR: MANIFEST.generated:302: Duplicate entry include/pmc/pmc_resizablefloatarray.h BUILDSTDERR: MANIFEST.generated:303: Duplicate entry include/pmc/pmc_resizablestringarray.h BUILDSTDERR: MANIFEST.generated:304: Duplicate entry include/pmc/pmc_scheduler.h BUILDSTDERR: MANIFEST.generated:305: Duplicate entry include/pmc/pmc_role.h BUILDSTDERR: MANIFEST.generated:306: Duplicate entry include/pmc/pmc_socket.h BUILDSTDERR: MANIFEST.generated:307: Duplicate entry include/pmc/pmc_stringiterator.h BUILDSTDERR: MANIFEST.generated:308: Duplicate entry include/pmc/pmc_stringbuilder.h BUILDSTDERR: MANIFEST.generated:309: Duplicate entry include/pmc/pmc_stringhandle.h BUILDSTDERR: MANIFEST.generated:310: Duplicate entry include/pmc/pmc_structview.h BUILDSTDERR: MANIFEST.generated:321: Duplicate entry include/pmc/pmc_callcontext.h BUILDSTDERR: MANIFEST.generated:322: Duplicate entry include/pmc/pmc_managedstruct.h BUILDSTDERR: MANIFEST.generated:323: Duplicate entry include/pmc/pmc_coroutine.h BUILDSTDERR: MANIFEST.generated:324: Duplicate entry include/pmc/pmc_callback.h BUILDSTDERR: MANIFEST.generated:325: Duplicate entry include/pmc/pmc_filehandle.h BUILDSTDERR: MANIFEST.generated:326: Duplicate entry include/pmc/pmc_multisub.h BUILDSTDERR: MANIFEST.generated:327: Duplicate entry include/pmc/pmc_packfileannotations.h BUILDSTDERR: MANIFEST.generated:329: Duplicate entry include/pmc/pmc_packfileconstanttable.h BUILDSTDERR: MANIFEST.generated:331: Duplicate entry include/pmc/pmc_packfiledirectory.h BUILDSTDERR: MANIFEST.generated:332: Duplicate entry include/pmc/pmc_packfilerawsegment.h BUILDSTDERR: MANIFEST.generated:333: Duplicate entry include/pmc/pmc_ptrbuf.h BUILDSTDERR: MANIFEST.generated:338: Duplicate entry include/pmc/pmc_packfilebytecodesegment.h BUILDSTDERR: MANIFEST.generated:339: Duplicate entry include/pmc/pmc_packfiledebug.h BUILDSTDERR: MANIFEST.generated:340: Duplicate entry include/pmc/pmc_ptrobj.h BUILDSTDERR: MANIFEST.generated:343: Duplicate entry src/dynpmc/pmc_gziphandle.h BUILDSTDERR: MANIFEST.generated:346: Duplicate entry src/dynpmc/pmc_select.h BUILDSTDERR: MANIFEST.generated:347: Duplicate entry src/dynpmc/pmc_dynlexpad.h BUILDSTDERR: MANIFEST.generated:349: Duplicate entry src/dynpmc/pmc_file.h BUILDSTDERR: MANIFEST.generated:351: Duplicate entry src/dynpmc/pmc_foo.h BUILDSTDERR: MANIFEST.generated:354: Duplicate entry src/dynpmc/pmc_rational.h BUILDSTDERR: MANIFEST.generated:355: Duplicate entry src/dynpmc/pmc_subproxy.h BUILDSTDERR: MANIFEST.generated:359: Duplicate entry src/dynpmc/pmc_foo2.h 31.riscv64/usr/bin/parrot-nqp /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot_nci_thunk_gen /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-prove /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-ops2c /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/winxed Finished install_files.pl gmake -C docs man gmake[1]: Entering directory '/builddir/build/BUILD/parrot-8.1.0/docs' gmake[1]: Nothing to be done for 'man'. gmake[1]: Leaving directory '/builddir/build/BUILD/parrot-8.1.0/docs' /usr/bin/perl tools/dev/install_dev_files.pl \ --buildprefix= \ --prefix="/usr" \ --exec-prefix="/usr" \ --bindir="/usr/bin" \ --libdir="/usr/lib64" \ --includedir="/usr/include" \ --destdir=/builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 \ --docdir="/usr/share/doc" \ --datadir="/usr/share" \ --srcdir="/usr/src" \ --versiondir="/parrot/8.1.0" \ MANIFEST MANIFEST.generated Installing ... /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/parrot/8.1.0/MANIFEST.dev /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/PLATFORMS /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/README.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/README_cygwin.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/README_win32.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/TODO /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/VERSION /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json/Defines.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json/JSON.nqp /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json/Rules.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json/data_json.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json/data_json/grammar.pg /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json/data_json/pge2pir.tg /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/Defines.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/PCT.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/Rules.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/PAST.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/PAST/Compiler.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/PAST/Node.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/PCT/Dumper.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/PCT/Grammar.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/PCT/HLLCompiler.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/PCT/Node.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/POST/Compiler.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/pct/src/POST/Node.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/Defines.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/Rules.mak /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/TGE.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/TGE/Compiler.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/TGE/Grammar.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/TGE/Parser.pg /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/TGE/Rule.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/TGE/Tree.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/tgc.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/File/Which.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/BuildUtil.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Config.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Compiler.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Data.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Messages.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options/Conf.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options/Conf/CLI.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options/Conf/File.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options/Conf/Shared.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options/Reconf.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options/Test.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Options/Test/Prepare.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Step.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Step/List.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Step/Methods.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Step/Test.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Test.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Trace.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Configure/Utils.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Distribution.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Directory.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/File.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Group.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/HTMLPage.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Item.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/POD2HTML.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/PodToHtml.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/C.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Compilers.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Config.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Developer.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Examples.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/IMCC.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Info.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Libs.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Ops.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/PCT_Tutorial.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/PDDs.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/PMCs.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Parrot.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Perl.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Tests.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Section/Tools.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Docs/Text2HTML.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Git.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Git/Describe.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/H2inc.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Harness/DefaultTests.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Harness/Options.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Harness/Smoke.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Harness/TestSets.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Headerizer.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Headerizer/Functions.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/IO/Directory.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/IO/File.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/IO/Path.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Install.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Manifest.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/Dumper.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/Emitter.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/Library.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/Method.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PCCMETHOD.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PMC.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PMC/Null.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PMC/Object.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PMC/PrintTree.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PMC/Proxy.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PMC/RO.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PMC/default.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/Parser.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/Pmc2cMain.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/UtilFunctions.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/VTable.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/SHA1.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/SearchOps.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Test.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Test/Harness.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Test/PGE.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Test/Pod.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Test/Pod/Utils.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Test/Util.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Test/Util/Runloop.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Vtable.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/vtable.tbl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/build/ops2c.pl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/build/pmc2c.pl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/dev/create_language.pl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/dev/gen_makefile.pl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/dev/pprof2cg.pl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/dev/reconfigure.pl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/PMC.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/dev/mk_language_shell.pl /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/myconfig /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Config/Generated.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/config_lib.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/vtable.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/default.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/fixedintegerarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/null.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_default.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/env.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/parrotlibrary.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/timer.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/pointer.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedintegerarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/scalar.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/addrregistry.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/orderedhash.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/alarm.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/imageiofreeze.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/imageiosize.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/imageiostrings.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/imageiothaw.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/object.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/proxy.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/resizableintegerarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_scalar.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/schedulermessage.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/undef.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/sockaddr.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_parrotlibrary.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_timer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_proxy.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_alarm.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_object.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_sockaddr.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_env.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_null.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_default.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_pointer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_scalar.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_addrregistry.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_orderedhash.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiofreeze.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiosize.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizableintegerarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiostrings.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiothaw.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_schedulermessage.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_undef.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedintegerarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_env.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_null.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/key.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/unmanagedstruct.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_parrotlibrary.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/exception.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/lexpad.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/parrotinterpreter.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_timer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_pointer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/continuation.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/nci.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/float.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/sub.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/integer.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/bigint.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/bignum.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/complex.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/boolean.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/string.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/iterator.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/fixedstringarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/hash.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_orderedhash.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/oplib.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/opcode.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_addrregistry.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_alarm.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/arrayiterator.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/bytebuffer.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/capture.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/task.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/class.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/eventhandler.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/exceptionhandler.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/exporter.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/handle.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/fixedbooleanarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/fixedfloatarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/fixedpmcarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/hashiterator.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/hashiteratorkey.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiofreeze.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiosize.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiostrings.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imageiothaw.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/imccompiler.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/lexinfo.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/mappedbytearray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/resizablepmcarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/nativepccmethod.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/namespace.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_object.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/orderedhashiterator.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/os.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfile.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfileannotation.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfilesegment.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfileview.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfileopmap.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/pmclist.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/pmcproxy.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/ptr.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_proxy.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/resizablebooleanarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/resizablefloatarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizableintegerarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablepmcarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/role.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/resizablestringarray.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_schedulermessage.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/scheduler.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_sockaddr.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/socket.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/stringbuilder.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/stringhandle.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/stringiterator.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/structview.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_undef.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_task.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_continuation.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_exception.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_task.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_exceptionhandler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_key.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_sub.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_nativepccmethod.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_parrotinterpreter.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_nci.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_class.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_namespace.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_scheduler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_integer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_pmclist.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileview.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_socket.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_handle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_stringhandle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_bytebuffer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_unmanagedstruct.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_lexpad.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_float.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_bigint.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_bignum.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_complex.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_string.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_boolean.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_iterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedstringarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_hash.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_hashiteratorkey.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_oplib.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_opcode.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_arrayiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_eventhandler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_capture.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_exporter.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedbooleanarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedfloatarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedpmcarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_hashiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imccompiler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_lexinfo.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_mappedbytearray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablepmcarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_orderedhashiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_os.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfile.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileannotation.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfilesegment.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileopmap.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_pmcproxy.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_ptr.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablebooleanarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablefloatarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablestringarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_role.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_stringbuilder.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_stringiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_structview.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_key.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/callcontext.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_unmanagedstruct.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/managedstruct.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_exception.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_parrotinterpreter.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_lexpad.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_continuation.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_sub.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/coroutine.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_nci.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_float.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_integer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_bignum.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_bigint.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_string.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_complex.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_boolean.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_iterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedstringarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_oplib.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_hash.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_opcode.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_callcontext.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_bytebuffer.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_arrayiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/callback.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_capture.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_eventhandler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_exceptionhandler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_class.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_exporter.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedbooleanarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedfloatarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/filehandle.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_fixedpmcarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_handle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_hashiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_hashiteratorkey.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_lexinfo.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_imccompiler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_mappedbytearray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/multisub.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_nativepccmethod.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_namespace.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_orderedhashiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_os.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfile.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileannotation.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfileannotations.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfilerawsegment.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfileconstanttable.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfiledirectory.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileopmap.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfilesegment.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileview.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_pmclist.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_pmcproxy.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_ptr.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/ptrbuf.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablebooleanarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablefloatarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_resizablestringarray.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_scheduler.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_role.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_socket.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_stringiterator.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_stringbuilder.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_stringhandle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_structview.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_callback.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_coroutine.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_filehandle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_managedstruct.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_multisub.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileannotations.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfiledirectory.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfilerawsegment.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileconstanttable.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_ptrbuf.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_callcontext.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_managedstruct.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_coroutine.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_callback.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_filehandle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_multisub.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileannotations.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfilebytecodesegment.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfileconstanttable.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/packfiledebug.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfiledirectory.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfilerawsegment.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_ptrbuf.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/src/parrot/8.1.0/pmc/ptrobj.dump /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfiledebug.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfilebytecodesegment.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_ptrobj.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfilebytecodesegment.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_packfiledebug.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/pmc/pmc_ptrobj.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_gziphandle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_gziphandle.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_select.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_dynlexpad.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_select.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_dynlexpad.h BUILDSTDERR: /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/pa+ rm -f /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/parrot/8.1.0/MANIFEST + rm -f /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/parrot/8.1.0/MANIFEST.dev + cd editor + make vim-install VIM_DIR=./usr/share/vim/vimfiles SKELETON=/usr/share/vim/vimfiles + cp -r ./usr /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 + /usr/bin/install -d /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/man/man1 + for var in 'pbc_disassemble src/pbc_disassemble.c' 'pbc_dump src/pbc_dump.c' 'pbc_merge src/pbc_merge.c' BUILDSTDERR: ++ echo pbc_disassemble src/pbc_disassemble.c BUILDSTDERR: ++ /usr/bin/perl -na -e 'print $F[0]' + MAN_NAME=pbc_disassemble BUILDSTDERR: ++ echo pbc_disassemble src/pbc_disassemble.c BUILDSTDERR: ++ /usr/bin/perl -na -e 'print $F[1]' + MAN_SOURCE=src/pbc_disassemble.c + pod2man --section=1 --name=pbc_disassemble src/pbc_disassemble.c + /usr/bin/gzip -c BUILDSTDERR: Can't open src/pbc_disassemble.c: No such file or directory at /usr/bin/pod2man line 69. + for var in 'pbc_disassemble src/pbc_disassemble.c' 'pbc_dump src/pbc_dump.c' 'pbc_merge src/pbc_merge.c' BUILDSTDERR: ++ echo pbc_dump src/pbc_dump.c BUILDSTDERR: ++ /usr/bin/perl -na -e 'print $F[0]' + MAN_NAME=pbc_dump BUILDSTDERR: ++ /usr/bin/perl -na -e 'print $F[1]' BUILDSTDERR: ++ echo pbc_dump src/pbc_dump.c + MAN_SOURCE=src/pbc_dump.c + pod2man --section=1 --name=pbc_dump src/pbc_dump.c + /usr/bin/gzip -c BUILDSTDERR: Can't open src/pbc_dump.c: No such file or directory at /usr/bin/pod2man line 69. + for var in 'pbc_disassemble src/pbc_disassemble.c' 'pbc_dump src/pbc_dump.c' 'pbc_merge src/pbc_merge.c' BUILDSTDERR: ++ echo pbc_merge src/pbc_merge.c BUILDSTDERR: ++ /usr/bin/perl -na -e 'print $F[0]' + MAN_NAME=pbc_merge BUILDSTDERR: ++ echo pbc_merge src/pbc_merge.c BUILDSTDERR: ++ /usr/bin/perl -na -e 'print $F[1]' + MAN_SOURCE=src/pbc_merge.c + pod2man --section=1 --name=pbc_merge src/pbc_merge.c + /usr/bin/gzip -c BUILDSTDERR: Can't open src/pbc_merge.c: No such file or directory at /usr/bin/pod2man line 69. + '[' /usr/share/doc/parrot = /usr/share/doc/parrot ']' + mv /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/CREDITS /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/DONORS.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/LICENSE /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/PBC_COMPAT /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/PLATFORMS /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/README.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/README_cygwin.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/README_win32.pod /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/RESPONSIBLE_PARTIES /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/TODO /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0/docs /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot + rmdir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot/8.1.0 + cp -pR ChangeLog examples /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot + find /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot examples -type d -exec chmod 755 '{}' ';' + find /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/doc/parrot examples -type f -exec chmod 644 '{}' ';' + find /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext -type f -name '*.so' -exec chmod 755 '{}' ';' + rm -rf /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/lib/File + /usr/bin/sed -i -e '67 s&use lib "$Bin/../../lib"\; # build location&use lib '\''/usr/lib64/parrot/8.1.0/tools/lib'\''\; # RPM location&' tools/dev/mk_language_shell.pl + find /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools -type f -name '*.pl' -exec chmod 755 '{}' ';' -exec /usr/bin/sed -i -e '1 s&#! perl&#!/usr/bin/perl&' '{}' ';' + find /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/tools/dev -type f -name pbc_to_exe.pir -exec /usr/bin/sed -i -e '1 s&#! parrot&#!/usr/bin/parrot&' '{}' ';' -exec chmod 755 '{}' ';' + find /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json -type f -name JSON.nqp -exec /usr/bin/sed -i -e '1 s&#! parrot-nqp&#!/usr/bin/parrot-nqp&' '{}' ';' -exec chmod 755 '{}' ';' + find docs -wholename docs/doc-prep -type f -size 0 -exec rm -f '{}' ';' + /usr/bin/mkdir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/applications/ + /usr/bin/install --mode=644 parrot_html.desk.in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/applications/parrot_html.desktop + /usr/bin/install --mode=644 parrot_pdf.desk.in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/applications/parrot_pdf.desktop + desktop-file-install --delete-original --add-category=Documentation --dir=/builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/applications /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/applications/parrot_html.desktop + desktop-file-install --delete-original --add-category=Documentation --dir=/builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/applications /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/share/applications/parrot_pdf.desktop + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 8.1.0-17.fc31 --unique-debug-suffix -8.1.0-17.fc31.riscv64 --unique-debug-src-base parrot-8.1.0-17.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/parrot-8.1.0 rrot/8.1.0/dynpmc/pmc_file.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_file.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_subproxy.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_rational.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_rational.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/include/parrot/8.1.0/dynpmc/pmc_subproxy.h /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/winxed/winxed.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/nqp-rx.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/tge/TGE/Parser.pir /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/data_json/data_json.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/library/nqp-setting.pbc /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/languages/JSON/JSON.pir Finished install_dev_files.pl cp pir_vim.in pir.vim /usr/bin/perl ops2vim.pl ../src/ops/*.ops >> pir.vim ../parrot mk_skeleton.pir > skeleton.pir mkdir -p "./usr/share/vim/vimfiles" cp skeleton.pir "./usr/share/vim/vimfiles" mkdir -p "./usr/share/vim/vimfiles/syntax" cp pir.vim "./usr/share/vim/vimfiles/syntax" cp pasm.vim "./usr/share/vim/vimfiles/syntax" cp pmc.vim "./usr/share/vim/vimfiles/syntax" mkdir -p "./usr/share/vim/vimfiles/plugin" cp filetype_parrot.vim "./usr/share/vim/vimfiles/plugin/parrot.vim" echo "au BufNewFile *.pir 0r `/usr/bin/perl -e 'print "/usr/share/vim/vimfiles" || "./usr/share/vim/vimfiles"'`/skeleton.pir" >> "./usr/share/vim/vimfiles/plugin/parrot.vim" mkdir -p "./usr/share/vim/vimfiles/indent" cp indent_pir.vim "./usr/share/vim/vimfiles/indent/pir.vim" explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-nqp explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-prove explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-ops2c extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-prove extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-nqp extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot-ops2c explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot_config explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot_nci_thunk_gen extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot_config extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/parrot_nci_thunk_gen explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_disassemble extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_disassemble explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_dump extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_dump explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_merge explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_to_exe extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_merge explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/winxed extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/pbc_to_exe extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/bin/winxed explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/inst_libparrot.so.8.1.0 extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/inst_libparrot.so.8.1.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/libparrot.so.8.1.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/bit_ops.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/libparrot.so.8.1.0 extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/bit_ops.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/debug_ops.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/debug_ops.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/dynlexpad.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/dynlexpad.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/file.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/file.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/gziphandle.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/gziphandle.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/io_ops.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/io_ops.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/math_ops.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/math_ops.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/obscure_ops.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/obscure_ops.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/os.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/os.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/rational.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/rational.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/select.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/select.so BUILDSTDERR: explicitly decompress any DWARF compressed ELF sectio26929 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs ns in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/subproxy.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/subproxy.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/sys_ops.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/sys_ops.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/trans_ops.so extracting debug info from /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64/usr/lib64/parrot/8.1.0/dynext/trans_ops.so original debug info size: 28740kB, size after compression: 19912kB /usr/lib/rpm/sepdebugcrcfix: Updated 27 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N4IT2W Processing files: parrot-8.1.0-17.fc31.riscv64 Provides: libparrot.so.8.1.0()(64bit) parrot = 8.1.0-17.fc31 parrot(riscv-64) = 8.1.0-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/parrot-nqp ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libcrypt.so.2()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libgmp.so.10()(64bit) libicudata.so.62()(64bit) libicuuc.so.62()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libparrot.so.8.1.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libreadline.so.8()(64bit) libresolv.so.2()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.3.3)(64bit) rtld(GNU_HASH) Processing files: parrot-docs-8.1.0-17.fc31.noarch Provides: application() application(parrot_html.desktop) application(parrot_pdf.desktop) parrot-docs = 8.1.0-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: parrot-devel-8.1.0-17.fc31.riscv64 Provides: parrot-devel = 8.1.0-17.fc31 parrot-devel(riscv-64) = 8.1.0-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypt.so.2()(64bit) libdl.so.2()(64bit) libgmp.so.10()(64bit) libicudata.so.62()(64bit) libicuuc.so.62()(64bit) libm.so.6()(64bit) libparrot.so.8.1.0()(64bit) libpthread.so.0()(64bit) libreadline.so.8()(64bit) libresolv.so.2()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: parrot-tools-8.1.0-17.fc31.riscv64 Provides: parrot-tools = 8.1.0-17.fc31 parrot-tools(riscv-64) = 8.1.0-17.fc31 perl(Parrot::BuildUtil) perl(Parrot::Config) perl(Parrot::Config::Generated) perl(Parrot::Configure) perl(Parrot::Configure::Compiler) perl(Parrot::Configure::Data) perl(Parrot::Configure::Messages) perl(Parrot::Configure::Options) perl(Parrot::Configure::Options::Conf) perl(Parrot::Configure::Options::Conf::CLI) perl(Parrot::Configure::Options::Conf::File) perl(Parrot::Configure::Options::Conf::Shared) perl(Parrot::Configure::Options::Reconf) perl(Parrot::Configure::Options::Test) perl(Parrot::Configure::Options::Test::Prepare) perl(Parrot::Configure::Step) perl(Parrot::Configure::Step::List) perl(Parrot::Configure::Step::Methods) perl(Parrot::Configure::Step::Test) perl(Parrot::Configure::Test) perl(Parrot::Configure::Trace) perl(Parrot::Configure::Utils) perl(Parrot::Distribution) perl(Parrot::Docs::Directory) perl(Parrot::Docs::File) perl(Parrot::Docs::Group) perl(Parrot::Docs::HTMLPage) perl(Parrot::Docs::Item) perl(Parrot::Docs::POD2HTML) = 1.0 perl(Parrot::Docs::PodToHtml) = 1.0 perl(Parrot::Docs::Section) perl(Parrot::Docs::Section::C) perl(Parrot::Docs::Section::Compilers) perl(Parrot::Docs::Section::Config) perl(Parrot::Docs::Section::Developer) perl(Parrot::Docs::Section::Examples) perl(Parrot::Docs::Section::IMCC) perl(Parrot::Docs::Section::Info) perl(Parrot::Docs::Section::Libs) perl(Parrot::Docs::Section::Ops) perl(Parrot::Docs::Section::PCT_Tutorial) perl(Parrot::Docs::Section::PDDs) perl(Parrot::Docs::Section::PMCs) perl(Parrot::Docs::Section::Parrot) perl(Parrot::Docs::Section::Perl) perl(Parrot::Docs::Section::Tests) perl(Parrot::Docs::Section::Tools) perl(Parrot::Docs::Text2HTML) perl(Parrot::Git) perl(Parrot::Git::Describe) perl(Parrot::H2inc) perl(Parrot::Harness::DefaultTests) perl(Parrot::Harness::Options) perl(Parrot::Harness::Smoke) perl(Parrot::Harness::TestSets) perl(Parrot::Headerizer) perl(Parrot::Headerizer::Functions) perl(Parrot::IO::Directory) perl(Parrot::IO::File) perl(Parrot::IO::Path) perl(Parrot::Install) perl(Parrot::Manifest) perl(Parrot::OpLib::core) = 8.1.0 perl(Parrot::PMC) perl(Parrot::Pmc2c) = 8.1.0 perl(Parrot::Pmc2c::Dumper) perl(Parrot::Pmc2c::Emitter) perl(Parrot::Pmc2c::Library) perl(Parrot::Pmc2c::Method) perl(Parrot::Pmc2c::MethodEmitter) = 8.1.0 perl(Parrot::Pmc2c::PCCMETHOD) perl(Parrot::Pmc2c::PCCMETHOD_BITS) = 8.1.0 perl(Parrot::Pmc2c::PMC) perl(Parrot::Pmc2c::PMC::Null) perl(Parrot::Pmc2c::PMC::Object) perl(Parrot::Pmc2c::PMC::PrintTree) perl(Parrot::Pmc2c::PMC::Proxy) perl(Parrot::Pmc2c::PMC::RO) perl(Parrot::Pmc2c::PMC::default) perl(Parrot::Pmc2c::PMCEmitter) = 8.1.0 perl(Parrot::Pmc2c::Parser) perl(Parrot::Pmc2c::Pmc2cMain) perl(Parrot::Pmc2c::UtilFunctions) perl(Parrot::Pmc2c::VTable) perl(Parrot::SHA1) perl(Parrot::SearchOps) perl(Parrot::Test) perl(Parrot::Test::Harness) perl(Parrot::Test::PGE) perl(Parrot::Test::Pod) perl(Parrot::Test::Pod::Utils) perl(Parrot::Test::Util) perl(Parrot::Test::Util::Runloop) perl(Parrot::Vtable) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl perl(:VERSION) >= 5.8.0 perl(Capture::Tiny) perl(Carp) perl(Class::Struct) perl(Config) perl(Cwd) perl(Data::Dumper) perl(DirHandle) perl(Exporter) perl(ExtUtils::Manifest) perl(Fatal) perl(File::Basename) perl(File::Copy) perl(File::Find) perl(File::Path) perl(File::Spec) perl(File::Temp) perl(File::Which) perl(File::stat) perl(FileHandle) perl(FindBin) perl(Getopt::Long) perl(IO::File) perl(List::Util) perl(Memoize) perl(Parrot::BuildUtil) perl(Parrot::Config) perl(Parrot::Configure) perl(Parrot::Configure::Compiler) perl(Parrot::Configure::Data) perl(Parrot::Configure::Options) perl(Parrot::Configure::Options::Conf) perl(Parrot::Configure::Options::Conf::CLI) perl(Parrot::Configure::Options::Conf::File) perl(Parrot::Configure::Options::Conf::Shared) perl(Parrot::Configure::Options::Reconf) perl(Parrot::Configure::Options::Test::Prepare) perl(Parrot::Configure::Step::List) perl(Parrot::Configure::Step::Methods) perl(Parrot::Configure::Utils) perl(Parrot::Distribution) perl(Parrot::Docs::Directory) perl(Parrot::Docs::File) perl(Parrot::Docs::Group) perl(Parrot::Docs::HTMLPage) perl(Parrot::Docs::Item) perl(Parrot::Docs::POD2HTML) perl(Parrot::Docs::Section) perl(Parrot::Docs::Section::Compilers) perl(Parrot::Docs::Section::Developer) perl(Parrot::Docs::Section::Ops) perl(Parrot::Docs::Section::PCT_Tutorial) perl(Parrot::Docs::Section::PDDs) perl(Parrot::Docs::Section::PMCs) perl(Parrot::Docs::Section::Tools) perl(Parrot::Docs::Text2HTML) perl(Parrot::Git) perl(Parrot::Git::Describe) perl(Parrot::Harness::TestSets) perl(Parrot::Headerizer::Functions) perl(Parrot::IO::Directory) perl(Parrot::IO::File) perl(Parrot::IO::Path) perl(Parrot::PMC) perl(Parrot::Pmc2c::Dumper) perl(Parrot::Pmc2c::Emitter) perl(Parrot::Pmc2c::Library) perl(Parrot::Pmc2c::Method) perl(Parrot::Pmc2c::PCCMETHOD) perl(Parrot::Pmc2c::PCCMETHOD_BITS) perl(Parrot::Pmc2c::PMC) perl(Parrot::Pmc2c::PMC::Null) perl(Parrot::Pmc2c::PMC::Object) perl(Parrot::Pmc2c::PMC::Proxy) perl(Parrot::Pmc2c::PMC::RO) perl(Parrot::Pmc2c::PMC::default) perl(Parrot::Pmc2c::Parser) perl(Parrot::Pmc2c::Pmc2cMain) perl(Parrot::Pmc2c::UtilFunctions) perl(Parrot::Pmc2c::VTable) perl(Parrot::Test) perl(Parrot::Test::Util) perl(Parrot::Vtable) perl(Pod::Checker) perl(Pod::Find) perl(Pod::Simple::Checker) perl(Pod::Simple::HTML) perl(Pod::Simple::PullParser) perl(Pod::Simple::Text) perl(Scalar::Util) perl(Storable) perl(Test::Builder) perl(Test::Harness) perl(Test::More) perl(Text::Wrap) perl(base) perl(constant) perl(lib) perl(overload) perl(strict) perl(vars) perl(warnings) Processing files: parrot-debugsource-8.1.0-17.fc31.riscv64 Provides: parrot-debugsource = 8.1.0-17.fc31 parrot-debugsource(riscv-64) = 8.1.0-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: parrot-debuginfo-8.1.0-17.fc31.riscv64 Provides: debuginfo(build-id) = 0553b891fd53012b4dd7a9bf3b534eb17d2a5f75 debuginfo(build-id) = 1ea557b8dd842853e2a4a98d81acbad4243f3bdf debuginfo(build-id) = 1ec029d43d447f0e894b17cdb4826fb5a3da65b8 debuginfo(build-id) = 2345b746b6c27c24b97c1835dbfee17956c272fc debuginfo(build-id) = 299a329312baeac14c99c8c35a63150ea379db7a debuginfo(build-id) = 3d9a4a01e22800f826f44ed05b7462b6096f1d8d debuginfo(build-id) = 571c08fed17775766090ef76afc9a31afaf8546c debuginfo(build-id) = 5d893f233fa0a44aab6b0772d7638b70e231ef60 debuginfo(build-id) = 6e9ade855e81802a771d388b589d95af8eb6d668 debuginfo(build-id) = 9bb1b96c1e18add1825a68eb541c67f6265fa679 debuginfo(build-id) = aefb9b9ee1e271970447d484b0dfdaab6f420bf3 debuginfo(build-id) = c05b21bda0612f8f6f8f34af8c36b28a4614148f debuginfo(build-id) = d5c30d33dd4ab058ce3db7d0fa7b6a1e1a34b1c3 debuginfo(build-id) = d8be44830820a827dd6e24691ea9b3459f41f162 debuginfo(build-id) = dc92a91ee226b539f88e6d6ee0f8da2444ad46f2 debuginfo(build-id) = ed185b6d65634f21d0f6c9f9ff39131441bd7525 debuginfo(build-id) = f1da7408b00ea35f2906d2f17715beda5d338621 parrot-debuginfo = 8.1.0-17.fc31 parrot-debuginfo(riscv-64) = 8.1.0-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: parrot-debugsource(riscv-64) = 8.1.0-17.fc31 Processing files: parrot-devel-debuginfo-8.1.0-17.fc31.riscv64 Provides: debuginfo(build-id) = 1a798b4950674d60e30bf2db74558c60fd37138a debuginfo(build-id) = 229c54c8389f2866c7ec543cae63772c0e5dde7b debuginfo(build-id) = 25069ce30a18b8f1ec8d3a67c4dc64a2dc9cf545 debuginfo(build-id) = 2fed653913ff34e835f2fbd1a20282dd0a2b3433 debuginfo(build-id) = 5f195e79aa0958618eb094ee6e3234a42de680f7 debuginfo(build-id) = b51714ed2167a318edc5ef0e3cd2be49c5840b53 debuginfo(build-id) = ccae55cdabb0d8309748c62a19b4976dc61bfea0 debuginfo(build-id) = db8e7e667e3385ac622fdae3a1b0eb5c6f06810b debuginfo(build-id) = dcaf16f44620aa6144f690859c73340734872e1c debuginfo(build-id) = f93a91f8f6752cfd05f8b7f1cedf51a67c732a23 parrot-devel-debuginfo = 8.1.0-17.fc31 parrot-devel-debuginfo(riscv-64) = 8.1.0-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: parrot-debugsource(riscv-64) = 8.1.0-17.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 Wrote: /builddir/build/RPMS/parrot-docs-8.1.0-17.fc31.noarch.rpm Wrote: /builddir/build/RPMS/parrot-devel-8.1.0-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/parrot-8.1.0-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/parrot-devel-debuginfo-8.1.0-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/parrot-debuginfo-8.1.0-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/parrot-tools-8.1.0-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/parrot-debugsource-8.1.0-17.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Do8USW + umask 022 + cd /builddir/build/BUILD + cd parrot-8.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/parrot-8.1.0-17.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0