Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 581088 Details for
Bug 688764
dev-util/cppcheck-1.87 : [TEST] TestGarbage:......................................................................................................................make: *** [Makefile:<snip>: check]<snip> Segmentation fault
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util:cppcheck-1.87:20190626-152306.log
dev-util:cppcheck-1.87:20190626-152306.log (text/plain), 36.93 KB, created by
Toralf Förster
on 2019-06-26 16:38:45 UTC
(
hide
)
Description:
dev-util:cppcheck-1.87:20190626-152306.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-06-26 16:38:45 UTC
Size:
36.93 KB
patch
obsolete
> * Package: dev-util/cppcheck-1.87 > * Repository: gentoo > * Maintainer: tamiko@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux pcre python_targets_python2_7 python_targets_python3_6 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking cppcheck-1.87.tar.gz to /var/tmp/portage/dev-util/cppcheck-1.87/work >>>> Source unpacked in /var/tmp/portage/dev-util/cppcheck-1.87/work >>>> Preparing source in /var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87 ... > * Applying cppcheck-1.75-tinyxml2.patch ... > [ ok ] > * Applying cppcheck-1.85-ldflags.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87 ... >make -j1 dmake >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -Iexternals/tinyxml -O2 -pipe -march=native -std=c++0x -c -o tools/dmake.o tools/dmake.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -Iexternals/tinyxml -O2 -pipe -march=native -std=c++0x -c -o cli/filelister.o cli/filelister.cpp >cli/filelister.cpp: In function âvoid addFiles2(std::map<std::__cxx11::basic_string<char>, long unsigned int>&, const string&, const std::set<std::__cxx11::basic_string<char> >&, bool, const PathMatch&)â: >cli/filelister.cpp:197:55: warning: âint readdir_r(DIR*, dirent*, dirent**)â is deprecated [-Wdeprecated-declarations] > 197 | while ((readdir_r(dir, &entry, &dir_result) == 0) && (dir_result != nullptr)) { > | ^ >In file included from cli/filelister.cpp:174: >/usr/include/dirent.h:183:12: note: declared here > 183 | extern int readdir_r (DIR *__restrict __dirp, > | ^~~~~~~~~ >cli/filelister.cpp:197:55: warning: âint readdir_r(DIR*, dirent*, dirent**)â is deprecated [-Wdeprecated-declarations] > 197 | while ((readdir_r(dir, &entry, &dir_result) == 0) && (dir_result != nullptr)) { > | ^ >In file included from cli/filelister.cpp:174: >/usr/include/dirent.h:183:12: note: declared here > 183 | extern int readdir_r (DIR *__restrict __dirp, > | ^~~~~~~~~ >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -Iexternals/tinyxml -O2 -pipe -march=native -std=c++0x -c -o lib/pathmatch.o lib/pathmatch.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -Iexternals/tinyxml -O2 -pipe -march=native -std=c++0x -c -o lib/path.o lib/path.cpp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -std=c++0x -w -c -o externals/simplecpp/simplecpp.o externals/simplecpp/simplecpp.cpp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -std=c++0x -o dmake tools/dmake.o cli/filelister.o lib/pathmatch.o lib/path.o externals/simplecpp/simplecpp.o -Wl,-O1 -Wl,--as-needed >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87 ... >make -j1 cppcheck man CFGDIR=/usr/share/cppcheck/cfg DB2MAN=/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/analyzerinfo.o lib/analyzerinfo.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/astutils.o lib/astutils.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/check.o lib/check.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/check64bit.o lib/check64bit.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkassert.o lib/checkassert.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkautovariables.o lib/checkautovariables.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkbool.o lib/checkbool.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkboost.o lib/checkboost.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkbufferoverrun.o lib/checkbufferoverrun.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkclass.o lib/checkclass.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkcondition.o lib/checkcondition.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkexceptionsafety.o lib/checkexceptionsafety.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkfunctions.o lib/checkfunctions.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkinternal.o lib/checkinternal.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkio.o lib/checkio.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkleakautovar.o lib/checkleakautovar.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkmemoryleak.o lib/checkmemoryleak.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checknullpointer.o lib/checknullpointer.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkother.o lib/checkother.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkpostfixoperator.o lib/checkpostfixoperator.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checksizeof.o lib/checksizeof.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkstl.o lib/checkstl.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkstring.o lib/checkstring.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checktype.o lib/checktype.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkuninitvar.o lib/checkuninitvar.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkunusedfunctions.o lib/checkunusedfunctions.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkunusedvar.o lib/checkunusedvar.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/checkvaarg.o lib/checkvaarg.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/cppcheck.o lib/cppcheck.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/ctu.o lib/ctu.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/errorlogger.o lib/errorlogger.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/importproject.o lib/importproject.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/library.o lib/library.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/mathlib.o lib/mathlib.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/platform.o lib/platform.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/preprocessor.o lib/preprocessor.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/settings.o lib/settings.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/suppressions.o lib/suppressions.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/symboldatabase.o lib/symboldatabase.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/templatesimplifier.o lib/templatesimplifier.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/timer.o lib/timer.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/token.o lib/token.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/tokenize.o lib/tokenize.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/tokenlist.o lib/tokenlist.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/valueflow.o lib/valueflow.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o cli/cmdlineparser.o cli/cmdlineparser.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o cli/cppcheckexecutor.o cli/cppcheckexecutor.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o cli/main.o cli/main.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/usr/share/cppcheck/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o cli/threadexecutor.o cli/threadexecutor.cpp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -o cppcheck lib/analyzerinfo.o lib/astutils.o lib/check.o lib/check64bit.o lib/checkassert.o lib/checkautovariables.o lib/checkbool.o lib/checkboost.o lib/checkbufferoverrun.o lib/checkclass.o lib/checkcondition.o lib/checkexceptionsafety.o lib/checkfunctions.o lib/checkinternal.o lib/checkio.o lib/checkleakautovar.o lib/checkmemoryleak.o lib/checknullpointer.o lib/checkother.o lib/checkpostfixoperator.o lib/checksizeof.o lib/checkstl.o lib/checkstring.o lib/checktype.o lib/checkuninitvar.o lib/checkunusedfunctions.o lib/checkunusedvar.o lib/checkvaarg.o lib/cppcheck.o lib/ctu.o lib/errorlogger.o lib/importproject.o lib/library.o lib/mathlib.o lib/path.o lib/pathmatch.o lib/platform.o lib/preprocessor.o lib/settings.o lib/suppressions.o lib/symboldatabase.o lib/templatesimplifier.o lib/timer.o lib/token.o lib/tokenize.o lib/tokenlist.o lib/valueflow.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/filelister.o cli/main.o cli/threadexecutor.o externals/simplecpp/simplecpp.o -Wl,-O1 -Wl,--as-needed -rdynamic -ltinyxml2 -L/usr/lib64 -lpcre >xsltproc -''-nonet -''-param man.charmap.use.subset "0" /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl man/cppcheck.1.xml >Note: Writing cppcheck.1 >>>> Source compiled. >>>> Test phase: dev-util/cppcheck-1.87 >renamed 'cppcheck' -> 'cppcheck.final' >renamed 'lib/library.o' -> 'lib/library.o.final' >renamed 'cli/cppcheckexecutor.o' -> 'cli/cppcheckexecutor.o.final' >make -j1 check CFGDIR=/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o lib/library.o lib/library.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o cli/cppcheckexecutor.o cli/cppcheckexecutor.cpp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -o cppcheck lib/analyzerinfo.o lib/astutils.o lib/check.o lib/check64bit.o lib/checkassert.o lib/checkautovariables.o lib/checkbool.o lib/checkboost.o lib/checkbufferoverrun.o lib/checkclass.o lib/checkcondition.o lib/checkexceptionsafety.o lib/checkfunctions.o lib/checkinternal.o lib/checkio.o lib/checkleakautovar.o lib/checkmemoryleak.o lib/checknullpointer.o lib/checkother.o lib/checkpostfixoperator.o lib/checksizeof.o lib/checkstl.o lib/checkstring.o lib/checktype.o lib/checkuninitvar.o lib/checkunusedfunctions.o lib/checkunusedvar.o lib/checkvaarg.o lib/cppcheck.o lib/ctu.o lib/errorlogger.o lib/importproject.o lib/library.o lib/mathlib.o lib/path.o lib/pathmatch.o lib/platform.o lib/preprocessor.o lib/settings.o lib/suppressions.o lib/symboldatabase.o lib/templatesimplifier.o lib/timer.o lib/token.o lib/tokenize.o lib/tokenlist.o lib/valueflow.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/filelister.o cli/main.o cli/threadexecutor.o externals/simplecpp/simplecpp.o -Wl,-O1 -Wl,--as-needed -rdynamic -ltinyxml2 -L/usr/lib64 -lpcre >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/options.o test/options.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/test64bit.o test/test64bit.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testassert.o test/testassert.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testastutils.o test/testastutils.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testautovariables.o test/testautovariables.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testbool.o test/testbool.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testboost.o test/testboost.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testbufferoverrun.o test/testbufferoverrun.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testcharvar.o test/testcharvar.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testclass.o test/testclass.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testcmdlineparser.o test/testcmdlineparser.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testcondition.o test/testcondition.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testconstructors.o test/testconstructors.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testcppcheck.o test/testcppcheck.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testerrorlogger.o test/testerrorlogger.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testexceptionsafety.o test/testexceptionsafety.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testfilelister.o test/testfilelister.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testfunctions.o test/testfunctions.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testgarbage.o test/testgarbage.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testimportproject.o test/testimportproject.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testincompletestatement.o test/testincompletestatement.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testinternal.o test/testinternal.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testio.o test/testio.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testleakautovar.o test/testleakautovar.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testlibrary.o test/testlibrary.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testmathlib.o test/testmathlib.cpp >In file included from test/testmathlib.cpp:21: >test/testsuite.h:101:68: warning: multi-character character constant [-Wmultichar] > 101 | e ASSERT_EQUALS( EXPECTED , ACTUAL ) assertEquals(__FILE__, __LINE__, EXPECTED, ACTUAL) > | ^~~~~~~~ > >test/testmathlib.cpp:286:9: note: in expansion of macro âASSERT_EQUALSâ > 286 | ASSERT_EQUALS((int)('AB'), MathLib::toLongNumber("'AB'")); > | ^~~~~~~~~~~~~ >test/testsuite.h:101:68: warning: multi-character character constant [-Wmultichar] > 101 | e ASSERT_EQUALS( EXPECTED , ACTUAL ) assertEquals(__FILE__, __LINE__, EXPECTED, ACTUAL) > | ^~~~~~~~ > >test/testmathlib.cpp:287:9: note: in expansion of macro âASSERT_EQUALSâ > 287 | ASSERT_EQUALS((int)('ABC'), MathLib::toLongNumber("'ABC'")); > | ^~~~~~~~~~~~~ >test/testsuite.h:101:68: warning: multi-character character constant [-Wmultichar] > 101 | e ASSERT_EQUALS( EXPECTED , ACTUAL ) assertEquals(__FILE__, __LINE__, EXPECTED, ACTUAL) > | ^~~~~~~~ > >test/testmathlib.cpp:288:9: note: in expansion of macro âASSERT_EQUALSâ > 288 | ASSERT_EQUALS((int)('ABCD'), MathLib::toLongNumber("'ABCD'")); > | ^~~~~~~~~~~~~ >test/testsuite.h:101:68: warning: character constant too long for its type > 101 | e ASSERT_EQUALS( EXPECTED , ACTUAL ) assertEquals(__FILE__, __LINE__, EXPECTED, ACTUAL) > | ^~~~~~~~ > >test/testmathlib.cpp:289:9: note: in expansion of macro âASSERT_EQUALSâ > 289 | ASSERT_EQUALS((int)('ABCDE'), MathLib::toLongNumber("'ABCDE'")); > | ^~~~~~~~~~~~~ >test/testsuite.h:101:68: warning: multi-character character constant [-Wmultichar] > 101 | e ASSERT_EQUALS( EXPECTED , ACTUAL ) assertEquals(__FILE__, __LINE__, EXPECTED, ACTUAL) > | ^~~~~~~~ > >test/testmathlib.cpp:303:9: note: in expansion of macro âASSERT_EQUALSâ > 303 | ASSERT_EQUALS((int)('\134t'), MathLib::toLongNumber("'\\134t'")); // Ticket #7452 > | ^~~~~~~~~~~~~ >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testmemleak.o test/testmemleak.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testnullpointer.o test/testnullpointer.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testoptions.o test/testoptions.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testother.o test/testother.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testpath.o test/testpath.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testpathmatch.o test/testpathmatch.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testplatform.o test/testplatform.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testpostfixoperator.o test/testpostfixoperator.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testpreprocessor.o test/testpreprocessor.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testrunner.o test/testrunner.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsamples.o test/testsamples.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsimplifytemplate.o test/testsimplifytemplate.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsimplifytokens.o test/testsimplifytokens.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsimplifytypedef.o test/testsimplifytypedef.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsimplifyusing.o test/testsimplifyusing.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsizeof.o test/testsizeof.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/teststl.o test/teststl.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/teststring.o test/teststring.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsuite.o test/testsuite.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsuppressions.o test/testsuppressions.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testsymboldatabase.o test/testsymboldatabase.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testthreadexecutor.o test/testthreadexecutor.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testtimer.o test/testtimer.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testtoken.o test/testtoken.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testtokenize.o test/testtokenize.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testtokenlist.o test/testtokenlist.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testtype.o test/testtype.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testuninitvar.o test/testuninitvar.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testunusedfunctions.o test/testunusedfunctions.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testunusedprivfunc.o test/testunusedprivfunc.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testunusedvar.o test/testunusedvar.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testvaarg.o test/testvaarg.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testvalueflow.o test/testvalueflow.cpp >x86_64-pc-linux-gnu-g++ -Ilib -Icli -Iexternals/simplecpp -DCFGDIR=\"/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87/cfg\" -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -c -o test/testvarid.o test/testvarid.cpp >x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -std=c++0x -DHAVE_RULES -DTIXML_USE_STL -o testrunner test/options.o test/test64bit.o test/testassert.o test/testastutils.o test/testautovariables.o test/testbool.o test/testboost.o test/testbufferoverrun.o test/testcharvar.o test/testclass.o test/testcmdlineparser.o test/testcondition.o test/testconstructors.o test/testcppcheck.o test/testerrorlogger.o test/testexceptionsafety.o test/testfilelister.o test/testfunctions.o test/testgarbage.o test/testimportproject.o test/testincompletestatement.o test/testinternal.o test/testio.o test/testleakautovar.o test/testlibrary.o test/testmathlib.o test/testmemleak.o test/testnullpointer.o test/testoptions.o test/testother.o test/testpath.o test/testpathmatch.o test/testplatform.o test/testpostfixoperator.o test/testpreprocessor.o test/testrunner.o test/testsamples.o test/testsimplifytemplate.o test/testsimplifytokens.o test/testsimplifytypedef.o test/testsimplifyusing.o test/testsizeof.o test/teststl.o test/teststring.o test/testsuite.o test/testsuppressions.o test/testsymboldatabase.o test/testthreadexecutor.o test/testtimer.o test/testtoken.o test/testtokenize.o test/testtokenlist.o test/testtype.o test/testuninitvar.o test/testunusedfunctions.o test/testunusedprivfunc.o test/testunusedvar.o test/testvaarg.o test/testvalueflow.o test/testvarid.o lib/analyzerinfo.o lib/astutils.o lib/check.o lib/check64bit.o lib/checkassert.o lib/checkautovariables.o lib/checkbool.o lib/checkboost.o lib/checkbufferoverrun.o lib/checkclass.o lib/checkcondition.o lib/checkexceptionsafety.o lib/checkfunctions.o lib/checkinternal.o lib/checkio.o lib/checkleakautovar.o lib/checkmemoryleak.o lib/checknullpointer.o lib/checkother.o lib/checkpostfixoperator.o lib/checksizeof.o lib/checkstl.o lib/checkstring.o lib/checktype.o lib/checkuninitvar.o lib/checkunusedfunctions.o lib/checkunusedvar.o lib/checkvaarg.o lib/cppcheck.o lib/ctu.o lib/errorlogger.o lib/importproject.o lib/library.o lib/mathlib.o lib/path.o lib/pathmatch.o lib/platform.o lib/preprocessor.o lib/settings.o lib/suppressions.o lib/symboldatabase.o lib/templatesimplifier.o lib/timer.o lib/token.o lib/tokenize.o lib/tokenlist.o lib/valueflow.o externals/simplecpp/simplecpp.o cli/threadexecutor.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/filelister.o -Wl,-O1 -Wl,--as-needed -rdynamic -ltinyxml2 -L/usr/lib64 -lpcre >./testrunner -q > >Test64BitPortability:...... >TestAssert:.... >TestAstUtils:..... >TestAutoVariables:........................................................... >TestBool:........................ >TestBoost:. >TestBufferOverrun:............................................................................................................................................... >TestCharVar:... >TestClass:......................................................................................................................................................... >TestCmdlineParser:.......................................................................................... >TestCondition:.................................................... >TestConstructors:.................................................................................................................................... >TestCppcheck:... >TestErrorLogger:.................. >TestExceptionSafety:................. >TestFileLister:.. >TestFunctions:........................... >TestGarbage:......................................................................................................................make: *** [Makefile:265: check] Segmentation fault > * ERROR: dev-util/cppcheck-1.87::gentoo failed (test phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-util/cppcheck-1.87::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-util/cppcheck-1.87::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-util:cppcheck-1.87:20190626-152306.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/cppcheck-1.87/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-util/cppcheck-1.87/temp/environment'. > * Working directory: '/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87' > * S: '/var/tmp/portage/dev-util/cppcheck-1.87/work/cppcheck-1.87'
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 688764
:
581086
| 581088 |
581090
|
581092
|
581094
|
581096