Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378224 Details for
Bug 511860
dev-lang/nqp-2014.05 - In file included from nqp_group.c:17:0: /usr/include/parrot/6.1.0/parrot/parrot.h:94:19: fatal error: ffi.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the build.log for the working 'emerge -v1 nqp'
build.log (text/plain), 476.75 KB, created by
Juergen Rose
on 2014-06-04 11:54:11 UTC
(
hide
)
Description:
the build.log for the working 'emerge -v1 nqp'
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2014-06-04 11:54:11 UTC
Size:
476.75 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-lang/nqp-2014.05 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: patrick@gentoo.org perl@gentoo.org >[32;01m * [39;49;00mUSE: amd64 doc elibc_glibc java kernel_linux parrot userland_GNU >[32;01m * [39;49;00mFEATURES: nostrip preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking nqp-2014.05.tar.gz to /var/tmp/portage/dev-lang/nqp-2014.05/work >>>> Source unpacked in /var/tmp/portage/dev-lang/nqp-2014.05/work >>>> Preparing source in /var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28 ... >Verifying installation ... >Using /usr/bin/parrot (version 0). >* configure package dyncall >guess operating system linux >guess arch x64 >guess tool gcc >guess assembler as > >Creating gen/parrot/nqp_launcher ... >Using java version "1.7.0_55" > >Cleaning up ... >You can now use 'make' to build NQP. >After that, 'make test' will run some tests and >'make install' will install NQP. >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28 ... >make -j7 -j1 >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath bin >javac -source 1.7 -cp 3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar -g -d bin src/vm/jvm/runtime/org/perl6/nqp/io/*.java src/vm/jvm/runtime/org/perl6/nqp/jast2bc/*.java src/vm/jvm/runtime/org/perl6/nqp/runtime/*.java src/vm/jvm/runtime/org/perl6/nqp/sixmodel/*.java src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/*.java src/vm/jvm/runtime/org/perl6/nqp/tools/*.java >/usr/bin/perl5.18.2 tools/build/gen-jvm-properties.pl . 3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar > jvmconfig.properties >/usr/bin/perl5.18.2 tools/build/gen-jvm-properties.pl /usr 3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar > bin/jvmconfig.properties >jar cf0 nqp-runtime.jar -C bin/ . >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/jvm/stage1/nqpmo.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --setting=NULL --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/nqpmo.jar gen/jvm/stage1/nqpmo.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --setting=NULL --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/ModuleLoader.jar src/vm/jvm/ModuleLoader.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp > gen/jvm/stage1/NQPCORE.setting >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting=NULL --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/NQPCORE.setting.jar gen/jvm/stage1/NQPCORE.setting >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Node.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp > gen/jvm/stage1/QASTNode.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting-path=gen/jvm/stage1 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/QASTNode.jar gen/jvm/stage1/QASTNode.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/QRegex/NFA.nqp src/QRegex/Cursor.nqp > gen/jvm/stage1/QRegex.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting-path=gen/jvm/stage1 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/QRegex.jar gen/jvm/stage1/QRegex.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/QAST/JASTNodes.nqp > gen/jvm/stage1/JASTNodes.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting-path=gen/jvm/stage1 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/JASTNodes.jar gen/jvm/stage1/JASTNodes.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp > gen/jvm/stage1/NQPHLL.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting-path=gen/jvm/stage1 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/NQPHLL.jar gen/jvm/stage1/NQPHLL.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/QAST/Compiler.nqp > gen/jvm/stage1/QAST.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting-path=gen/jvm/stage1 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/QAST.jar gen/jvm/stage1/QAST.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp > gen/jvm/stage1/NQPP6QRegex.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting-path=gen/jvm/stage1 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage1/NQPP6QRegex.jar gen/jvm/stage1/NQPP6QRegex.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage1 >/usr/bin/perl5.18.2 tools/build/gen-version.pl > gen/jvm/stage1/nqp-config.nqp >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp gen/jvm/stage1/nqp-config.nqp > gen/jvm/stage1/NQP.nqp >java -cp src/vm/jvm/stage0 -Xbootclasspath/a:src/vm/jvm/stage0:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:src/vm/jvm/stage0/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage1 --setting-path=gen/jvm/stage1 \ > --setting=NQPCORE --target=jar --no-regex-lib --javaclass=nqp \ > --output=gen/jvm/stage1/nqp.jar gen/jvm/stage1/NQP.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/jvm/stage2/nqpmo.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --setting=NULL --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/nqpmo.jar gen/jvm/stage2/nqpmo.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --setting=NULL --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/ModuleLoader.jar src/vm/jvm/ModuleLoader.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp > gen/jvm/stage2/NQPCORE.setting >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting=NULL --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/NQPCORE.setting.jar gen/jvm/stage2/NQPCORE.setting >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Node.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp > gen/jvm/stage2/QASTNode.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting-path=gen/jvm/stage2 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/QASTNode.jar gen/jvm/stage2/QASTNode.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/QRegex/NFA.nqp src/QRegex/Cursor.nqp > gen/jvm/stage2/QRegex.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting-path=gen/jvm/stage2 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/QRegex.jar gen/jvm/stage2/QRegex.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/QAST/JASTNodes.nqp > gen/jvm/stage2/JASTNodes.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting-path=gen/jvm/stage2 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/JASTNodes.jar gen/jvm/stage2/JASTNodes.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2/gen >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp > gen/jvm/stage2/NQPHLL.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting-path=gen/jvm/stage2 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/NQPHLL.jar gen/jvm/stage2/NQPHLL.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/QAST/Compiler.nqp > gen/jvm/stage2/QAST.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting-path=gen/jvm/stage2 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/QAST.jar gen/jvm/stage2/QAST.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp > gen/jvm/stage2/NQPP6QRegex.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting-path=gen/jvm/stage2 \ > --setting=NQPCORE --no-regex-lib --target=jar \ > --output=gen/jvm/stage2/NQPP6QRegex.jar gen/jvm/stage2/NQPP6QRegex.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-version.pl > gen/jvm/stage2/nqp-config.nqp >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/vm/jvm/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp gen/jvm/stage2/nqp-config.nqp > gen/jvm/stage2/NQP.nqp >java -cp gen/jvm/stage1 -Xbootclasspath/a:gen/jvm/stage1:nqp-runtime.jar:3rdparty/asm/asm-4.1.jar:3rdparty/asm/asm-tree-4.1.jar:3rdparty/jline/jline-1.0.jar:3rdparty/jna/jna.jar:gen/jvm/stage1/nqp.jar nqp --bootstrap --module-path=gen/jvm/stage2 --setting-path=gen/jvm/stage2 \ > --setting=NQPCORE --target=jar --no-regex-lib --javaclass=nqp \ > --output=gen/jvm/stage2/nqp.jar gen/jvm/stage2/NQP.nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/nqpmo.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/ModuleLoader.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/NQPCORE.setting.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/QASTNode.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/QRegex.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/NQPHLL.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/JASTNodes.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/QAST.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/NQPP6QRegex.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/jvm/stage2/nqp.jar . >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp src/vm/jvm/runners/nqp-j . >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 755 nqp-j >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/jvm/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl jvm src/QRegex/P5Regex/Grammar.nqp src/QRegex/P5Regex/Actions.nqp src/QRegex/P5Regex/Compiler.nqp > gen/jvm/stage2/NQPP5QRegex.nqp >./nqp-j --target=jar --output=NQPP5QRegex.jar \ > gen/jvm/stage2/NQPP5QRegex.nqp >perl tools/build/generate-constants.pl > nqp_const.pir >/usr/bin/perl5.18.2 /usr/lib64/parrot/6.1.0/tools/build/pmc2c.pl --no-lines --dump --include src/pmc --include /usr/src/parrot/6.1.0 --include /usr/src/parrot/6.1.0/pmc src/vm/parrot/pmc/stable.pmc src/vm/parrot/pmc/sixmodelobject.pmc src/vm/parrot/pmc/nqplexinfo.pmc src/vm/parrot/pmc/nqplexpad.pmc src/vm/parrot/pmc/serializationcontext.pmc src/vm/parrot/pmc/ownedhash.pmc src/vm/parrot/pmc/ownedresizablepmcarray.pmc src/vm/parrot/pmc/qrpa.pmc >/usr/bin/perl5.18.2 /usr/lib64/parrot/6.1.0/tools/build/pmc2c.pl --no-lines --c --include src/pmc --include /usr/src/parrot/6.1.0 --include /usr/src/parrot/6.1.0/pmc src/vm/parrot/pmc/stable.pmc src/vm/parrot/pmc/sixmodelobject.pmc src/vm/parrot/pmc/nqplexinfo.pmc src/vm/parrot/pmc/nqplexpad.pmc src/vm/parrot/pmc/serializationcontext.pmc src/vm/parrot/pmc/ownedhash.pmc src/vm/parrot/pmc/ownedresizablepmcarray.pmc src/vm/parrot/pmc/qrpa.pmc >/usr/bin/perl5.18.2 /usr/lib64/parrot/6.1.0/tools/build/pmc2c.pl --no-lines --library nqp_group --c src/vm/parrot/pmc/stable.pmc src/vm/parrot/pmc/sixmodelobject.pmc src/vm/parrot/pmc/nqplexinfo.pmc src/vm/parrot/pmc/nqplexpad.pmc src/vm/parrot/pmc/serializationcontext.pmc src/vm/parrot/pmc/ownedhash.pmc src/vm/parrot/pmc/ownedresizablepmcarray.pmc src/vm/parrot/pmc/qrpa.pmc >x86_64-pc-linux-gnu-gcc -c -o nqp_group.o -Isrc/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden nqp_group.c >cd src/vm/parrot/pmc && x86_64-pc-linux-gnu-gcc -c -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -I../../../../3rdparty/libtommath -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden *.c >x86_64-pc-linux-gnu-gcc -o src/vm/parrot/pmc/nqp_group.so nqp_group.o src/vm/parrot/pmc/*.o -Wl,-O1 -Wl,--as-needed -shared -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -fPIC -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -L/usr/lib64 -licuuc -licudata >cd src/vm/parrot/ops && /usr/bin/ops2c C --dynamic nqp.ops ># Parsing nqp.ops... ># Parsed nqp.ops in 8.509 seconds; found 324 ops. ># Ops parsed in 8.540 seconds. >cd src/vm/parrot/ops && x86_64-pc-linux-gnu-gcc -c -o nqp_ops.o -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden nqp_ops.c >nqp_ops.c: In function âParrot_multi_cache_add_p_p_p_pâ: >nqp_ops.c:7411:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >nqp_ops.c: In function âParrot_multi_cache_add_p_pc_p_pâ: >nqp_ops.c:7428:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >nqp_ops.c: In function âParrot_multi_cache_add_p_p_pc_pâ: >nqp_ops.c:7445:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >nqp_ops.c: In function âParrot_multi_cache_add_p_pc_pc_pâ: >nqp_ops.c:7462:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >nqp_ops.c: In function âParrot_multi_cache_add_p_p_p_pcâ: >nqp_ops.c:7479:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >nqp_ops.c: In function âParrot_multi_cache_add_p_pc_p_pcâ: >nqp_ops.c:7496:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >nqp_ops.c: In function âParrot_multi_cache_add_p_p_pc_pcâ: >nqp_ops.c:7513:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >nqp_ops.c: In function âParrot_multi_cache_add_p_pc_pc_pcâ: >nqp_ops.c:7530:29: warning: request for implicit conversion from âvoid *â to âstruct NQP_md_cache *â not permitted in C++ [-Wc++-compat] > NQP_md_cache * c = mem_sys_allocate_zeroed(sizeof(NQP_md_cache)); > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from nqp_ops.h:18, > from nqp_ops.c:14: >nqp_ops.c: In function âParrot_nqp_disable_sc_write_barrierâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >nqp_ops.c:8056:59: note: in expansion of macro âPARROT_INTERPâ > Parrot_nqp_disable_sc_write_barrier(opcode_t *cur_opcode, PARROT_INTERP) { > ^ >nqp_ops.c: In function âParrot_nqp_enable_sc_write_barrierâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >nqp_ops.c:8062:58: note: in expansion of macro âPARROT_INTERPâ > Parrot_nqp_enable_sc_write_barrier(opcode_t *cur_opcode, PARROT_INTERP) { > ^ >nqp_ops.c: In function âParrot_nqpdebskip_ic_icâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >nqp_ops.c:8724:47: note: in expansion of macro âPARROT_INTERPâ > Parrot_nqpdebskip_ic_ic(opcode_t *cur_opcode, PARROT_INTERP) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_proto_p_p_s_iâ: >nqp_ops.c:8946:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(PREG(2)), SREG(3), IREG(4), (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_proto_p_p_sc_iâ: >nqp_ops.c:8963:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(PREG(2)), SCONST(3), IREG(4), (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_proto_p_p_s_icâ: >nqp_ops.c:8980:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(PREG(2)), SREG(3), ICONST(4), (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_proto_p_p_sc_icâ: >nqp_ops.c:8997:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(PREG(2)), SCONST(3), ICONST(4), (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_alt_p_s_i_p_p_pâ: >nqp_ops.c:9020:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(nfa), target, offset, (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_alt_p_sc_i_p_p_pâ: >nqp_ops.c:9044:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(nfa), target, offset, (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_alt_p_s_ic_p_p_pâ: >nqp_ops.c:9068:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(nfa), target, offset, (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_run_alt_p_sc_ic_p_p_pâ: >nqp_ops.c:9092:5: warning: passing argument 2 of ânqp_nfa_runâ from incompatible pointer type [enabled by default] > INTVAL * fates = nqp_nfa_run(interp, OBJECT_BODY(nfa), target, offset, (&total_fates)); > ^ >nqp_ops.c:175:17: note: expected âstruct NFABody *â but argument is of type âvoid **â > static INTVAL * nqp_nfa_run(PARROT_INTERP, NFABody *nfa, STRING *target, INTVAL offset, INTVAL *total_fates_out) { > ^ >nqp_ops.c: In function âParrot_nqp_nfa_from_statelist_p_p_pâ: >nqp_ops.c:9118:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > nfa = (NFABody *)OBJECT_BODY(nfa_obj); > ^ >nqp_ops.c:9123:30: warning: request for implicit conversion from âvoid *â to âINTVAL *â not permitted in C++ [-Wc++-compat] > nfa->num_state_edges = mem_sys_allocate_zeroed((num_states * sizeof(INTVAL))); > ^ >nqp_ops.c:9124:21: warning: request for implicit conversion from âvoid *â to âstruct NFAStateInfo **â not permitted in C++ [-Wc++-compat] > nfa->states = mem_sys_allocate_zeroed((num_states * sizeof(NFAStateInfo *))); > ^ >nqp_ops.c:9135:28: warning: request for implicit conversion from âvoid *â to âstruct NFAStateInfo *â not permitted in C++ [-Wc++-compat] > nfa->states[i] = mem_sys_allocate_zeroed((edges * sizeof(NFAStateInfo))); > ^ >nqp_ops.c:9144:13: warning: switch missing default case [-Wswitch-default] > switch (act) { > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_s_s_pâ: >nqp_ops.c:12375:33: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > short * sbuffer_data = (short *)buffer_data; > ^ >nqp_ops.c:12387:31: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > int * ibuffer_data = (int *)buffer_data; > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_sc_s_pâ: >nqp_ops.c:12440:33: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > short * sbuffer_data = (short *)buffer_data; > ^ >nqp_ops.c:12452:31: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > int * ibuffer_data = (int *)buffer_data; > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_s_sc_pâ: >nqp_ops.c:12505:33: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > short * sbuffer_data = (short *)buffer_data; > ^ >nqp_ops.c:12517:31: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > int * ibuffer_data = (int *)buffer_data; > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_sc_sc_pâ: >nqp_ops.c:12570:33: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > short * sbuffer_data = (short *)buffer_data; > ^ >nqp_ops.c:12582:31: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > int * ibuffer_data = (int *)buffer_data; > ^ >nqp_ops.c: In function âParrot_nqp_decode_s_p_sâ: >nqp_ops.c:12626:21: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > cbuffer = mem_sys_allocate(cbuflen); > ^ >nqp_ops.c:12639:21: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > cbuffer = mem_sys_allocate(cbuflen); > ^ >nqp_ops.c:12653:21: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > cbuffer = mem_sys_allocate(cbuflen); > ^ >nqp_ops.c:12669:17: warning: assignment discards âconstâ qualifier from pointer target type [enabled by default] > cbuffer = ""; > ^ >nqp_ops.c: In function âParrot_nqp_decode_s_p_scâ: >nqp_ops.c:12706:21: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > cbuffer = mem_sys_allocate(cbuflen); > ^ >nqp_ops.c:12719:21: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > cbuffer = mem_sys_allocate(cbuflen); > ^ >nqp_ops.c:12733:21: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > cbuffer = mem_sys_allocate(cbuflen); > ^ >nqp_ops.c:12749:17: warning: assignment discards âconstâ qualifier from pointer target type [enabled by default] > cbuffer = ""; > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_s_s_iâ: >nqp_ops.c:12779:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SREG(2)->strlen - offset) < SREG(3)->strlen) || (offset > SREG(2)->strlen))) { > ^ >nqp_ops.c:12798:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SREG(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_sc_s_iâ: >nqp_ops.c:12832:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SCONST(2)->strlen - offset) < SREG(3)->strlen) || (offset > SCONST(2)->strlen))) { > ^ >nqp_ops.c:12851:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SREG(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_s_sc_iâ: >nqp_ops.c:12885:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SREG(2)->strlen - offset) < SCONST(3)->strlen) || (offset > SREG(2)->strlen))) { > ^ >nqp_ops.c:12904:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SCONST(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_sc_sc_iâ: >nqp_ops.c:12938:72: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SCONST(2)->strlen - offset) < SCONST(3)->strlen) || (offset > SCONST(2)->strlen))) { > ^ >nqp_ops.c:12957:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SCONST(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_s_s_icâ: >nqp_ops.c:12991:68: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SREG(2)->strlen - offset) < SREG(3)->strlen) || (offset > SREG(2)->strlen))) { > ^ >nqp_ops.c:13010:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SREG(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_sc_s_icâ: >nqp_ops.c:13044:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SCONST(2)->strlen - offset) < SREG(3)->strlen) || (offset > SCONST(2)->strlen))) { > ^ >nqp_ops.c:13063:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SREG(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_s_sc_icâ: >nqp_ops.c:13097:70: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SREG(2)->strlen - offset) < SCONST(3)->strlen) || (offset > SREG(2)->strlen))) { > ^ >nqp_ops.c:13116:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SCONST(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âParrot_nqp_string_equal_at_i_sc_sc_icâ: >nqp_ops.c:13150:72: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if ((((SCONST(2)->strlen - offset) < SCONST(3)->strlen) || (offset > SCONST(2)->strlen))) { > ^ >nqp_ops.c:13169:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (cmp_index = 0; ((cmp_index < SCONST(3)->strlen) && (!done)); (cmp_index++)) { > ^ >nqp_ops.c: In function âquicksortâ: >nqp_ops.c:171:1: warning: stack usage is 1512 bytes [-Wstack-usage=] > } > ^ >nqp_ops.c: In function âParrot_repr_get_primitive_type_spec_i_pâ: >nqp_ops.c:8182:24: warning: function call has aggregate value [-Waggregate-return] > storage_spec ss = REPR(var)->get_storage_spec(interp, STABLE(var)); > ^ >nqp_ops.c: In function âParrot_nqp_isint_i_pâ: >nqp_ops.c:11544:24: warning: function call has aggregate value [-Waggregate-return] > storage_spec ss = REPR(var)->get_storage_spec(interp, STABLE(var)); > ^ >nqp_ops.c: In function âParrot_nqp_isnum_i_pâ: >nqp_ops.c:11560:24: warning: function call has aggregate value [-Waggregate-return] > storage_spec ss = REPR(var)->get_storage_spec(interp, STABLE(var)); > ^ >nqp_ops.c: In function âParrot_nqp_isstr_i_pâ: >nqp_ops.c:11576:24: warning: function call has aggregate value [-Waggregate-return] > storage_spec ss = REPR(var)->get_storage_spec(interp, STABLE(var)); > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_s_s_pâ: >nqp_ops.c:12357:17: warning: function call has aggregate value [-Waggregate-return] > res_elem_ss = res_elem_st->REPR->get_storage_spec(interp, res_elem_st); > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_sc_s_pâ: >nqp_ops.c:12422:17: warning: function call has aggregate value [-Waggregate-return] > res_elem_ss = res_elem_st->REPR->get_storage_spec(interp, res_elem_st); > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_s_sc_pâ: >nqp_ops.c:12487:17: warning: function call has aggregate value [-Waggregate-return] > res_elem_ss = res_elem_st->REPR->get_storage_spec(interp, res_elem_st); > ^ >nqp_ops.c: In function âParrot_nqp_encode_p_sc_sc_pâ: >nqp_ops.c:12552:17: warning: function call has aggregate value [-Waggregate-return] > res_elem_ss = res_elem_st->REPR->get_storage_spec(interp, res_elem_st); > ^ >nqp_ops.c: In function âParrot_nqp_decode_s_p_sâ: >nqp_ops.c:12614:17: warning: function call has aggregate value [-Waggregate-return] > buf_elem_ss = buf_elem_st->REPR->get_storage_spec(interp, buf_elem_st); > ^ >nqp_ops.c: In function âParrot_nqp_decode_s_p_scâ: >nqp_ops.c:12694:17: warning: function call has aggregate value [-Waggregate-return] > buf_elem_ss = buf_elem_st->REPR->get_storage_spec(interp, buf_elem_st); > ^ >cd src/vm/parrot/6model && x86_64-pc-linux-gnu-gcc -c -o sixmodelobject.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden sixmodelobject.c >cd src/vm/parrot/6model && x86_64-pc-linux-gnu-gcc -c -o repr_registry.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden repr_registry.c >repr_registry.c: In function âdefault_get_attribute_boxedâ: >repr_registry.c:37:75: warning: unused parameter âdataâ [-Wunused-parameter] > static PMC * default_get_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >repr_registry.c:37:86: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static PMC * default_get_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >repr_registry.c:37:108: warning: unused parameter ânameâ [-Wunused-parameter] > static PMC * default_get_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >repr_registry.c:37:121: warning: unused parameter âhintâ [-Wunused-parameter] > static PMC * default_get_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >repr_registry.c: In function âdefault_get_attribute_nativeâ: >repr_registry.c:40:75: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:40:86: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static void default_get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:40:108: warning: unused parameter ânameâ [-Wunused-parameter] > static void default_get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:40:121: warning: unused parameter âhintâ [-Wunused-parameter] > static void default_get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:40:140: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c: In function âdefault_bind_attribute_boxedâ: >repr_registry.c:43:75: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >repr_registry.c:43:86: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static void default_bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >repr_registry.c:43:108: warning: unused parameter ânameâ [-Wunused-parameter] > static void default_bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >repr_registry.c:43:121: warning: unused parameter âhintâ [-Wunused-parameter] > static void default_bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >repr_registry.c:43:132: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >repr_registry.c: In function âdefault_bind_attribute_nativeâ: >repr_registry.c:46:76: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:46:87: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static void default_bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:46:109: warning: unused parameter ânameâ [-Wunused-parameter] > static void default_bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:46:122: warning: unused parameter âhintâ [-Wunused-parameter] > static void default_bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c:46:141: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >repr_registry.c: In function âdefault_is_attribute_initializedâ: >repr_registry.c:49:81: warning: unused parameter âdataâ [-Wunused-parameter] > static INTVAL default_is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >repr_registry.c:49:92: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static INTVAL default_is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >repr_registry.c:49:114: warning: unused parameter ânameâ [-Wunused-parameter] > static INTVAL default_is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >repr_registry.c:49:127: warning: unused parameter âhintâ [-Wunused-parameter] > static INTVAL default_is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from repr_registry.c:6: >repr_registry.c: In function âdefault_hint_forâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >repr_registry.c:52:32: note: in expansion of macro âPARROT_INTERPâ > static INTVAL default_hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >repr_registry.c:52:55: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL default_hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >repr_registry.c:52:64: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static INTVAL default_hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >repr_registry.c:52:86: warning: unused parameter ânameâ [-Wunused-parameter] > static INTVAL default_hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >repr_registry.c: In function âdefault_set_intâ: >repr_registry.c:55:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >repr_registry.c:55:75: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >repr_registry.c: In function âdefault_get_intâ: >repr_registry.c:59:64: warning: unused parameter âdataâ [-Wunused-parameter] > static INTVAL default_get_int(PARROT_INTERP, STable *st, void *data) { > ^ >repr_registry.c: In function âdefault_set_numâ: >repr_registry.c:63:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >repr_registry.c:63:77: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >repr_registry.c: In function âdefault_get_numâ: >repr_registry.c:67:66: warning: unused parameter âdataâ [-Wunused-parameter] > static FLOATVAL default_get_num(PARROT_INTERP, STable *st, void *data) { > ^ >repr_registry.c: In function âdefault_set_strâ: >repr_registry.c:71:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >repr_registry.c:71:76: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >repr_registry.c: In function âdefault_get_strâ: >repr_registry.c:75:66: warning: unused parameter âdataâ [-Wunused-parameter] > static STRING * default_get_str(PARROT_INTERP, STable *st, void *data) { > ^ >repr_registry.c: In function âdefault_get_boxed_refâ: >repr_registry.c:79:70: warning: unused parameter âdataâ [-Wunused-parameter] > static void * default_get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >repr_registry.c:79:83: warning: unused parameter ârepr_idâ [-Wunused-parameter] > static void * default_get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >repr_registry.c: In function âdefault_at_pos_nativeâ: >repr_registry.c:88:68: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_at_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >repr_registry.c:88:81: warning: unused parameter âindexâ [-Wunused-parameter] > static void default_at_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >repr_registry.c:88:101: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_at_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >repr_registry.c: In function âdefault_at_pos_boxedâ: >repr_registry.c:91:68: warning: unused parameter âdataâ [-Wunused-parameter] > static PMC * default_at_pos_boxed(PARROT_INTERP, STable *st, void *data, INTVAL index) { > ^ >repr_registry.c:91:81: warning: unused parameter âindexâ [-Wunused-parameter] > static PMC * default_at_pos_boxed(PARROT_INTERP, STable *st, void *data, INTVAL index) { > ^ >repr_registry.c: In function âdefault_bind_pos_nativeâ: >repr_registry.c:94:70: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_bind_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >repr_registry.c:94:83: warning: unused parameter âindexâ [-Wunused-parameter] > static void default_bind_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >repr_registry.c:94:103: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_bind_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >repr_registry.c: In function âdefault_bind_pos_boxedâ: >repr_registry.c:97:69: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_bind_pos_boxed(PARROT_INTERP, STable *st, void *data, INTVAL index, PMC *obj) { > ^ >repr_registry.c:97:82: warning: unused parameter âindexâ [-Wunused-parameter] > static void default_bind_pos_boxed(PARROT_INTERP, STable *st, void *data, INTVAL index, PMC *obj) { > ^ >repr_registry.c:97:94: warning: unused parameter âobjâ [-Wunused-parameter] > static void default_bind_pos_boxed(PARROT_INTERP, STable *st, void *data, INTVAL index, PMC *obj) { > ^ >repr_registry.c: In function âdefault_push_boxedâ: >repr_registry.c:100:65: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_push_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >repr_registry.c:100:76: warning: unused parameter âobjâ [-Wunused-parameter] > static void default_push_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >repr_registry.c: In function âdefault_pop_boxedâ: >repr_registry.c:103:65: warning: unused parameter âdataâ [-Wunused-parameter] > static PMC * default_pop_boxed(PARROT_INTERP, STable *st, void *data) { > ^ >repr_registry.c: In function âdefault_unshift_boxedâ: >repr_registry.c:106:68: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_unshift_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >repr_registry.c:106:79: warning: unused parameter âobjâ [-Wunused-parameter] > static void default_unshift_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >repr_registry.c: In function âdefault_shift_boxedâ: >repr_registry.c:109:67: warning: unused parameter âdataâ [-Wunused-parameter] > static PMC * default_shift_boxed(PARROT_INTERP, STable *st, void *data) { > ^ >repr_registry.c: In function âdefault_at_key_boxedâ: >repr_registry.c:120:68: warning: unused parameter âdataâ [-Wunused-parameter] > static PMC * default_at_key_boxed(PARROT_INTERP, STable *st, void *data, STRING *key) { > ^ >repr_registry.c:120:82: warning: unused parameter âkeyâ [-Wunused-parameter] > static PMC * default_at_key_boxed(PARROT_INTERP, STable *st, void *data, STRING *key) { > ^ >repr_registry.c: In function âdefault_bind_key_boxedâ: >repr_registry.c:123:69: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_bind_key_boxed(PARROT_INTERP, STable *st, void *data, STRING *key, PMC *value) { > ^ >repr_registry.c:123:83: warning: unused parameter âkeyâ [-Wunused-parameter] > static void default_bind_key_boxed(PARROT_INTERP, STable *st, void *data, STRING *key, PMC *value) { > ^ >repr_registry.c:123:93: warning: unused parameter âvalueâ [-Wunused-parameter] > static void default_bind_key_boxed(PARROT_INTERP, STable *st, void *data, STRING *key, PMC *value) { > ^ >repr_registry.c: In function âdefault_exists_keyâ: >repr_registry.c:126:67: warning: unused parameter âdataâ [-Wunused-parameter] > static INTVAL default_exists_key(PARROT_INTERP, STable *st, void *data, STRING *key) { > ^ >repr_registry.c:126:81: warning: unused parameter âkeyâ [-Wunused-parameter] > static INTVAL default_exists_key(PARROT_INTERP, STable *st, void *data, STRING *key) { > ^ >repr_registry.c: In function âdefault_delete_keyâ: >repr_registry.c:129:65: warning: unused parameter âdataâ [-Wunused-parameter] > static void default_delete_key(PARROT_INTERP, STable *st, void *data, STRING *key) { > ^ >repr_registry.c:129:79: warning: unused parameter âkeyâ [-Wunused-parameter] > static void default_delete_key(PARROT_INTERP, STable *st, void *data, STRING *key) { > ^ >repr_registry.c: In function âdefault_elemsâ: >repr_registry.c:132:62: warning: unused parameter âdataâ [-Wunused-parameter] > static INTVAL default_elems(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from repr_registry.c:6: >repr_registry.c: In function âadd_default_attr_funcsâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >repr_registry.c:138:36: note: in expansion of macro âPARROT_INTERPâ > static void add_default_attr_funcs(PARROT_INTERP, REPROps *repr) { > ^ >repr_registry.c: In function âadd_default_box_funcsâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >repr_registry.c:149:35: note: in expansion of macro âPARROT_INTERPâ > static void add_default_box_funcs(PARROT_INTERP, REPROps *repr) { > ^ >repr_registry.c: In function âadd_default_pos_funcsâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >repr_registry.c:161:35: note: in expansion of macro âPARROT_INTERPâ > static void add_default_pos_funcs(PARROT_INTERP, REPROps *repr) { > ^ >repr_registry.c: In function âadd_default_ass_funcsâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >repr_registry.c:175:35: note: in expansion of macro âPARROT_INTERPâ > static void add_default_ass_funcs(PARROT_INTERP, REPROps *repr) { > ^ >cd src/vm/parrot/6model && x86_64-pc-linux-gnu-gcc -c -o knowhow_bootstrapper.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden knowhow_bootstrapper.c >knowhow_bootstrapper.c: In function ânew_typeâ: >knowhow_bootstrapper.c:21:42: warning: unused parameter ânciâ [-Wunused-parameter] > static void new_type(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âadd_methodâ: >knowhow_bootstrapper.c:56:44: warning: unused parameter ânciâ [-Wunused-parameter] > static void add_method(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âadd_attributeâ: >knowhow_bootstrapper.c:73:47: warning: unused parameter ânciâ [-Wunused-parameter] > static void add_attribute(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âfind_methodâ: >knowhow_bootstrapper.c:87:45: warning: unused parameter ânciâ [-Wunused-parameter] > static void find_method(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âcomposeâ: >knowhow_bootstrapper.c:101:41: warning: unused parameter ânciâ [-Wunused-parameter] > static void compose(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âparentsâ: >knowhow_bootstrapper.c:139:41: warning: unused parameter ânciâ [-Wunused-parameter] > static void parents(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âattributesâ: >knowhow_bootstrapper.c:147:44: warning: unused parameter ânciâ [-Wunused-parameter] > static void attributes(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âmethodsâ: >knowhow_bootstrapper.c:156:41: warning: unused parameter ânciâ [-Wunused-parameter] > static void methods(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âmroâ: >knowhow_bootstrapper.c:165:37: warning: unused parameter ânciâ [-Wunused-parameter] > static void mro(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function ânameâ: >knowhow_bootstrapper.c:175:38: warning: unused parameter ânciâ [-Wunused-parameter] > static void name(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âbottom_find_methodâ: >knowhow_bootstrapper.c:191:79: warning: unused parameter âhintâ [-Wunused-parameter] > static PMC * bottom_find_method(PARROT_INTERP, PMC *obj, STRING *name, INTVAL hint) { > ^ >knowhow_bootstrapper.c: In function âattr_newâ: >knowhow_bootstrapper.c:286:42: warning: unused parameter ânciâ [-Wunused-parameter] > static void attr_new(PARROT_INTERP, PMC *nci) { > ^ >knowhow_bootstrapper.c: In function âattr_nameâ: >knowhow_bootstrapper.c:297:43: warning: unused parameter ânciâ [-Wunused-parameter] > static void attr_name(PARROT_INTERP, PMC *nci) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o KnowHOWREPR.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden KnowHOWREPR.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from KnowHOWREPR.c:6: >KnowHOWREPR.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >KnowHOWREPR.c:36:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >KnowHOWREPR.c:36:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >KnowHOWREPR.c:36:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >KnowHOWREPR.c: In function âinitializeâ: >KnowHOWREPR.c:49:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >KnowHOWREPR.c: In function âcopy_toâ: >KnowHOWREPR.c:56:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >KnowHOWREPR.c: In function âgc_markâ: >KnowHOWREPR.c:65:44: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_mark(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from KnowHOWREPR.c:6: >KnowHOWREPR.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >KnowHOWREPR.c:76:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >KnowHOWREPR.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >KnowHOWREPR.c:82:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >KnowHOWREPR.c:82:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >KnowHOWREPR.c: In function âserializeâ: >KnowHOWREPR.c:93:46: warning: unused parameter âstâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >KnowHOWREPR.c: In function âdeserializeâ: >KnowHOWREPR.c:101:48: warning: unused parameter âstâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from KnowHOWREPR.c:6: >KnowHOWREPR.c: In function âKnowHOWREPR_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >KnowHOWREPR.c:109:34: note: in expansion of macro âPARROT_INTERPâ > REPROps * KnowHOWREPR_initialize(PARROT_INTERP) { > ^ >KnowHOWREPR.c: In function âget_storage_specâ: >KnowHOWREPR.c:82:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o P6opaque.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden P6opaque.c >P6opaque.c: In function âis_attribute_initializedâ: >P6opaque.c:623:119: warning: unused parameter âhintâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >P6opaque.c: In function âat_pos_nativeâ: >P6opaque.c:750:60: warning: unused parameter âdataâ [-Wunused-parameter] > static void at_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >P6opaque.c:750:73: warning: unused parameter âindexâ [-Wunused-parameter] > static void at_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >P6opaque.c:750:93: warning: unused parameter âvalueâ [-Wunused-parameter] > static void at_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >P6opaque.c: In function âbind_pos_nativeâ: >P6opaque.c:765:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void bind_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >P6opaque.c:765:75: warning: unused parameter âindexâ [-Wunused-parameter] > static void bind_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >P6opaque.c:765:95: warning: unused parameter âvalueâ [-Wunused-parameter] > static void bind_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index, NativeValue *value) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6opaque.c:10: >P6opaque.c: In function âgc_free_repr_dataâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6opaque.c:934:31: note: in expansion of macro âPARROT_INTERPâ > static void gc_free_repr_data(PARROT_INTERP, STable *st) { > ^ >P6opaque.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6opaque.c:953:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >P6opaque.c:953:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >P6opaque.c: In function âdeserialize_repr_dataâ: >P6opaque.c:1216:58: warning: function call has aggregate value [-Waggregate-return] > INTVAL align = cur_st->REPR->get_storage_spec(interp, cur_st).align; > ^ >P6opaque.c:1231:57: warning: function call has aggregate value [-Waggregate-return] > cur_offset += cur_st->REPR->get_storage_spec(interp, cur_st).bits / 8; > ^ >P6opaque.c: In function âcomposeâ: >P6opaque.c:199:30: warning: function call has aggregate value [-Waggregate-return] > storage_spec spec = REPR(type)->get_storage_spec(interp, STABLE(type)); > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o P6int.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden P6int.c >P6int.c: In function âset_numâ: >P6int.c:150:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6int.c:150:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6int.c:150:69: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6int.c: In function âget_numâ: >P6int.c:157:48: warning: unused parameter âstâ [-Wunused-parameter] > static FLOATVAL get_num(PARROT_INTERP, STable *st, void *data) { > ^ >P6int.c:157:58: warning: unused parameter âdataâ [-Wunused-parameter] > static FLOATVAL get_num(PARROT_INTERP, STable *st, void *data) { > ^ >P6int.c: In function âset_strâ: >P6int.c:164:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6int.c:164:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6int.c:164:68: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6int.c: In function âget_strâ: >P6int.c:171:48: warning: unused parameter âstâ [-Wunused-parameter] > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6int.c:171:58: warning: unused parameter âdataâ [-Wunused-parameter] > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6int.c: In function âget_boxed_refâ: >P6int.c:179:52: warning: unused parameter âstâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6int.c:179:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6int.c:179:75: warning: unused parameter ârepr_idâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6int.c:5: >P6int.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6int.c:185:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >P6int.c: In function âserializeâ: >P6int.c:233:46: warning: unused parameter âstâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >P6int.c: In function âdeserializeâ: >P6int.c:238:48: warning: unused parameter âstâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6int.c:5: >P6int.c: In function âP6int_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6int.c:276:28: note: in expansion of macro âPARROT_INTERPâ > REPROps * P6int_initialize(PARROT_INTERP) { > ^ >P6int.c: In function âget_storage_specâ: >P6int.c:191:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o P6str.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden P6str.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6str.c:5: >P6str.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:35:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >P6str.c:35:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >P6str.c:35:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6str.c:5: >P6str.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:47:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >P6str.c:47:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6str.c:5: >P6str.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:52:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >P6str.c:52:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >P6str.c: In function âset_intâ: >P6str.c:59:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >P6str.c:59:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >P6str.c:59:67: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >P6str.c: In function âget_intâ: >P6str.c:66:46: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL get_int(PARROT_INTERP, STable *st, void *data) { > ^ >P6str.c:66:56: warning: unused parameter âdataâ [-Wunused-parameter] > static INTVAL get_int(PARROT_INTERP, STable *st, void *data) { > ^ >P6str.c: In function âset_numâ: >P6str.c:73:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6str.c:73:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6str.c:73:69: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6str.c: In function âget_numâ: >P6str.c:80:48: warning: unused parameter âstâ [-Wunused-parameter] > static FLOATVAL get_num(PARROT_INTERP, STable *st, void *data) { > ^ >P6str.c:80:58: warning: unused parameter âdataâ [-Wunused-parameter] > static FLOATVAL get_num(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6str.c:5: >P6str.c: In function âset_strâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:87:21: note: in expansion of macro âPARROT_INTERPâ > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6str.c:87:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6str.c:5: >P6str.c: In function âget_strâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:93:25: note: in expansion of macro âPARROT_INTERPâ > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6str.c:93:48: warning: unused parameter âstâ [-Wunused-parameter] > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6str.c: In function âget_boxed_refâ: >P6str.c:100:52: warning: unused parameter âstâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6str.c:100:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6str.c:100:75: warning: unused parameter ârepr_idâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6str.c: In function âgc_markâ: >P6str.c:106:44: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_mark(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6str.c:5: >P6str.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:113:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >P6str.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:119:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >P6str.c:119:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >P6str.c: In function âserializeâ: >P6str.c:130:46: warning: unused parameter âstâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >P6str.c: In function âdeserializeâ: >P6str.c:135:48: warning: unused parameter âstâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6str.c:5: >P6str.c: In function âP6str_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6str.c:140:28: note: in expansion of macro âPARROT_INTERPâ > REPROps * P6str_initialize(PARROT_INTERP) { > ^ >P6str.c: In function âget_storage_specâ: >P6str.c:119:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o P6num.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden P6num.c >P6num.c: In function âset_intâ: >P6num.c:98:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >P6num.c:98:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >P6num.c:98:67: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >P6num.c: In function âget_intâ: >P6num.c:105:46: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL get_int(PARROT_INTERP, STable *st, void *data) { > ^ >P6num.c:105:56: warning: unused parameter âdataâ [-Wunused-parameter] > static INTVAL get_int(PARROT_INTERP, STable *st, void *data) { > ^ >P6num.c: In function âset_strâ: >P6num.c:144:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6num.c:144:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6num.c:144:68: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6num.c: In function âget_strâ: >P6num.c:151:48: warning: unused parameter âstâ [-Wunused-parameter] > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6num.c:151:58: warning: unused parameter âdataâ [-Wunused-parameter] > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6num.c: In function âget_boxed_refâ: >P6num.c:159:52: warning: unused parameter âstâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6num.c:159:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6num.c:159:75: warning: unused parameter ârepr_idâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6num.c:5: >P6num.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6num.c:165:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >P6num.c: In function âserializeâ: >P6num.c:201:46: warning: unused parameter âstâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >P6num.c: In function âdeserializeâ: >P6num.c:206:48: warning: unused parameter âstâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6num.c:5: >P6num.c: In function âP6num_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6num.c:235:28: note: in expansion of macro âPARROT_INTERPâ > REPROps * P6num_initialize(PARROT_INTERP) { > ^ >P6num.c: In function âget_storage_specâ: >P6num.c:171:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o HashAttrStore.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden HashAttrStore.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from HashAttrStore.c:6: >HashAttrStore.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >HashAttrStore.c:37:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >HashAttrStore.c:37:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >HashAttrStore.c:37:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >HashAttrStore.c: In function âinitializeâ: >HashAttrStore.c:50:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >HashAttrStore.c: In function âcopy_toâ: >HashAttrStore.c:55:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >HashAttrStore.c: In function âget_attribute_boxedâ: >HashAttrStore.c:62:57: warning: unused parameter âstâ [-Wunused-parameter] > static PMC * get_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c:62:78: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static PMC * get_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c:62:113: warning: unused parameter âhintâ [-Wunused-parameter] > static PMC * get_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c: In function âget_attribute_nativeâ: >HashAttrStore.c:66:57: warning: unused parameter âstâ [-Wunused-parameter] > static void get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:66:67: warning: unused parameter âdataâ [-Wunused-parameter] > static void get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:66:78: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static void get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:66:100: warning: unused parameter ânameâ [-Wunused-parameter] > static void get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:66:113: warning: unused parameter âhintâ [-Wunused-parameter] > static void get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:66:132: warning: unused parameter âvalueâ [-Wunused-parameter] > static void get_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c: In function âget_attribute_stableâ: >HashAttrStore.c:70:60: warning: unused parameter âstâ [-Wunused-parameter] > static STable *get_attribute_stable(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c:70:69: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static STable *get_attribute_stable(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c:70:91: warning: unused parameter ânameâ [-Wunused-parameter] > static STable *get_attribute_stable(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c:70:104: warning: unused parameter âhintâ [-Wunused-parameter] > static STable *get_attribute_stable(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c: In function âbind_attribute_boxedâ: >HashAttrStore.c:76:57: warning: unused parameter âstâ [-Wunused-parameter] > static void bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >HashAttrStore.c:76:78: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static void bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >HashAttrStore.c:76:113: warning: unused parameter âhintâ [-Wunused-parameter] > static void bind_attribute_boxed(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, PMC *value) { > ^ >HashAttrStore.c: In function âbind_attribute_nativeâ: >HashAttrStore.c:80:58: warning: unused parameter âstâ [-Wunused-parameter] > static void bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:80:68: warning: unused parameter âdataâ [-Wunused-parameter] > static void bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:80:79: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static void bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:80:101: warning: unused parameter ânameâ [-Wunused-parameter] > static void bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:80:114: warning: unused parameter âhintâ [-Wunused-parameter] > static void bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c:80:133: warning: unused parameter âvalueâ [-Wunused-parameter] > static void bind_attribute_native(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint, NativeValue *value) { > ^ >HashAttrStore.c: In function âis_attribute_initializedâ: >HashAttrStore.c:86:63: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c:86:84: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >HashAttrStore.c:86:119: warning: unused parameter âhintâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *class_handle, STRING *name, INTVAL hint) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from HashAttrStore.c:6: >HashAttrStore.c: In function âhint_forâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >HashAttrStore.c:92:24: note: in expansion of macro âPARROT_INTERPâ > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >HashAttrStore.c:92:47: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >HashAttrStore.c:92:56: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >HashAttrStore.c:92:78: warning: unused parameter ânameâ [-Wunused-parameter] > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >HashAttrStore.c: In function âgc_markâ: >HashAttrStore.c:97:44: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_mark(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from HashAttrStore.c:6: >HashAttrStore.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >HashAttrStore.c:110:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >HashAttrStore.c:110:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from HashAttrStore.c:6: >HashAttrStore.c: In function âHashAttrStore_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >HashAttrStore.c:121:36: note: in expansion of macro âPARROT_INTERPâ > REPROps * HashAttrStore_initialize(PARROT_INTERP) { > ^ >HashAttrStore.c: In function âget_storage_specâ: >HashAttrStore.c:110:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o Uninstantiable.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden Uninstantiable.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from Uninstantiable.c:5: >Uninstantiable.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >Uninstantiable.c:35:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >Uninstantiable.c:35:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >Uninstantiable.c:35:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >Uninstantiable.c: In function âallocateâ: >Uninstantiable.c:40:46: warning: unused parameter âstâ [-Wunused-parameter] > static PMC * allocate(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from Uninstantiable.c:5: >Uninstantiable.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >Uninstantiable.c:46:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >Uninstantiable.c:46:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >Uninstantiable.c:46:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from Uninstantiable.c:5: >Uninstantiable.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >Uninstantiable.c:51:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >Uninstantiable.c:51:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >Uninstantiable.c:51:54: warning: unused parameter âsrcâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >Uninstantiable.c:51:65: warning: unused parameter âdestâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from Uninstantiable.c:5: >Uninstantiable.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >Uninstantiable.c:56:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >Uninstantiable.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >Uninstantiable.c:62:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >Uninstantiable.c:62:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from Uninstantiable.c:5: >Uninstantiable.c: In function âUninstantiable_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >Uninstantiable.c:73:37: note: in expansion of macro âPARROT_INTERPâ > REPROps * Uninstantiable_initialize(PARROT_INTERP) { > ^ >Uninstantiable.c: In function âget_storage_specâ: >Uninstantiable.c:62:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o NFA.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden NFA.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NFA.c:2: >NFA.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NFA.c:32:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >NFA.c:32:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >NFA.c:32:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NFA.c:2: >NFA.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NFA.c:44:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >NFA.c:44:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >NFA.c:44:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >NFA.c: In function âcopy_toâ: >NFA.c:57:36: warning: ordered comparison of pointer with integer zero [-Wextra] > if (dest_body->num_state_edges > 0) > ^ >NFA.c:58:36: warning: request for implicit conversion from âvoid *â to âINTVAL *â not permitted in C++ [-Wc++-compat] > dest_body->num_state_edges = mem_sys_allocate(dest_body->num_states * sizeof(INTVAL)); > ^ >NFA.c:62:23: warning: request for implicit conversion from âvoid *â to âstruct NFAStateInfo **â not permitted in C++ [-Wc++-compat] > dest_body->states = mem_sys_allocate(dest_body->num_states * sizeof(NFAStateInfo *)); > ^ >NFA.c:66:34: warning: request for implicit conversion from âvoid *â to âstruct NFAStateInfo *â not permitted in C++ [-Wc++-compat] > dest_body->states[i] = mem_sys_allocate(size); > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NFA.c:2: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NFA.c:49:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >NFA.c:49:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >NFA.c: In function âgc_markâ: >NFA.c:83:13: warning: switch missing default case [-Wswitch-default] > switch (body->states[i][j].act) { > ^ >NFA.c:73:44: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_mark(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NFA.c:2: >NFA.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NFA.c:93:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >NFA.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NFA.c:105:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >NFA.c:105:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >NFA.c: In function âserializeâ: >NFA.c:135:13: warning: switch missing default case [-Wswitch-default] > switch (body->states[i][j].act) { > ^ >NFA.c:116:46: warning: unused parameter âstâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >NFA.c: In function âdeserializeâ: >NFA.c:171:31: warning: request for implicit conversion from âvoid *â to âINTVAL *â not permitted in C++ [-Wc++-compat] > body->num_state_edges = mem_sys_allocate(body->num_states * sizeof(INTVAL)); > ^ >NFA.c:176:22: warning: request for implicit conversion from âvoid *â to âstruct NFAStateInfo **â not permitted in C++ [-Wc++-compat] > body->states = mem_sys_allocate(body->num_states * sizeof(NFAStateInfo *)); > ^ >NFA.c:180:33: warning: request for implicit conversion from âvoid *â to âstruct NFAStateInfo *â not permitted in C++ [-Wc++-compat] > body->states[i] = mem_sys_allocate(edges * sizeof(NFAStateInfo)); > ^ >NFA.c:184:17: warning: switch missing default case [-Wswitch-default] > switch (body->states[i][j].act) { > ^ >NFA.c:159:48: warning: unused parameter âstâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NFA.c:2: >NFA.c: In function âNFA_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NFA.c:209:26: note: in expansion of macro âPARROT_INTERPâ > REPROps * NFA_initialize(PARROT_INTERP) { > ^ >NFA.c: In function âget_storage_specâ: >NFA.c:105:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o VMArray.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden VMArray.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMArray.c:2: >VMArray.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:249:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >VMArray.c:249:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >VMArray.c:249:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMArray.c:2: >VMArray.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:254:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >VMArray.c:254:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMArray.c:2: >VMArray.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:329:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >VMArray.c:329:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMArray.c:2: >VMArray.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:368:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >VMArray.c: In function âgc_free_repr_dataâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:385:31: note: in expansion of macro âPARROT_INTERPâ > static void gc_free_repr_data(PARROT_INTERP, STable *st) { > ^ >VMArray.c: In function âget_elem_stableâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:570:33: note: in expansion of macro âPARROT_INTERPâ > static STable * get_elem_stable(PARROT_INTERP, STable *st) { > ^ >VMArray.c: In function âelemsâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:575:21: note: in expansion of macro âPARROT_INTERPâ > static INTVAL elems(PARROT_INTERP, STable *st, void *data) { > ^ >VMArray.c:575:44: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL elems(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMArray.c:2: >VMArray.c: In function âVMArray_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMArray.c:581:30: note: in expansion of macro âPARROT_INTERPâ > REPROps * VMArray_initialize(PARROT_INTERP) { > ^ >VMArray.c: In function âget_storage_specâ: >VMArray.c:329:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >VMArray.c: In function âdeserialize_repr_dataâ: >VMArray.c:314:22: warning: function call has aggregate value [-Waggregate-return] > storage_spec spec = REPR(type)->get_storage_spec(interp, STABLE(type)); > ^ >VMArray.c: In function âcomposeâ: >VMArray.c:227:22: warning: function call has aggregate value [-Waggregate-return] > storage_spec spec = REPR(type)->get_storage_spec(interp, STABLE(type)); > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o VMHash.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden VMHash.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMHash.c:2: >VMHash.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMHash.c:32:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >VMHash.c:32:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >VMHash.c:32:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMHash.c:2: >VMHash.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMHash.c:44:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >VMHash.c:44:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >VMHash.c:44:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMHash.c:2: >VMHash.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMHash.c:49:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >VMHash.c:49:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMHash.c:2: >VMHash.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMHash.c:56:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >VMHash.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMHash.c:62:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >VMHash.c:62:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMHash.c:2: >VMHash.c: In function âVMHash_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMHash.c:73:29: note: in expansion of macro âPARROT_INTERPâ > REPROps * VMHash_initialize(PARROT_INTERP) { > ^ >VMHash.c: In function âget_storage_specâ: >VMHash.c:62:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o VMIter.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden VMIter.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMIter.c:2: >VMIter.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMIter.c:32:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >VMIter.c:32:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >VMIter.c:32:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMIter.c:2: >VMIter.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMIter.c:44:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >VMIter.c:44:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >VMIter.c:44:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMIter.c:2: >VMIter.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMIter.c:49:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >VMIter.c:49:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMIter.c:2: >VMIter.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMIter.c:56:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >VMIter.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMIter.c:62:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >VMIter.c:62:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from VMIter.c:2: >VMIter.c: In function âVMIter_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >VMIter.c:73:29: note: in expansion of macro âPARROT_INTERPâ > REPROps * VMIter_initialize(PARROT_INTERP) { > ^ >VMIter.c: In function âget_storage_specâ: >VMIter.c:62:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model && x86_64-pc-linux-gnu-gcc -c -o serialization_context.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden serialization_context.c >cd src/vm/parrot/6model && x86_64-pc-linux-gnu-gcc -c -o serialization.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden serialization.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from serialization.c:6: >serialization.c: In function âexpand_storage_if_neededâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >serialization.c:189:38: note: in expansion of macro âPARROT_INTERPâ > static void expand_storage_if_needed(PARROT_INTERP, SerializationWriter *writer, INTVAL need) { > ^ >cd src/vm/parrot/6model && x86_64-pc-linux-gnu-gcc -c -o base64.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden base64.c >base64.c: In function âbase64_decodeâ: >base64.c:116:28: warning: ân[2]â may be used uninitialized in this function [-Wmaybe-uninitialized] > *data_len = q-data - (n[2]==-1) - (n[3]==-1); > ^ >base64.c:116:41: warning: ân[3]â may be used uninitialized in this function [-Wmaybe-uninitialized] > *data_len = q-data - (n[2]==-1) - (n[3]==-1); > ^ >cd src/vm/parrot/6model && x86_64-pc-linux-gnu-gcc -c -o containers.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden containers.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from containers.c:2: >containers.c: In function âcode_pair_gc_free_dataâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >containers.c:43:36: note: in expansion of macro âPARROT_INTERPâ > static void code_pair_gc_free_data(PARROT_INTERP, STable *st) { > ^ >containers.c: In function âcode_pair_set_container_specâ: >containers.c:65:30: warning: request for implicit conversion from âvoid *â to âstruct CodePairContData *â not permitted in C++ [-Wc++-compat] > CodePairContData *data = mem_sys_allocate(sizeof(CodePairContData)); > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from containers.c:2: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >containers.c:64:42: note: in expansion of macro âPARROT_INTERPâ > static void code_pair_set_container_spec(PARROT_INTERP, STable *st) { > ^ >containers.c: In function âinitialize_code_pair_specâ: >containers.c:87:31: warning: request for implicit conversion from âvoid *â to âstruct ContainerConfigurer *â not permitted in C++ [-Wc++-compat] > ContainerConfigurer *cc = mem_sys_allocate(sizeof(ContainerConfigurer)); > ^ >containers.c:89:20: warning: request for implicit conversion from âvoid *â to âstruct ContainerSpec *â not permitted in C++ [-Wc++-compat] > code_pair_spec = mem_sys_allocate(sizeof(ContainerSpec)); > ^ >cd src/vm/parrot/guts && x86_64-pc-linux-gnu-gcc -c -o multi_dispatch.o -I../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden multi_dispatch.c >multi_dispatch.c: In function âadd_to_cacheâ: >multi_dispatch.c:138:52: warning: request for implicit conversion from âvoid *â to âINTVAL *â not permitted in C++ [-Wc++-compat] > cache->arity_caches[num_args - 1].type_ids = mem_sys_allocate(num_args * sizeof(INTVAL) * MD_CACHE_MAX_ENTRIES); > ^ >multi_dispatch.c:139:52: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > cache->arity_caches[num_args - 1].named_ok = mem_sys_allocate(sizeof(char) * MD_CACHE_MAX_ENTRIES); > ^ >multi_dispatch.c:140:52: warning: request for implicit conversion from âvoid *â to âstruct PMC **â not permitted in C++ [-Wc++-compat] > cache->arity_caches[num_args - 1].results = mem_sys_allocate(sizeof(PMC *) * MD_CACHE_MAX_ENTRIES); > ^ >cd 3rdparty/sha1 && x86_64-pc-linux-gnu-gcc -c -o sha1.o -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden sha1.c >sha1.c: In function âSHA1_Transformâ: >sha1.c:118:13: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > block = (CHAR64LONG16*)buffer; > ^ >sha1.c: In function âSHA1_Finalâ: >sha1.c:205:26: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > SHA1_Update(context, (unsigned char *)"\200", 1); > ^ >sha1.c:207:30: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > SHA1_Update(context, (unsigned char *)"\0", 1); > ^ >cd src/vm/parrot/ops && x86_64-pc-linux-gnu-gcc -o nqp_ops.so nqp_ops.o ../6model/sixmodelobject.o ../6model/repr_registry.o ../6model/knowhow_bootstrapper.o ../6model/reprs/KnowHOWREPR.o ../6model/reprs/P6opaque.o ../6model/reprs/P6int.o ../6model/reprs/P6str.o ../6model/reprs/P6num.o ../6model/reprs/HashAttrStore.o ../6model/reprs/Uninstantiable.o ../6model/reprs/NFA.o ../6model/reprs/VMArray.o ../6model/reprs/VMHash.o ../6model/reprs/VMIter.o ../6model/serialization_context.o ../6model/base64.o ../6model/serialization.o ../guts/multi_dispatch.o ../6model/containers.o ../../../../3rdparty/sha1/sha1.o -Wl,-O1 -Wl,--as-needed -shared -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -fPIC -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -L/usr/lib64 -licuuc -licudata >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bncore.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bncore.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_error.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_error.c >bn_error.c: In function âmp_error_to_stringâ: >bn_error.c:35:11: warning: return discards âconstâ qualifier from pointer target type [enabled by default] > return msgs[x].msg; > ^ >bn_error.c:40:4: warning: return discards âconstâ qualifier from pointer target type [enabled by default] > return "Invalid error code"; > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_fast_mp_invmod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_fast_mp_invmod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_fast_mp_montgomery_reduce.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_fast_mp_montgomery_reduce.c >bn_fast_mp_montgomery_reduce.c: In function âfast_mp_montgomery_reduceâ: >bn_fast_mp_montgomery_reduce.c:167:1: warning: stack usage is 8288 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_fast_s_mp_mul_digs.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_fast_s_mp_mul_digs.c >bn_fast_s_mp_mul_digs.c: In function âfast_s_mp_mul_digsâ: >bn_fast_s_mp_mul_digs.c:102:1: warning: stack usage is 4192 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_fast_s_mp_mul_high_digs.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_fast_s_mp_mul_high_digs.c >bn_fast_s_mp_mul_high_digs.c: In function âfast_s_mp_mul_high_digsâ: >bn_fast_s_mp_mul_high_digs.c:93:1: warning: stack usage is 4192 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_fast_s_mp_sqr.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_fast_s_mp_sqr.c >bn_fast_s_mp_sqr.c: In function âfast_s_mp_sqrâ: >bn_fast_s_mp_sqr.c:109:1: warning: stack usage is 4208 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_2expt.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_2expt.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_abs.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_abs.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_add_d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_add_d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_addmod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_addmod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_add.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_add.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_and.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_and.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_clamp.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_clamp.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_clear_multi.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_clear_multi.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_clear.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_clear.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_cmp_d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_cmp_d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_cmp_mag.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_cmp_mag.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_cmp.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_cmp.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_cnt_lsb.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_cnt_lsb.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_copy.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_copy.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_count_bits.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_count_bits.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_div_2d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_div_2d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_div_2.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_div_2.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_div_3.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_div_3.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_div_d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_div_d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_div.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_div.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_dr_is_modulus.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_dr_is_modulus.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_dr_reduce.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_dr_reduce.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_dr_setup.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_dr_setup.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_exch.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_exch.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_expt_d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_expt_d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_exptmod_fast.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_exptmod_fast.c >bn_mp_exptmod_fast.c: In function âmp_exptmod_fastâ: >bn_mp_exptmod_fast.c:315:1: warning: stack usage is 6336 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_exptmod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_exptmod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_exteuclid.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_exteuclid.c >bn_mp_exteuclid.c: In function âmp_exteuclidâ: >bn_mp_exteuclid.c:77:1: warning: stack usage is 544 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_fread.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_fread.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_fwrite.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_fwrite.c >bn_mp_fwrite.c: In function âmp_fwriteâ: >bn_mp_fwrite.c:27:8: warning: request for implicit conversion from âvoid *â to âchar *â not permitted in C++ [-Wc++-compat] > buf = OPT_CAST(char) XMALLOC (len); > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_gcd.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_gcd.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_get_int.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_get_int.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_get_long.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_get_long.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_grow.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_grow.c >bn_mp_grow.c: In function âmp_growâ: >bn_mp_grow.c:35:9: warning: request for implicit conversion from âvoid *â to âmp_digit *â not permitted in C++ [-Wc++-compat] > tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size); > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_init_copy.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_init_copy.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_init_multi.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_init_multi.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_init.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_init.c >bn_mp_init.c: In function âmp_initâ: >bn_mp_init.c:24:9: warning: request for implicit conversion from âvoid *â to âmp_digit *â not permitted in C++ [-Wc++-compat] > a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC); > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_init_set_int.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_init_set_int.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_init_set.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_init_set.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_init_size.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_init_size.c >bn_mp_init_size.c: In function âmp_init_sizeâ: >bn_mp_init_size.c:27:9: warning: request for implicit conversion from âvoid *â to âmp_digit *â not permitted in C++ [-Wc++-compat] > a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size); > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_invmod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_invmod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_invmod_slow.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_invmod_slow.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_is_square.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_is_square.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_jacobi.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_jacobi.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_karatsuba_mul.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_karatsuba_mul.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_karatsuba_sqr.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_karatsuba_sqr.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_lcm.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_lcm.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_lshd.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_lshd.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mod_2d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mod_2d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mod_d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mod_d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_montgomery_calc_normalization.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_montgomery_calc_normalization.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_montgomery_reduce.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_montgomery_reduce.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_montgomery_setup.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_montgomery_setup.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mul_2d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mul_2d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mul_2.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mul_2.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mul_d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mul_d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mulmod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mulmod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_mul.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_mul.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_neg.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_neg.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_n_root.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_n_root.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_or.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_or.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_prime_fermat.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_prime_fermat.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_prime_is_divisible.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_prime_is_divisible.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_prime_is_prime.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_prime_is_prime.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_prime_miller_rabin.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_prime_miller_rabin.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_prime_next_prime.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_prime_next_prime.c >bn_mp_prime_next_prime.c: In function âmp_prime_next_primeâ: >bn_mp_prime_next_prime.c:164:1: warning: stack usage is 2192 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_prime_rabin_miller_trials.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_prime_rabin_miller_trials.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_prime_random_ex.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_prime_random_ex.c >bn_mp_prime_random_ex.c: In function âmp_prime_random_exâ: >bn_mp_prime_random_ex.c:52:8: warning: request for implicit conversion from âvoid *â to âunsigned char *â not permitted in C++ [-Wc++-compat] > tmp = OPT_CAST(unsigned char) XMALLOC(bsize); > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_radix_size.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_radix_size.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_radix_smap.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_radix_smap.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_rand.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_rand.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_read_radix.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_read_radix.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_read_signed_bin.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_read_signed_bin.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_read_unsigned_bin.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_read_unsigned_bin.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce_2k_l.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce_2k_l.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce_2k.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce_2k.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce_2k_setup_l.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce_2k_setup_l.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce_2k_setup.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce_2k_setup.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce_is_2k_l.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce_is_2k_l.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce_is_2k.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce_is_2k.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_reduce_setup.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_reduce_setup.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_rshd.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_rshd.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_set_int.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_set_int.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_set_long.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_set_long.c >bn_mp_set_long.c: In function âmp_set_longâ: >bn_mp_set_long.c:26:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > for (x = 0; x < sizeof(unsigned long) * 2; x++) { > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_set.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_set.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_shrink.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_shrink.c >bn_mp_shrink.c: In function âmp_shrinkâ: >bn_mp_shrink.c:28:14: warning: request for implicit conversion from âvoid *â to âmp_digit *â not permitted in C++ [-Wc++-compat] > if ((tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * used)) == NULL) { > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_signed_bin_size.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_signed_bin_size.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_sqrmod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_sqrmod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_sqr.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_sqr.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_sqrt.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_sqrt.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_sub_d.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_sub_d.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_submod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_submod.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_sub.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_sub.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_toom_mul.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_toom_mul.c >bn_mp_toom_mul.c: In function âmp_toom_mulâ: >bn_mp_toom_mul.c:278:1: warning: stack usage is 640 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_toom_sqr.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_toom_sqr.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_toradix_n.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_toradix_n.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_toradix.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_toradix.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_to_signed_bin_n.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_to_signed_bin_n.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_to_signed_bin.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_to_signed_bin.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_to_unsigned_bin_n.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_to_unsigned_bin_n.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_to_unsigned_bin.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_to_unsigned_bin.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_unsigned_bin_size.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_unsigned_bin_size.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_xor.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_xor.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_mp_zero.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_mp_zero.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_prime_tab.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_prime_tab.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_reverse.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_reverse.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_s_mp_add.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_s_mp_add.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_s_mp_exptmod.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_s_mp_exptmod.c >bn_s_mp_exptmod.c: In function âs_mp_exptmodâ: >bn_s_mp_exptmod.c:247:1: warning: stack usage is 6352 bytes [-Wstack-usage=] > } > ^ >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_s_mp_mul_digs.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_s_mp_mul_digs.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_s_mp_mul_high_digs.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_s_mp_mul_high_digs.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_s_mp_sqr.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_s_mp_sqr.c >cd 3rdparty/libtommath && x86_64-pc-linux-gnu-gcc -c -o bn_s_mp_sub.o -I. -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden bn_s_mp_sub.c >cd src/vm/parrot/ops && /usr/bin/ops2c C --dynamic nqp_bigint.ops ># Parsing nqp_bigint.ops... ># Parsed nqp_bigint.ops in 1.991 seconds; found 58 ops. ># Ops parsed in 1.992 seconds. >cd src/vm/parrot/ops && x86_64-pc-linux-gnu-gcc -c -o nqp_bigint_ops.o -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -I../../../../3rdparty/libtommath -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden nqp_bigint_ops.c >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o P6bigint.o -I../../../../../src/vm/parrot/pmc -I../../../../../3rdparty/libtommath -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden P6bigint.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:39:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >P6bigint.c:39:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >P6bigint.c:39:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:51:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c:51:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:58:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >P6bigint.c:58:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âset_intâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:66:21: note: in expansion of macro âPARROT_INTERPâ > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >P6bigint.c:66:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_int(PARROT_INTERP, STable *st, void *data, INTVAL value) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âget_intâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:79:23: note: in expansion of macro âPARROT_INTERPâ > static INTVAL get_int(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c:79:46: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL get_int(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c: In function âset_numâ: >P6bigint.c:95:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6bigint.c:95:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6bigint.c:95:69: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_num(PARROT_INTERP, STable *st, void *data, FLOATVAL value) { > ^ >P6bigint.c: In function âget_numâ: >P6bigint.c:102:48: warning: unused parameter âstâ [-Wunused-parameter] > static FLOATVAL get_num(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c:102:58: warning: unused parameter âdataâ [-Wunused-parameter] > static FLOATVAL get_num(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c: In function âset_strâ: >P6bigint.c:109:44: warning: unused parameter âstâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6bigint.c:109:54: warning: unused parameter âdataâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6bigint.c:109:68: warning: unused parameter âvalueâ [-Wunused-parameter] > static void set_str(PARROT_INTERP, STable *st, void *data, STRING *value) { > ^ >P6bigint.c: In function âget_strâ: >P6bigint.c:116:48: warning: unused parameter âstâ [-Wunused-parameter] > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c:116:58: warning: unused parameter âdataâ [-Wunused-parameter] > static STRING * get_str(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c: In function âget_boxed_refâ: >P6bigint.c:124:52: warning: unused parameter âstâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6bigint.c:124:62: warning: unused parameter âdataâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >P6bigint.c:124:75: warning: unused parameter ârepr_idâ [-Wunused-parameter] > static void * get_boxed_ref(PARROT_INTERP, STable *st, void *data, INTVAL repr_id) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:130:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >P6bigint.c: In function âgc_cleanupâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:138:24: note: in expansion of macro âPARROT_INTERPâ > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >P6bigint.c:138:47: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:143:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >P6bigint.c:143:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >P6bigint.c: In function âserializeâ: >P6bigint.c:154:46: warning: unused parameter âstâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >P6bigint.c: In function âdeserializeâ: >P6bigint.c:167:48: warning: unused parameter âstâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from P6bigint.c:5: >P6bigint.c: In function âP6bigint_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >P6bigint.c:175:31: note: in expansion of macro âPARROT_INTERPâ > REPROps * P6bigint_initialize(PARROT_INTERP, > ^ >P6bigint.c: In function âget_storage_specâ: >P6bigint.c:143:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/ops && x86_64-pc-linux-gnu-gcc -o nqp_bigint_ops.so nqp_bigint_ops.o ../../../../3rdparty/libtommath/*.o ../6model/reprs/P6bigint.o -Wl,-O1 -Wl,--as-needed -shared -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -fPIC -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -L/usr/lib64 -licuuc -licudata >cd 3rdparty/dyncall && BUILD_DIR=. gmake >gmake[1]: Entering directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall' >gmake -C dyncall >gmake[2]: Entering directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall/dyncall' >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dyncall_vector.c -o dyncall_vector.o >dyncall_vector.c: In function âdcVecAppendâ: >dyncall_vector.c:41:74: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > case 8: *(DCint *)( ( (char*)dst )+4) = *(const DCint *)( ( (char*)pData )+4); > ^ >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dyncall_api.c -o dyncall_api.o >dyncall_api.c:159:13: warning: no previous prototype for âdcGetErrorStringâ [-Wmissing-prototypes] > const char* dcGetErrorString(int mode) > ^ >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dyncall_callvm.c -o dyncall_callvm.o >In file included from dyncall_callvm.c:32:0: >dyncall_callvm_x64.c: In function âdc_callvm_new_x64â: >dyncall_callvm_x64.c:43:3: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] > size = size < 0 ? 0 : size; > ^ >dyncall_callvm_x64.c: In function âdc_callvm_argFloat_x64â: >dyncall_callvm_x64.c:133:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > *(DCfloat*)&self->mRegData.f[self->mRegCount.f++] = x; > ^ >dyncall_callvm_x64.c: In function âdc_callvm_argPointer_x64â: >dyncall_callvm_x64.c:153:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > *(DCpointer*)&self->mRegData.i[self->mRegCount.i++] = x; > ^ >dyncall_callvm_x64.c: At top level: >dyncall_callvm_x64.c:171:6: warning: no previous prototype for âdc_callvm_call_x64â [-Wmissing-prototypes] > void dc_callvm_call_x64(DCCallVM* in_self, DCpointer target) > ^ >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dyncall_callvm_base.c -o dyncall_callvm_base.o >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dyncall_struct.c -o dyncall_struct.o >In file included from dyncall_struct.c:31:0: >dyncall_struct.c: In function âdcCloseStructâ: >dyncall_struct.c:144:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > assert(s->pCurrentStruct->nextField == s->pCurrentStruct->fieldCount); > ^ >dyncall_struct.c: In function âreadIntâ: >dyncall_struct.c:227:22: warning: cast discards â__attribute__((const))â qualifier from pointer target type [-Wcast-qual] > return strtol(*ptr, (char**)ptr, 10);/*@@@ enough*/ > ^ >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dyncall_callf.c -o dyncall_callf.o >dyncall_callf.c: In function âdcVCallFâ: >dyncall_callf.c:36:5: warning: switch missing default case [-Wswitch-default] > switch(ch) { > ^ >dyncall_callf.c:101:43: warning: request for implicit conversion from âDCpointerâ to âDCstringâ not permitted in C++ [-Wc++-compat] > case DC_SIGCHAR_STRING: result->Z = dcCallPointer (vm,funcptr); break; > ^ >dyncall_callf.c:85:3: warning: switch missing default case [-Wswitch-default] > switch(*ptr) { > ^ >gcc -c -o dyncall_call.o dyncall_call.S >rm -f ./libdyncall_s.a >ar -rcs libdyncall_s.a dyncall_vector.o dyncall_api.o dyncall_callvm.o dyncall_callvm_base.o dyncall_struct.o dyncall_callf.o dyncall_call.o >gmake[2]: Leaving directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall/dyncall' >gmake -C dynload >gmake[2]: Entering directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall/dynload' >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dynload.c -o dynload.o >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -c dynload_syms.c -o dynload_syms.o >In file included from dynload_syms.c:34:0: >dynload_syms_elf.c: In function âdlSymsInitâ: >dynload_syms_elf.c:153:5: warning: switch missing default case [-Wswitch-default] > switch (pSection->sh_type) > ^ >dynload_syms_elf.c: In function âdlSymsNameâ: >dynload_syms_elf.c:195:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if(!pSyms || !pSyms->pSymTab || index < 0 || index >= pSyms->nSymbols) > ^ >dynload_syms_elf.c:199:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > if (str_index < 0 || str_index >= pSyms->strTabSize) > ^ >dynload_syms_elf.c: In function âdlSymsNameFromValueâ: >dynload_syms_elf.c:205:41: warning: unused parameter âpSymsâ [-Wunused-parameter] > const char* dlSymsNameFromValue(DLSyms* pSyms, void* value) > ^ >rm -f ./libdynload_s.a >ar -rcs libdynload_s.a dynload.o dynload_syms.o >gmake[2]: Leaving directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall/dynload' >gmake -C dyncallback >gmake[2]: Entering directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall/dyncallback' >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -I../dyncall -c dyncall_thunk.c -o dyncall_thunk.o >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -I../dyncall -c dyncall_alloc_wx.c -o dyncall_alloc_wx.o >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -I../dyncall -c dyncall_args.c -o dyncall_args.o >gcc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -Wno-strict-prototypes -O3 -fPIC -O3 -fPIC -I../dyncall -c dyncall_callback.c -o dyncall_callback.o >In file included from dyncall_callback.c:31:0: >dyncall_callback_x64.c: In function âdcbInitCallbackâ: >dyncall_callback_x64.c:37:51: warning: unused parameter âsignatureâ [-Wunused-parameter] > void dcbInitCallback(DCCallback* pcb, const char* signature, DCCallbackHandler* handler, void* userdata) > ^ >gcc -I../dyncall -c -o dyncall_callback_arch.o dyncall_callback_arch.S >rm -f ./libdyncallback_s.a >ar -rcs libdyncallback_s.a dyncall_thunk.o dyncall_alloc_wx.o dyncall_args.o dyncall_callback.o dyncall_callback_arch.o >gmake[2]: Leaving directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall/dyncallback' >gmake[1]: Leaving directory '/var/tmp/portage/dev-lang/nqp-2014.05/work/perl6-nqp-7cd8d28/3rdparty/dyncall' >cd src/vm/parrot/ops && /usr/bin/ops2c C --dynamic nqp_dyncall.ops ># Parsing nqp_dyncall.ops... ># Parsed nqp_dyncall.ops in 1.493 seconds; found 11 ops. ># Ops parsed in 1.494 seconds. >cd src/vm/parrot/ops && x86_64-pc-linux-gnu-gcc -c -o nqp_dyncall_ops.o -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -I../../../../3rdparty/dyncall/dyncall -I../../../../3rdparty/dyncall/dyncallback -I../../../../3rdparty/dyncall/dynload -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden nqp_dyncall_ops.c >nqp_dyncall_ops.c: In function âunmarshal_callbackâ: >nqp_dyncall_ops.c:572:9: warning: passing argument 2 of âdcbNewCallbackâ from incompatible pointer type [enabled by default] > data->cb = dcbNewCallback(signature, &callback_handler, data); > ^ >In file included from ../6model/reprs/NativeCall.h:6:0, > from nqp_dyncall_ops.c:45: >../../../../3rdparty/dyncall/dyncallback/dyncall_callback.h:41:13: note: expected âchar (*)(struct DCCallback *, struct DCArgs *, union DCValue *, void *)â but argument is of type âchar (*)(struct DCCallback *, struct DCArgs *, union DCValue *, struct CallbackData *)â > DCCallback* dcbNewCallback(const char* signature, DCCallbackHandler* funcptr, void* userdata); > ^ >nqp_dyncall_ops.c: In function âdyncall_wb_caâ: >nqp_dyncall_ops.c:592:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > CArrayBody *body = (CArrayBody *) OBJECT_BODY(obj); > ^ >nqp_dyncall_ops.c:613:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > objptr = ((CArrayBody *) OBJECT_BODY(body->child_objs[i]))->storage; > ^ >nqp_dyncall_ops.c:616:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > objptr = ((CPointerBody *) OBJECT_BODY(body->child_objs[i]))->ptr; > ^ >nqp_dyncall_ops.c:619:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > objptr = (CStructBody *) OBJECT_BODY(body->child_objs[i]); > ^ >nqp_dyncall_ops.c: In function âdyncall_wb_csâ: >nqp_dyncall_ops.c:646:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > CStructBody *body = (CStructBody *) OBJECT_BODY(obj); > ^ >nqp_dyncall_ops.c:664:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > objptr = ((CArrayBody *) OBJECT_BODY(body->child_objs[slot]))->storage; > ^ >nqp_dyncall_ops.c:667:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > objptr = ((CPointerBody *) OBJECT_BODY(body->child_objs[slot]))->ptr; > ^ >nqp_dyncall_ops.c:670:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > objptr = (CStructBody *) OBJECT_BODY(body->child_objs[slot]); > ^ >nqp_dyncall_ops.c: In function âcallback_handlerâ: >nqp_dyncall_ops.c:698:30: warning: unused parameter âcbâ [-Wunused-parameter] > callback_handler(DCCallback *cb, DCArgs *args, DCValue *result, CallbackData *data) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o NativeCall.o -I../../../../../src/vm/parrot/pmc -I../../../../../3rdparty/dyncall/dyncall -I../../../../../3rdparty/dyncall/dyncallback -I../../../../../3rdparty/dyncall/dynload -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden NativeCall.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:36:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >NativeCall.c:36:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >NativeCall.c:36:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:48:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >NativeCall.c:48:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >NativeCall.c:48:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:53:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >NativeCall.c:53:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âgc_cleanupâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:77:24: note: in expansion of macro âPARROT_INTERPâ > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >NativeCall.c:77:47: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >NativeCall.c: In function âgc_markâ: >NativeCall.c:96:44: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_mark(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:109:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >NativeCall.c:109:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âserializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:122:23: note: in expansion of macro âPARROT_INTERPâ > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >NativeCall.c:122:46: warning: unused parameter âstâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >NativeCall.c:122:56: warning: unused parameter âdataâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >NativeCall.c:122:83: warning: unused parameter âwriterâ [-Wunused-parameter] > static void serialize(PARROT_INTERP, STable *st, void *data, SerializationWriter *writer) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âdeserializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:124:25: note: in expansion of macro âPARROT_INTERPâ > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >NativeCall.c:124:48: warning: unused parameter âstâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >NativeCall.c:124:58: warning: unused parameter âdataâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >NativeCall.c:124:85: warning: unused parameter âreaderâ [-Wunused-parameter] > static void deserialize(PARROT_INTERP, STable *st, void *data, SerializationReader *reader) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from NativeCall.c:2: >NativeCall.c: In function âNativeCall_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >NativeCall.c:128:33: note: in expansion of macro âPARROT_INTERPâ > REPROps * NativeCall_initialize(PARROT_INTERP, > ^ >NativeCall.c: In function âget_storage_specâ: >NativeCall.c:109:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o CStruct.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden CStruct.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStruct.c:2: >CStruct.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStruct.c:387:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >CStruct.c: In function âbind_attribute_boxedâ: >CStruct.c:536:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > cobj = ((CArrayBody *) OBJECT_BODY(value))->storage; > ^ >CStruct.c:539:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > cobj = ((CStructBody *) OBJECT_BODY(value))->cstruct; > ^ >CStruct.c:542:21: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > cobj = ((CPointerBody *) OBJECT_BODY(value))->ptr; > ^ >CStruct.c: In function âis_attribute_initializedâ: >CStruct.c:604:63: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *ClassHandle, STRING *Name, INTVAL Hint) { > ^ >CStruct.c:604:73: warning: unused parameter âdataâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *ClassHandle, STRING *Name, INTVAL Hint) { > ^ >CStruct.c:604:84: warning: unused parameter âClassHandleâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *ClassHandle, STRING *Name, INTVAL Hint) { > ^ >CStruct.c:604:105: warning: unused parameter âNameâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *ClassHandle, STRING *Name, INTVAL Hint) { > ^ >CStruct.c:604:118: warning: unused parameter âHintâ [-Wunused-parameter] > static INTVAL is_attribute_initialized(PARROT_INTERP, STable *st, void *data, PMC *ClassHandle, STRING *Name, INTVAL Hint) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStruct.c:2: >CStruct.c: In function âhint_forâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStruct.c:609:24: note: in expansion of macro âPARROT_INTERPâ > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >CStruct.c:609:47: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >CStruct.c:609:56: warning: unused parameter âclass_handleâ [-Wunused-parameter] > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >CStruct.c:609:78: warning: unused parameter ânameâ [-Wunused-parameter] > static INTVAL hint_for(PARROT_INTERP, STable *st, PMC *class_handle, STRING *name) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStruct.c:2: >CStruct.c: In function âgc_cleanupâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStruct.c:637:24: note: in expansion of macro âPARROT_INTERPâ > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >CStruct.c:637:47: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStruct.c:2: >CStruct.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStruct.c:657:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >CStruct.c:657:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStruct.c:2: >CStruct.c: In function âCStruct_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStruct.c:756:30: note: in expansion of macro âPARROT_INTERPâ > REPROps * CStruct_initialize(PARROT_INTERP, > ^ >CStruct.c: In function âget_storage_specâ: >CStruct.c:657:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >CStruct.c: In function âcomposeâ: >CStruct.c:175:30: warning: function call has aggregate value [-Waggregate-return] > storage_spec spec = REPR(type)->get_storage_spec(interp, STABLE(type)); > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o CPointer.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden CPointer.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CPointer.c:2: >CPointer.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CPointer.c:36:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >CPointer.c:36:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >CPointer.c:36:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CPointer.c:2: >CPointer.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CPointer.c:48:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >CPointer.c:48:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >CPointer.c:48:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CPointer.c:2: >CPointer.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CPointer.c:53:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >CPointer.c:53:44: warning: unused parameter âstâ [-Wunused-parameter] > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CPointer.c:2: >CPointer.c: In function âgc_freeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CPointer.c:60:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >CPointer.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CPointer.c:66:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >CPointer.c:66:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CPointer.c:2: >CPointer.c: In function âCPointer_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CPointer.c:77:31: note: in expansion of macro âPARROT_INTERPâ > REPROps * CPointer_initialize(PARROT_INTERP, > ^ >CPointer.c: In function âget_storage_specâ: >CPointer.c:66:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o CArray.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden CArray.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CArray.c:2: >CArray.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:112:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >CArray.c:112:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >CArray.c:112:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CArray.c:2: >CArray.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:127:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { > ^ >CArray.c: In function âcopy_toâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:144:21: note: in expansion of macro âPARROT_INTERPâ > static void copy_to(PARROT_INTERP, STable *st, void *src, void *dest) { > ^ >CArray.c: In function âgc_cleanupâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:163:24: note: in expansion of macro âPARROT_INTERPâ > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >CArray.c:163:47: warning: unused parameter âstâ [-Wunused-parameter] > static void gc_cleanup(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CArray.c:2: >CArray.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:193:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >CArray.c:193:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CArray.c:2: >CArray.c: In function âexpandâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:208:20: note: in expansion of macro âPARROT_INTERPâ > static void expand(PARROT_INTERP, CArrayREPRData *repr_data, CArrayBody *body, INTVAL min_size) { > ^ >CArray.c: In function âbind_pos_boxedâ: >CArray.c:428:17: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > cptr = ((CArrayBody *) OBJECT_BODY(obj))->storage; > ^ >CArray.c:431:17: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > cptr = ((CStructBody *) OBJECT_BODY(obj))->cstruct; > ^ >CArray.c:434:17: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > cptr = ((CPointerBody *) OBJECT_BODY(obj))->ptr; > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CArray.c:2: >CArray.c: In function âget_elem_stableâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:448:33: note: in expansion of macro âPARROT_INTERPâ > static STable * get_elem_stable(PARROT_INTERP, STable *st) { > ^ >CArray.c: In function âpush_boxedâ: >CArray.c:452:47: warning: unused parameter âstâ [-Wunused-parameter] > static void push_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >CArray.c:452:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void push_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >CArray.c:452:68: warning: unused parameter âobjâ [-Wunused-parameter] > static void push_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >CArray.c: In function âpop_boxedâ: >CArray.c:455:47: warning: unused parameter âstâ [-Wunused-parameter] > static PMC * pop_boxed(PARROT_INTERP, STable *st, void *data) { > ^ >CArray.c:455:57: warning: unused parameter âdataâ [-Wunused-parameter] > static PMC * pop_boxed(PARROT_INTERP, STable *st, void *data) { > ^ >CArray.c: In function âunshift_boxedâ: >CArray.c:458:50: warning: unused parameter âstâ [-Wunused-parameter] > static void unshift_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >CArray.c:458:60: warning: unused parameter âdataâ [-Wunused-parameter] > static void unshift_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >CArray.c:458:71: warning: unused parameter âobjâ [-Wunused-parameter] > static void unshift_boxed(PARROT_INTERP, STable *st, void *data, PMC *obj) { > ^ >CArray.c: In function âshift_boxedâ: >CArray.c:461:49: warning: unused parameter âstâ [-Wunused-parameter] > static PMC * shift_boxed(PARROT_INTERP, STable *st, void *data) { > ^ >CArray.c:461:59: warning: unused parameter âdataâ [-Wunused-parameter] > static PMC * shift_boxed(PARROT_INTERP, STable *st, void *data) { > ^ >CArray.c: In function âelemsâ: >CArray.c:464:44: warning: unused parameter âstâ [-Wunused-parameter] > static INTVAL elems(PARROT_INTERP, STable *st, void *data) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CArray.c:2: >CArray.c: In function âCArray_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CArray.c:490:29: note: in expansion of macro âPARROT_INTERPâ > REPROps * CArray_initialize(PARROT_INTERP, > ^ >CArray.c: In function âget_storage_specâ: >CArray.c:193:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >CArray.c: In function âallocateâ: >CArray.c:47:8: warning: function call has aggregate value [-Waggregate-return] > ss = REPR(repr_data->elem_type)->get_storage_spec(interp, STABLE(repr_data->elem_type)); > ^ >cd src/vm/parrot/6model/reprs && x86_64-pc-linux-gnu-gcc -c -o CStr.o -I../../../../../src/vm/parrot/pmc -I/usr/include/parrot/6.1.0 -I/usr/include/parrot/6.1.0/pmc -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -fPIC -g -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Wmissing-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 -Wmissing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden CStr.c >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStr.c:2: >CStr.c: In function âcomposeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStr.c:127:21: note: in expansion of macro âPARROT_INTERPâ > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >CStr.c:127:44: warning: unused parameter âstâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >CStr.c:127:53: warning: unused parameter ârepr_infoâ [-Wunused-parameter] > static void compose(PARROT_INTERP, STable *st, PMC *repr_info) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStr.c:2: >CStr.c: In function âinitializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStr.c:141:24: note: in expansion of macro âPARROT_INTERPâ > static void initialize(PARROT_INTERP, STable *st, void *data) { } > ^ >CStr.c:141:47: warning: unused parameter âstâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { } > ^ >CStr.c:141:57: warning: unused parameter âdataâ [-Wunused-parameter] > static void initialize(PARROT_INTERP, STable *st, void *data) { } > ^ >CStr.c: In function âgc_freeâ: >CStr.c:144:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] > CStrBody *body = (CStrBody *) OBJECT_BODY(obj); > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStr.c:2: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStr.c:143:21: note: in expansion of macro âPARROT_INTERPâ > static void gc_free(PARROT_INTERP, PMC *obj) { > ^ >CStr.c: In function âget_storage_specâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStr.c:151:38: note: in expansion of macro âPARROT_INTERPâ > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >CStr.c:151:61: warning: unused parameter âstâ [-Wunused-parameter] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >In file included from /usr/include/parrot/6.1.0/parrot/string.h:19:0, > from /usr/include/parrot/6.1.0/parrot/context.h:10, > from /usr/include/parrot/6.1.0/parrot/interpreter.h:129, > from /usr/include/parrot/6.1.0/parrot/platform_interface.h:11, > from /usr/include/parrot/6.1.0/parrot/parrot.h:243, > from CStr.c:2: >CStr.c: In function âCStr_initializeâ: >/usr/include/parrot/6.1.0/parrot/interpreter.h:102:67: warning: unused parameter âinterpâ [-Wunused-parameter] > #define PARROT_INTERP /*@notnull@*/ /*@in@*/ ARGMOD(Parrot_Interp interp) > ^ >/usr/include/parrot/6.1.0/parrot/compiler.h:224:62: note: in definition of macro âARGMODâ > # define ARGMOD(x) /*@in@*/ /*@notnull@*/ x > ^ >CStr.c:161:26: note: in expansion of macro âPARROT_INTERPâ > REPROps *CStr_initialize(PARROT_INTERP, > ^ >CStr.c: In function âget_storage_specâ: >CStr.c:151:21: warning: function returns an aggregate [-Waggregate-return] > static storage_spec get_storage_spec(PARROT_INTERP, STable *st) { > ^ >cd src/vm/parrot/ops && x86_64-pc-linux-gnu-gcc -o nqp_dyncall_ops.so nqp_dyncall_ops.o ../6model/reprs/NativeCall.o ../6model/reprs/CStruct.o ../6model/reprs/CPointer.o ../6model/reprs/CArray.o ../6model/reprs/CStr.o ../../../../3rdparty/dyncall/dyncall/libdyncall_s.a ../../../../3rdparty/dyncall/dyncallback/libdyncallback_s.a ../../../../3rdparty/dyncall/dynload/libdynload_s.a -Wl,-O1 -Wl,--as-needed -shared -march=amdfam10 -O2 -pipe -Wl,-O1 -Wl,--as-needed -fPIC -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -L/usr/lib64 -licuuc -licudata >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp src/vm/parrot/pmc/nqp_group.so dynext >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp src/vm/parrot/ops/nqp_ops.so dynext >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp src/vm/parrot/ops/nqp_bigint_ops.so dynext >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp src/vm/parrot/ops/nqp_dyncall_ops.so dynext >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 755 dynext/nqp_group.so >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 755 dynext/*.so >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/nqpmo.pbc src/vm/parrot/stage0/NQPMO-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/ModuleLoader.pbc src/vm/parrot/stage0/ModuleLoader-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/NQPCORE.setting.pbc src/vm/parrot/stage0/NQPCORE.setting-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/QASTNode.pbc src/vm/parrot/stage0/QASTNode-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/QRegex.pbc src/vm/parrot/stage0/QRegex-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/NQPHLL.pbc src/vm/parrot/stage0/HLL-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/QAST.pbc src/vm/parrot/stage0/QAST-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/NQPP6QRegex.pbc src/vm/parrot/stage0/P6QRegex-s0.pir >/usr/bin/parrot -L. -X. -o src/vm/parrot/stage0/nqp.pbc src/vm/parrot/stage0/NQP-s0.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/parrot/stage1/nqpmo.nqp >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/nqp-mo.pir \ > --setting=NULL --no-regex-lib gen/parrot/stage1/nqpmo.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage1 -o gen/parrot/stage1/nqpmo.pbc \ > gen/parrot/stage1/nqp-mo.pir >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/module_loader.pir \ > --setting=NULL --no-regex-lib src/vm/parrot/ModuleLoader.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage1 -o gen/parrot/stage1/ModuleLoader.pbc \ > gen/parrot/stage1/module_loader.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp > gen/parrot/stage1/NQPCORE.setting >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/NQPCORE.setting.pir \ > --module-path=gen/parrot/stage1 --setting=NULL --no-regex-lib \ > gen/parrot/stage1/NQPCORE.setting >/usr/bin/parrot -L. -X. -o gen/parrot/stage1/NQPCORE.setting.pbc gen/parrot/stage1/NQPCORE.setting.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Node.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp > gen/parrot/stage1/QASTNode.nqp >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/QASTNode.pir \ > --module-path=gen/parrot/stage1 --setting-path=gen/parrot/stage1 --no-regex-lib \ > gen/parrot/stage1/QASTNode.nqp >/usr/bin/parrot -L. -X. -o gen/parrot/stage1/QASTNode.pbc gen/parrot/stage1/QASTNode.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/QRegex/NFA.nqp src/QRegex/Cursor.nqp > gen/parrot/stage1/QRegex.nqp >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/QRegex.pir \ > --module-path=gen/parrot/stage1 --setting-path=gen/parrot/stage1 --no-regex-lib \ > gen/parrot/stage1/QRegex.nqp >/usr/bin/parrot -L. -X. -o gen/parrot/stage1/QRegex.pbc gen/parrot/stage1/QRegex.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/vm/parrot/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp > gen/parrot/stage1/NQPHLL.nqp >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/NQPHLL.pir \ > --module-path=gen/parrot/stage1 --setting-path=gen/parrot/stage1 --no-regex-lib \ > gen/parrot/stage1/NQPHLL.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage1 -o gen/parrot/stage1/NQPHLL.pbc \ > gen/parrot/stage1/NQPHLL.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/vm/parrot/QAST/PIRT.nqp src/vm/parrot/QAST/Operations.nqp src/vm/parrot/QAST/Compiler.nqp > gen/parrot/stage1/QAST.nqp >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/QAST.pir \ > --module-path=gen/parrot/stage1 --setting-path=gen/parrot/stage1 --no-regex-lib \ > gen/parrot/stage1/QAST.nqp >/usr/bin/parrot -L. -X. -o gen/parrot/stage1/QAST.pbc gen/parrot/stage1/QAST.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp > gen/parrot/stage1/NQPP6QRegex.nqp >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/NQPP6QRegex.pir \ > --module-path=gen/parrot/stage1 --setting-path=gen/parrot/stage1 --no-regex-lib \ > gen/parrot/stage1/NQPP6QRegex.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage1 -o gen/parrot/stage1/NQPP6QRegex.pbc \ > gen/parrot/stage1/NQPP6QRegex.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage1 >/usr/bin/perl5.18.2 tools/build/gen-version.pl >gen/parrot/nqp-config.nqp >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/vm/parrot/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp gen/parrot/nqp-config.nqp > gen/parrot/stage1/NQP.nqp >/usr/bin/parrot -L. -X. --library=src/vm/parrot/stage0 src/vm/parrot/stage0/nqp.pbc \ > --target=pir --output=gen/parrot/stage1/NQP.pir \ > --module-path=gen/parrot/stage1 --setting-path=gen/parrot/stage1 gen/parrot/stage1/NQP.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage1 -o gen/parrot/stage1/nqp.pbc \ > gen/parrot/stage1/NQP.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/parrot/stage2/nqpmo.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/nqp-mo.pir \ > --setting=NULL gen/parrot/stage2/nqpmo.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage2 -o gen/parrot/stage2/nqpmo.pbc \ > gen/parrot/stage2/nqp-mo.pir >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/module_loader.pir \ > --setting=NULL src/vm/parrot/ModuleLoader.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage2 -o gen/parrot/stage2/ModuleLoader.pbc \ > gen/parrot/stage2/module_loader.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/core/NativeTypes.nqp src/core/NQPRoutine.nqp src/core/NQPMu.nqp src/core/NQPCapture.nqp src/core/IO.nqp src/core/Regex.nqp src/core/Hash.nqp src/core/testing.nqp src/core/YOUAREHERE.nqp > gen/parrot/stage2/NQPCORE.setting >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/NQPCORE.setting.pir \ > --module-path=gen/parrot/stage2 --setting=NULL gen/parrot/stage2/NQPCORE.setting >/usr/bin/parrot -L. -X. -o gen/parrot/stage2/NQPCORE.setting.pbc gen/parrot/stage2/NQPCORE.setting.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/QAST/CompileTimeValue.nqp src/QAST/SpecialArg.nqp src/QAST/Node.nqp src/QAST/Regex.nqp src/QAST/IVal.nqp src/QAST/NVal.nqp src/QAST/SVal.nqp src/QAST/BVal.nqp src/QAST/WVal.nqp src/QAST/Want.nqp src/QAST/Var.nqp src/QAST/VarWithFallback.nqp src/QAST/ParamTypeCheck.nqp src/QAST/Op.nqp src/QAST/VM.nqp src/QAST/Stmts.nqp src/QAST/Stmt.nqp src/QAST/Block.nqp src/QAST/Unquote.nqp src/QAST/CompUnit.nqp src/QAST/InlinePlaceholder.nqp > gen/parrot/stage2/QASTNode.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/QASTNode.pir --no-regex-lib \ > --module-path=gen/parrot/stage2 --setting-path=gen/parrot/stage2 gen/parrot/stage2/QASTNode.nqp >/usr/bin/parrot -L. -X. -o gen/parrot/stage2/QASTNode.pbc gen/parrot/stage2/QASTNode.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/QRegex/NFA.nqp src/QRegex/Cursor.nqp > gen/parrot/stage2/QRegex.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/QRegex.pir --no-regex-lib \ > --module-path=gen/parrot/stage2 --setting-path=gen/parrot/stage2 gen/parrot/stage2/QRegex.nqp >/usr/bin/parrot -L. -X. -o gen/parrot/stage2/QRegex.pbc gen/parrot/stage2/QRegex.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/vm/parrot/HLL/Backend.nqp src/HLL/Grammar.nqp src/HLL/Actions.nqp src/HLL/Compiler.nqp src/HLL/CommandLine.nqp src/HLL/World.nqp src/HLL/sprintf.nqp > gen/parrot/stage2/NQPHLL.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/NQPHLL.pir --no-regex-lib \ > --module-path=gen/parrot/stage2 --setting-path=gen/parrot/stage2 gen/parrot/stage2/NQPHLL.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage2 -o gen/parrot/stage2/NQPHLL.pbc \ > gen/parrot/stage2/NQPHLL.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/vm/parrot/QAST/PIRT.nqp src/vm/parrot/QAST/Operations.nqp src/vm/parrot/QAST/Compiler.nqp > gen/parrot/stage2/QAST.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/QAST.pir --no-regex-lib \ > --module-path=gen/parrot/stage2 --setting-path=gen/parrot/stage2 gen/parrot/stage2/QAST.nqp >/usr/bin/parrot -L. -X. -o gen/parrot/stage2/QAST.pbc gen/parrot/stage2/QAST.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/QRegex/P6Regex/Grammar.nqp src/QRegex/P6Regex/Actions.nqp src/QRegex/P6Regex/Compiler.nqp src/QRegex/P6Regex/Optimizer.nqp > gen/parrot/stage2/NQPP6QRegex.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/NQPP6QRegex.pir --no-regex-lib \ > --module-path=gen/parrot/stage2 --setting-path=gen/parrot/stage2 gen/parrot/stage2/NQPP6QRegex.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage2 -o gen/parrot/stage2/NQPP6QRegex.pbc \ > gen/parrot/stage2/NQPP6QRegex.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath gen/parrot/stage2 >/usr/bin/perl5.18.2 tools/build/gen-version.pl >gen/parrot/nqp-config.nqp >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/vm/parrot/NQP/Ops.nqp src/NQP/World.nqp src/NQP/Grammar.nqp src/NQP/Optimizer.nqp src/NQP/Actions.nqp src/NQP/Compiler.nqp gen/parrot/nqp-config.nqp > gen/parrot/stage2/NQP.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot/stage1 gen/parrot/stage1/nqp.pbc \ > --target=pir --output=gen/parrot/stage2/NQP.pir \ > --module-path=gen/parrot/stage2 --setting-path=gen/parrot/stage2 gen/parrot/stage2/NQP.nqp >/usr/bin/parrot -L. -X. --include=gen/parrot/stage2 -o gen/parrot/stage2/nqp.pbc \ > gen/parrot/stage2/NQP.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/nqpmo.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/ModuleLoader.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/NQPCORE.setting.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/QASTNode.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/QRegex.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/NQPHLL.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/QAST.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/NQPP6QRegex.pbc gen/parrot >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/stage2/nqp.pbc gen/parrot >cd gen/parrot && /usr/bin/pbc_to_exe -onqp-p nqp.pbc >x86_64-pc-linux-gnu-gcc -o nqp-p.o -I"/usr/include/parrot/6.1.0" -march=amdfam10 -O2 -pipe -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DHAS_GETTEXT -I/usr/lib64/libffi-3.1/include -c nqp-p.c >Compiled: nqp-p.o >x86_64-pc-linux-gnu-gcc -o nqp-p "nqp-p.o" "/usr/lib64/parrot/6.1.0/parrot_config.o" -L"/usr/lib64" -lparrot -Wl,-E -Wl,-O1 -Wl,--as-needed -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lffi -L/usr/lib64 -licuuc -licudata >Linked: nqp-p >/usr/bin/perl5.18.2 tools/build/gen-cat.pl parrot src/QRegex/P5Regex/Grammar.nqp src/QRegex/P5Regex/Actions.nqp src/QRegex/P5Regex/Compiler.nqp > gen/parrot/NQPP5QRegex.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot gen/parrot/nqp.pbc \ > --module-path=gen/parrot --setting-path=gen/parrot \ > --target=pir --output=gen/parrot/NQPP5QRegex.pir gen/parrot/NQPP5QRegex.nqp >/usr/bin/parrot -L. -X. --library=gen/parrot -o gen/parrot/NQPP5QRegex.pbc gen/parrot/NQPP5QRegex.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/nqp_launcher ./nqp-p >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 755 ./nqp-p >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp nqp-j nqp >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 755 nqp >>>> Source compiled. >>>> Test phase [not enabled]: dev-lang/nqp-2014.05 > >>>> Install nqp-2014.05 into /var/tmp/portage/dev-lang/nqp-2014.05/image/ category dev-lang >make -j7 DESTDIR=/var/tmp/portage/dev-lang/nqp-2014.05/image/ install >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/bin >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/library >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/include >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/ModuleLoader.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/library/ModuleLoader.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/runtime >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp nqp_const.pir /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/include/nqp_const.pir >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp 3rdparty/asm/asm-4.1.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/runtime >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp 3rdparty/asm/asm-tree-4.1.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/runtime >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/QAST.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/QAST.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/QASTNode.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/QASTNode.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp 3rdparty/jline/jline-1.0.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/runtime >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/NQPP6QRegex.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPP6QRegex.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp 3rdparty/jna/jna.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/runtime >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/NQPP5QRegex.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPP5QRegex.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/NQPHLL.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPHLL.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp nqp-runtime.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/runtime >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp nqpmo.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp ModuleLoader.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/NQPCORE.setting.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPCORE.setting.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/nqpmo.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/nqpmo.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp NQPCORE.setting.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/nqp.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/nqp.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/QRegex.pbc /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/languages/nqp/lib/QRegex.pbc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp QASTNode.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/bin >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp gen/parrot/nqp-p /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/bin/nqp-p >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp QRegex.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 755 /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/bin/nqp-p >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp NQPHLL.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/dynext >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp JASTNodes.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp src/vm/parrot/pmc/nqp_group.so src/vm/parrot/ops/nqp_ops.so src/vm/parrot/ops/nqp_bigint_ops.so src/vm/parrot/ops/nqp_dyncall_ops.so /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/dynext >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp QAST.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e mkpath /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/include/parrot/6.1.0/dynpmc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp src/vm/parrot/pmc/pmc_stable.h src/vm/parrot/pmc/pmc_sixmodelobject.h src/vm/parrot/pmc/pmc_nqplexinfo.h src/vm/parrot/pmc/pmc_nqplexpad.h src/vm/parrot/pmc/pmc_serializationcontext.h src/vm/parrot/pmc/pmc_ownedhash.h src/vm/parrot/pmc/pmc_ownedresizablepmcarray.h src/vm/parrot/pmc/pmc_qrpa.h /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/include/parrot/6.1.0/dynpmc >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp NQPP6QRegex.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 755 /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/lib64/parrot/6.1.0/dynext/*.so >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp nqp.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp NQPP5QRegex.jar /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/languages/nqp/lib >/usr/bin/perl5.18.2 -MExtUtils::Command -e cp tools/jvm/eval-client.pl /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/bin >/usr/bin/perl5.18.2 -MExtUtils::Command -e chmod 0755 /var/tmp/portage/dev-lang/nqp-2014.05/image//usr/bin/eval-client.pl >/usr/bin/perl5.18.2 tools/build/install-jvm-runner.pl "/var/tmp/portage/dev-lang/nqp-2014.05/image/" /usr >>>> Completed installing nqp-2014.05 into /var/tmp/portage/dev-lang/nqp-2014.05/image/ > >ecompressdir: bzip2 -9 /usr/share/doc > > [33;01m*[0m QA Notice: The following files contain writable and executable sections > [33;01m*[0m Files with such sections will not work properly (or at all!) on some > [33;01m*[0m architectures/operating systems. A bug should be filed at > [33;01m*[0m http://bugs.gentoo.org/ to make sure the issue is fixed. > [33;01m*[0m For more information, see http://hardened.gentoo.org/gnu-stack.xml > [33;01m*[0m Please include the following list of files in your report: > [33;01m*[0m Note: Bugs should be filed for the respective maintainers > [33;01m*[0m of the package in question and not hardened@g.o. > [33;01m*[0m RWX --- --- usr/lib64/parrot/6.1.0/dynext/nqp_dyncall_ops.so > > > [33;01m*[0m QA Notice: Package triggers severe warnings which indicate that it > [33;01m*[0m may exhibit random runtime failures. > [33;01m*[0m dyncall_callvm_x64.c:133:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > [33;01m*[0m dyncall_callvm_x64.c:153:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] > > [33;01m*[0m Please do not file a Gentoo bug and instead report the above QA > [33;01m*[0m issues directly to the upstream developers of this software. > [33;01m*[0m Homepage: http://rakudo.org/ > [32;01m*[39;49;00m checking 56 files for package collisions >>>> Merging dev-lang/nqp-2014.05 to / >--- /usr/ >--- /usr/include/ >--- /usr/include/parrot/ >--- /usr/include/parrot/6.1.0/ >--- /usr/include/parrot/6.1.0/dynpmc/ >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_nqplexpad.h >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_stable.h >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_sixmodelobject.h >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_nqplexinfo.h >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_qrpa.h >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_ownedhash.h >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_ownedresizablepmcarray.h >>>> /usr/include/parrot/6.1.0/dynpmc/pmc_serializationcontext.h >--- /usr/share/ >--- /usr/share/doc/ >--- /usr/share/doc/nqp-2014.05/ >>>> /usr/share/doc/nqp-2014.05/jvminterop.pod.bz2 >>>> /usr/share/doc/nqp-2014.05/README.pod.bz2 >>>> /usr/share/doc/nqp-2014.05/qast.markdown.bz2 >>>> /usr/share/doc/nqp-2014.05/serialization_format.markdown.bz2 >--- /usr/share/doc/nqp-2014.05/6model/ >>>> /usr/share/doc/nqp-2014.05/6model/overview.markdown.bz2 >>>> /usr/share/doc/nqp-2014.05/6model/repr-compose-protocol.markdown.bz2 >>>> /usr/share/doc/nqp-2014.05/6model/faq.markdown.bz2 >>>> /usr/share/doc/nqp-2014.05/continuations.pod.bz2 >>>> /usr/share/doc/nqp-2014.05/pir2nqp.todo.bz2 >>>> /usr/share/doc/nqp-2014.05/ops.markdown.bz2 >>>> /usr/share/doc/nqp-2014.05/nqp-overview.txt.bz2 >>>> /usr/share/doc/nqp-2014.05/release_guide.pod.bz2 >>>> /usr/share/doc/nqp-2014.05/CREDITS.bz2 >>>> /usr/share/doc/nqp-2014.05/bootstrapping.pod.bz2 >--- /usr/lib64/ >--- /usr/lib64/parrot/ >--- /usr/lib64/parrot/6.1.0/ >--- /usr/lib64/parrot/6.1.0/include/ >>>> /usr/lib64/parrot/6.1.0/include/nqp_const.pir >--- /usr/lib64/parrot/6.1.0/dynext/ >>>> /usr/lib64/parrot/6.1.0/dynext/nqp_bigint_ops.so >>>> /usr/lib64/parrot/6.1.0/dynext/nqp_ops.so >>>> /usr/lib64/parrot/6.1.0/dynext/nqp_group.so >>>> /usr/lib64/parrot/6.1.0/dynext/nqp_dyncall_ops.so >--- /usr/lib64/parrot/6.1.0/library/ >>>> /usr/lib64/parrot/6.1.0/library/ModuleLoader.pbc >--- /usr/lib64/parrot/6.1.0/languages/ >--- /usr/lib64/parrot/6.1.0/languages/nqp/ >--- /usr/lib64/parrot/6.1.0/languages/nqp/lib/ >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPP5QRegex.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPCORE.setting.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPP6QRegex.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/nqp.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/QASTNode.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/QAST.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/nqpmo.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPHLL.pbc >>>> /usr/lib64/parrot/6.1.0/languages/nqp/lib/QRegex.pbc >--- /usr/bin/ >>>> /usr/bin/eval-client.pl >>>> /usr/bin/nqp-p >>>> /usr/bin/nqp-j >--- /usr/languages/ >--- /usr/languages/nqp/ >--- /usr/languages/nqp/runtime/ >>>> /usr/languages/nqp/runtime/jline-1.0.jar >>>> /usr/languages/nqp/runtime/asm-4.1.jar >>>> /usr/languages/nqp/runtime/nqp-runtime.jar >>>> /usr/languages/nqp/runtime/jna.jar >>>> /usr/languages/nqp/runtime/asm-tree-4.1.jar >--- /usr/languages/nqp/lib/ >>>> /usr/languages/nqp/lib/NQPP5QRegex.jar >>>> /usr/languages/nqp/lib/NQPCORE.setting.jar >>>> /usr/languages/nqp/lib/NQPP6QRegex.jar >>>> /usr/languages/nqp/lib/nqp.jar >>>> /usr/languages/nqp/lib/QASTNode.jar >>>> /usr/languages/nqp/lib/JASTNodes.jar >>>> /usr/languages/nqp/lib/QAST.jar >>>> /usr/languages/nqp/lib/ModuleLoader.jar >>>> /usr/languages/nqp/lib/nqpmo.jar >>>> /usr/languages/nqp/lib/NQPHLL.jar >>>> /usr/languages/nqp/lib/QRegex.jar >>>> Safely unmerging already-installed instance... >No package files given... Grabbing a set. >--- replaced obj /usr/share/doc/nqp-2014.05/serialization_format.markdown.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/release_guide.pod.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/qast.markdown.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/pir2nqp.todo.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/ops.markdown.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/nqp-overview.txt.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/jvminterop.pod.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/continuations.pod.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/bootstrapping.pod.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/README.pod.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/CREDITS.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/6model/repr-compose-protocol.markdown.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/6model/overview.markdown.bz2 >--- replaced obj /usr/share/doc/nqp-2014.05/6model/faq.markdown.bz2 >--- replaced dir /usr/share/doc/nqp-2014.05/6model >--- replaced dir /usr/share/doc/nqp-2014.05 >--- replaced dir /usr/share/doc >--- replaced dir /usr/share >--- replaced obj /usr/lib64/parrot/6.1.0/library/ModuleLoader.pbc >--- replaced dir /usr/lib64/parrot/6.1.0/library >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/nqpmo.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/nqp.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/QRegex.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/QASTNode.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/QAST.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPP6QRegex.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPP5QRegex.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPHLL.pbc >--- replaced obj /usr/lib64/parrot/6.1.0/languages/nqp/lib/NQPCORE.setting.pbc >--- replaced dir /usr/lib64/parrot/6.1.0/languages/nqp/lib >--- replaced dir /usr/lib64/parrot/6.1.0/languages/nqp >--- replaced dir /usr/lib64/parrot/6.1.0/languages >--- replaced obj /usr/lib64/parrot/6.1.0/include/nqp_const.pir >--- replaced dir /usr/lib64/parrot/6.1.0/include >--- replaced obj /usr/lib64/parrot/6.1.0/dynext/nqp_ops.so >--- replaced obj /usr/lib64/parrot/6.1.0/dynext/nqp_group.so >--- replaced obj /usr/lib64/parrot/6.1.0/dynext/nqp_dyncall_ops.so >--- replaced obj /usr/lib64/parrot/6.1.0/dynext/nqp_bigint_ops.so >--- replaced dir /usr/lib64/parrot/6.1.0/dynext >--- replaced dir /usr/lib64/parrot/6.1.0 >--- replaced dir /usr/lib64/parrot >--- replaced dir /usr/lib64 >--- replaced obj /usr/languages/nqp/runtime/nqp-runtime.jar >--- replaced obj /usr/languages/nqp/runtime/jna.jar >--- replaced obj /usr/languages/nqp/runtime/jline-1.0.jar >--- replaced obj /usr/languages/nqp/runtime/asm-tree-4.1.jar >--- replaced obj /usr/languages/nqp/runtime/asm-4.1.jar >--- replaced dir /usr/languages/nqp/runtime >--- replaced obj /usr/languages/nqp/lib/nqpmo.jar >--- replaced obj /usr/languages/nqp/lib/nqp.jar >--- replaced obj /usr/languages/nqp/lib/QRegex.jar >--- replaced obj /usr/languages/nqp/lib/QASTNode.jar >--- replaced obj /usr/languages/nqp/lib/QAST.jar >--- replaced obj /usr/languages/nqp/lib/NQPP6QRegex.jar >--- replaced obj /usr/languages/nqp/lib/NQPP5QRegex.jar >--- replaced obj /usr/languages/nqp/lib/NQPHLL.jar >--- replaced obj /usr/languages/nqp/lib/NQPCORE.setting.jar >--- replaced obj /usr/languages/nqp/lib/ModuleLoader.jar >--- replaced obj /usr/languages/nqp/lib/JASTNodes.jar >--- replaced dir /usr/languages/nqp/lib >--- replaced dir /usr/languages/nqp >--- replaced dir /usr/languages >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_stable.h >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_sixmodelobject.h >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_serializationcontext.h >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_qrpa.h >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_ownedresizablepmcarray.h >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_ownedhash.h >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_nqplexpad.h >--- replaced obj /usr/include/parrot/6.1.0/dynpmc/pmc_nqplexinfo.h >--- replaced dir /usr/include/parrot/6.1.0/dynpmc >--- replaced dir /usr/include/parrot/6.1.0 >--- replaced dir /usr/include/parrot >--- replaced dir /usr/include >--- replaced obj /usr/bin/nqp-p >--- replaced obj /usr/bin/nqp-j >--- replaced obj /usr/bin/eval-client.pl >--- replaced dir /usr/bin >--- replaced dir /usr >>>> Regenerating /etc/ld.so.cache... >>>> Original instance of package unmerged safely. >>>> dev-lang/nqp-2014.05 merged.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 511860
:
377854
| 378224