The recently added Github action for running tests is failing due to a stack overflow bug.
Compile with ssp explicitly enabled during testing to help better identify these cases.
The problem has not yet been identified and does not reproduce locally.
More investigation on that is be required.
This overflow happens while executing the cmocka based test.
There is the possibility that the overflow is in cmocka or as a result of how I am using cmocka.
process_pre
process_post
-modes level level_threadless clang
+modes level level_threadless clang test
modes_default level
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags-level -pthread
flags_library -fPIC
flags_library_shared
process_pre
process_post
-modes level level_threadless clang
+modes level level_threadless clang test
modes_default level
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags-level -pthread
flags_library -fPIC
flags_library_shared
process_pre
process_post
-modes level level_threadless clang
+modes level level_threadless clang test
modes_default level
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags-level -pthread
flags_library -fPIC
flags_library_shared
process_pre
process_post
-modes monolithic monolithic_threadless clang
+modes monolithic monolithic_threadless clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags-monolithic -pthread
flags_library -fPIC
flags_library_shared
fi
if [[ $build_compiler == "gcc" ]] ; then
- PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m $mode clean build
+ PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m $mode -m test clean build
else
- PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m $mode -m $build_compiler clean build
+ PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m $mode -m test -m $build_compiler clean build
fi
else
if [[ $verbosity == "debug" ]] ; then
echo
if [[ $build_compiler == "gcc" ]] ; then
- echo "./bootstrap.sh $verbose $context -w \"$destination\" -m $mode build"
+ echo "./bootstrap.sh $verbose $context -w \"$destination\" -m $mode -m test build"
else
- echo "./bootstrap.sh $verbose $context -w \"$destination\" -m $mode -m $build_compiler build"
+ echo "./bootstrap.sh $verbose $context -w \"$destination\" -m $mode -m test -m $build_compiler build"
fi
fi
if [[ $build_compiler == "gcc" ]] ; then
- ./bootstrap.sh $verbose $context -w "$destination" -m $mode build
+ ./bootstrap.sh $verbose $context -w "$destination" -m $mode -m test build
else
- ./bootstrap.sh $verbose $context -w "$destination" -m $mode -m $build_compiler build
+ ./bootstrap.sh $verbose $context -w "$destination" -m $mode -m test -m $build_compiler build
fi
fi
echo
if [[ $build_compiler == "gcc" ]] ; then
- echo "PATH=\"$env_path\" LD_LIBRARY_PATH=\"$env_libs\" fake $verbose $context -w \"$destination\" -m individual clean make -f testfile"
+ echo "PATH=\"$env_path\" LD_LIBRARY_PATH=\"$env_libs\" fake $verbose $context -w \"$destination\" -m individual -m test clean make -f testfile"
else
- echo "PATH=\"$env_path\" LD_LIBRARY_PATH=\"$env_libs\" fake $verbose $context -w \"$destination\" -m individual -m $build_compiler clean make -f testfile"
+ echo "PATH=\"$env_path\" LD_LIBRARY_PATH=\"$env_libs\" fake $verbose $context -w \"$destination\" -m individual -m test -m $build_compiler clean make -f testfile"
fi
fi
if [[ $build_compiler == "gcc" ]] ; then
- PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m individual clean make -f testfile
+ PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m individual -m test clean make -f testfile
else
- PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m individual -m $build_compiler clean make -f testfile
+ PATH="$env_path" LD_LIBRARY_PATH="$env_libs" fake $verbose $context -w "$destination" -m individual -m test -m $build_compiler clean make -f testfile
fi
if [[ $? -ne 0 ]] ; then
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
version_file major
version_target major
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_program -fPIE
flags_program_shared
flags_program_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual individual_threadless clang
+modes individual individual_threadless clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags-individual -pthread
flags_library -fPIC
flags_library_shared
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual clang
+modes individual clang test
modes_default individual
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang as_init
+modes individual level monolithic clang test as_init
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -pthread -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre process_pre.sh
process_post process_post.sh
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -pthread -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -pthread -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static
process_pre
process_post
-modes individual level monolithic clang
+modes individual level monolithic clang test
modes_default monolithic
build_compiler gcc
flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses
flags-clang -Wno-logical-op-parentheses
+flags-test -fstack-protector
flags_library -fPIC
flags_library_shared
flags_library_static