+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gperftools-2.10/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gperftools-2.10/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for gperftools-2.10
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/debugallocation_test-debugallocation_test.o -MD -MP -MF src/tests/.deps/debugallocation_test-debugallocation_test.Tpo -c -o src/tests/debugallocation_test-debugallocation_test.o `test -f 'src/tests/debugallocation_test.cc' || echo './'`src/tests/debugallocation_test.cc
src/tests/debugallocation_test.cc: In static member function 'static void Test_DebugAllocationTest_DoubleFree::Run()':
src/tests/debugallocation_test.cc:147:32: warning: pointer may be used after 'void operator delete(void*, std::size_t)' [-Wuse-after-free]
  147 |   IF_DEBUG_EXPECT_DEATH(delete pint, "has been already deallocated");
      |                                ^~~~
src/tests/debugallocation_test.cc:75:5: note: in definition of macro 'IF_DEBUG_EXPECT_DEATH'
   75 |     statement;                                          \
      |     ^~~~~~~~~
src/tests/debugallocation_test.cc:146:10: note: call to 'void operator delete(void*, std::size_t)' here
  146 |   delete pint;
      |          ^~~~
mv -f src/tests/.deps/debugallocation_test-debugallocation_test.Tpo src/tests/.deps/debugallocation_test-debugallocation_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-debugallocation.Tpo -c -o src/libtcmalloc_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo './'`src/debugallocation.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-debugallocation.Tpo -c src/debugallocation.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_debug_la-debugallocation.o
src/debugallocation.cc: In function 'void* DebugAllocate(std::size_t, int)':
src/debugallocation.cc:1011:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'pthread_t' {aka 'unsigned int'} [-Wformat=]
 1011 |       TracePrintf(TraceFd(), "%s\t%zu\t%p\t%" GPRIuPTHREAD,      \
 1012 |                   name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \
      |                                                                   ~
      |                                                                   |
      |                                                                   pthread_t {aka unsigned int}
src/debugallocation.cc:1039:3: note: in expansion of macro 'MALLOC_TRACE'
 1039 |   MALLOC_TRACE("malloc", size, ptr->data_addr());
      |   ^~~~~~~~~~~~
In file included from src/base/commandlineflags.h:56,
                 from src/debugallocation.cc:72:
./src/base/basictypes.h:112:24: note: format string is defined here
  112 | #define GPRIuPTHREAD "lu"
src/debugallocation.cc: In function 'void DebugDeallocate(void*, int, std::size_t)':
src/debugallocation.cc:1011:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'pthread_t' {aka 'unsigned int'} [-Wformat=]
 1011 |       TracePrintf(TraceFd(), "%s\t%zu\t%p\t%" GPRIuPTHREAD,      \
 1012 |                   name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \
      |                                                                   ~
      |                                                                   |
      |                                                                   pthread_t {aka unsigned int}
src/debugallocation.cc:1044:3: note: in expansion of macro 'MALLOC_TRACE'
 1044 |   MALLOC_TRACE("free",
      |   ^~~~~~~~~~~~
./src/base/basictypes.h:112:24: note: format string is defined here
  112 | #define GPRIuPTHREAD "lu"
src/debugallocation.cc: In function 'void* tc_realloc(void*, std::size_t)':
src/debugallocation.cc:1011:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'pthread_t' {aka 'unsigned int'} [-Wformat=]
 1011 |       TracePrintf(TraceFd(), "%s\t%zu\t%p\t%" GPRIuPTHREAD,      \
 1012 |                   name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \
      |                                                                   ~
      |                                                                   |
      |                                                                   pthread_t {aka unsigned int}
src/debugallocation.cc:1320:3: note: in expansion of macro 'MALLOC_TRACE'
 1320 |   MALLOC_TRACE("realloc", p->data_size(), p->data_addr());
      |   ^~~~~~~~~~~~
./src/base/basictypes.h:112:24: note: format string is defined here
  112 | #define GPRIuPTHREAD "lu"
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-debugallocation.Tpo -c src/debugallocation.cc -o src/libtcmalloc_debug_la-debugallocation.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_debug_la-debugallocation.Tpo src/.deps/libtcmalloc_debug_la-debugallocation.Plo
depbase=`echo src/base/thread_lister.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/thread_lister.lo -MD -MP -MF $depbase.Tpo -c -o src/base/thread_lister.lo src/base/thread_lister.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/thread_lister.lo -MD -MP -MF src/base/.deps/thread_lister.Tpo -c src/base/thread_lister.c  -fPIC -DPIC -o src/base/.libs/thread_lister.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/thread_lister.lo -MD -MP -MF src/base/.deps/thread_lister.Tpo -c src/base/thread_lister.c -o src/base/thread_lister.o >/dev/null 2>&1
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_debug_la-linuxthreads.Tpo -c -o src/base/libtcmalloc_debug_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo './'`src/base/linuxthreads.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_debug_la-linuxthreads.Tpo -c src/base/linuxthreads.cc  -fPIC -DPIC -o src/base/.libs/libtcmalloc_debug_la-linuxthreads.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_debug_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_debug_la-linuxthreads.Tpo -c src/base/linuxthreads.cc -o src/base/libtcmalloc_debug_la-linuxthreads.o >/dev/null 2>&1
mv -f src/base/.deps/libtcmalloc_debug_la-linuxthreads.Tpo src/base/.deps/libtcmalloc_debug_la-linuxthreads.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_debug_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-heap-checker.Tpo -c -o src/libtcmalloc_debug_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo './'`src/heap-checker.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_debug_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-heap-checker.Tpo -c src/heap-checker.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_debug_la-heap-checker.o
In file included from src/base/googleinit.h:37,
                 from src/heap-checker.cc:80:
src/heap-checker.cc: In function 'void HeapLeakChecker_InternalInitStart()':
src/heap-checker.cc:2091:39: warning: pointer used after 'void operator delete [](void*)' [-Wuse-after-free]
 2091 |     RAW_CHECK(!heap_profile->FindAlloc(test_str, &size),
      |                ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
./src/base/logging.h:96:11: note: in definition of macro 'RAW_CHECK'
   96 |     if (!(condition)) {                                                        \
      |           ^~~~~~~~~
src/heap-checker.cc:2086:12: note: call to 'void operator delete [](void*)' here
 2086 |   delete[] test_str;
      |            ^~~~~~~~
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_debug_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-heap-checker.Tpo -c src/heap-checker.cc -o src/libtcmalloc_debug_la-heap-checker.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_debug_la-heap-checker.Tpo src/.deps/libtcmalloc_debug_la-heap-checker.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_debug_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo -c -o src/libtcmalloc_debug_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo './'`src/heap-checker-bcad.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_debug_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo -c src/heap-checker-bcad.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_debug_la-heap-checker-bcad.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_debug_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo -c src/heap-checker-bcad.cc -o src/libtcmalloc_debug_la-heap-checker-bcad.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_debug_la-heap-checker-bcad.Tpo src/.deps/libtcmalloc_debug_la-heap-checker-bcad.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-common.Tpo -c -o src/libtcmalloc_internal_la-common.lo `test -f 'src/common.cc' || echo './'`src/common.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-common.Tpo -c src/common.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-common.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-common.Tpo -c src/common.cc -o src/libtcmalloc_internal_la-common.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-common.Tpo src/.deps/libtcmalloc_internal_la-common.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-internal_logging.Tpo -c -o src/libtcmalloc_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-internal_logging.Tpo -c src/internal_logging.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-internal_logging.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-internal_logging.Tpo -c src/internal_logging.cc -o src/libtcmalloc_internal_la-internal_logging.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-internal_logging.Tpo src/.deps/libtcmalloc_internal_la-internal_logging.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-system-alloc.Tpo -c -o src/libtcmalloc_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-system-alloc.Tpo -c src/system-alloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-system-alloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-system-alloc.Tpo -c src/system-alloc.cc -o src/libtcmalloc_internal_la-system-alloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-system-alloc.Tpo src/.deps/libtcmalloc_internal_la-system-alloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c -o src/libtcmalloc_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-memfs_malloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc -o src/libtcmalloc_internal_la-memfs_malloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-memfs_malloc.Tpo src/.deps/libtcmalloc_internal_la-memfs_malloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-central_freelist.Tpo -c -o src/libtcmalloc_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-central_freelist.Tpo -c src/central_freelist.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-central_freelist.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-central_freelist.Tpo -c src/central_freelist.cc -o src/libtcmalloc_internal_la-central_freelist.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-central_freelist.Tpo src/.deps/libtcmalloc_internal_la-central_freelist.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-page_heap.Tpo -c -o src/libtcmalloc_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-page_heap.Tpo -c src/page_heap.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-page_heap.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-page_heap.Tpo -c src/page_heap.cc -o src/libtcmalloc_internal_la-page_heap.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-page_heap.Tpo src/.deps/libtcmalloc_internal_la-page_heap.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-sampler.Tpo -c -o src/libtcmalloc_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo './'`src/sampler.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-sampler.Tpo -c src/sampler.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-sampler.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-sampler.Tpo -c src/sampler.cc -o src/libtcmalloc_internal_la-sampler.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-sampler.Tpo src/.deps/libtcmalloc_internal_la-sampler.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-span.Tpo -c -o src/libtcmalloc_internal_la-span.lo `test -f 'src/span.cc' || echo './'`src/span.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-span.Tpo -c src/span.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-span.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-span.Tpo -c src/span.cc -o src/libtcmalloc_internal_la-span.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-span.Tpo src/.deps/libtcmalloc_internal_la-span.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c -o src/libtcmalloc_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-stack_trace_table.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc -o src/libtcmalloc_internal_la-stack_trace_table.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-stack_trace_table.Tpo src/.deps/libtcmalloc_internal_la-stack_trace_table.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-static_vars.Tpo -c -o src/libtcmalloc_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-static_vars.Tpo -c src/static_vars.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-static_vars.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-static_vars.Tpo -c src/static_vars.cc -o src/libtcmalloc_internal_la-static_vars.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-static_vars.Tpo src/.deps/libtcmalloc_internal_la-static_vars.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-symbolize.Tpo -c -o src/libtcmalloc_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-symbolize.Tpo -c src/symbolize.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-symbolize.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-symbolize.Tpo -c src/symbolize.cc -o src/libtcmalloc_internal_la-symbolize.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-symbolize.Tpo src/.deps/libtcmalloc_internal_la-symbolize.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-thread_cache.Tpo -c -o src/libtcmalloc_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-thread_cache.Tpo -c src/thread_cache.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-thread_cache.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-thread_cache.Tpo -c src/thread_cache.cc -o src/libtcmalloc_internal_la-thread_cache.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-thread_cache.Tpo src/.deps/libtcmalloc_internal_la-thread_cache.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo -c -o src/libtcmalloc_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-malloc_hook.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc -o src/libtcmalloc_internal_la-malloc_hook.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-malloc_hook.Tpo src/.deps/libtcmalloc_internal_la-malloc_hook.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo -c -o src/libtcmalloc_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-malloc_extension.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc -o src/libtcmalloc_internal_la-malloc_extension.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-malloc_extension.Tpo src/.deps/libtcmalloc_internal_la-malloc_extension.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c -o src/base/libtcmalloc_internal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo './'`src/base/low_level_alloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c src/base/low_level_alloc.cc  -fPIC -DPIC -o src/base/.libs/libtcmalloc_internal_la-low_level_alloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c src/base/low_level_alloc.cc -o src/base/libtcmalloc_internal_la-low_level_alloc.o >/dev/null 2>&1
mv -f src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Tpo src/base/.deps/libtcmalloc_internal_la-low_level_alloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c -o src/libtcmalloc_internal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo './'`src/heap-profile-table.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c src/heap-profile-table.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-heap-profile-table.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c src/heap-profile-table.cc -o src/libtcmalloc_internal_la-heap-profile-table.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-heap-profile-table.Tpo src/.deps/libtcmalloc_internal_la-heap-profile-table.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo -c -o src/libtcmalloc_internal_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo './'`src/heap-profiler.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo -c src/heap-profiler.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-heap-profiler.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo -c src/heap-profiler.cc -o src/libtcmalloc_internal_la-heap-profiler.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-heap-profiler.Tpo src/.deps/libtcmalloc_internal_la-heap-profiler.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-raw_printer.Tpo -c -o src/libtcmalloc_internal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo './'`src/raw_printer.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-raw_printer.Tpo -c src/raw_printer.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-raw_printer.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-raw_printer.Tpo -c src/raw_printer.cc -o src/libtcmalloc_internal_la-raw_printer.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-raw_printer.Tpo src/.deps/libtcmalloc_internal_la-raw_printer.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-emergency_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-emergency_malloc.Tpo -c -o src/libtcmalloc_internal_la-emergency_malloc.lo `test -f 'src/emergency_malloc.cc' || echo './'`src/emergency_malloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-emergency_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-emergency_malloc.Tpo -c src/emergency_malloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-emergency_malloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-emergency_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-emergency_malloc.Tpo -c src/emergency_malloc.cc -o src/libtcmalloc_internal_la-emergency_malloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-emergency_malloc.Tpo src/.deps/libtcmalloc_internal_la-emergency_malloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.Tpo -c -o src/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.lo `test -f 'src/emergency_malloc_for_stacktrace.cc' || echo './'`src/emergency_malloc_for_stacktrace.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.Tpo -c src/emergency_malloc_for_stacktrace.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.Tpo -c src/emergency_malloc_for_stacktrace.cc -o src/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.Tpo src/.deps/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo -c -o src/libtcmalloc_internal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo './'`src/memory_region_map.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo -c src/memory_region_map.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_la-memory_region_map.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo -c src/memory_region_map.cc -o src/libtcmalloc_internal_la-memory_region_map.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_la-memory_region_map.Tpo src/.deps/libtcmalloc_internal_la-memory_region_map.Plo
depbase=`echo src/stacktrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/stacktrace.lo -MD -MP -MF $depbase.Tpo -c -o src/stacktrace.lo src/stacktrace.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/stacktrace.lo -MD -MP -MF src/.deps/stacktrace.Tpo -c src/stacktrace.cc  -fPIC -DPIC -o src/.libs/stacktrace.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/stacktrace.lo -MD -MP -MF src/.deps/stacktrace.Tpo -c src/stacktrace.cc -o src/stacktrace.o >/dev/null 2>&1
depbase=`echo src/base/elf_mem_image.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/elf_mem_image.lo -MD -MP -MF $depbase.Tpo -c -o src/base/elf_mem_image.lo src/base/elf_mem_image.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/elf_mem_image.lo -MD -MP -MF src/base/.deps/elf_mem_image.Tpo -c src/base/elf_mem_image.cc  -fPIC -DPIC -o src/base/.libs/elf_mem_image.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/elf_mem_image.lo -MD -MP -MF src/base/.deps/elf_mem_image.Tpo -c src/base/elf_mem_image.cc -o src/base/elf_mem_image.o >/dev/null 2>&1
depbase=`echo src/base/vdso_support.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/vdso_support.lo -MD -MP -MF $depbase.Tpo -c -o src/base/vdso_support.lo src/base/vdso_support.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/vdso_support.lo -MD -MP -MF src/base/.deps/vdso_support.Tpo -c src/base/vdso_support.cc  -fPIC -DPIC -o src/base/.libs/vdso_support.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/vdso_support.lo -MD -MP -MF src/base/.deps/vdso_support.Tpo -c src/base/vdso_support.cc -o src/base/vdso_support.o >/dev/null 2>&1
depbase=`echo src/base/spinlock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/spinlock.lo -MD -MP -MF $depbase.Tpo -c -o src/base/spinlock.lo src/base/spinlock.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/spinlock.lo -MD -MP -MF src/base/.deps/spinlock.Tpo -c src/base/spinlock.cc  -fPIC -DPIC -o src/base/.libs/spinlock.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/spinlock.lo -MD -MP -MF src/base/.deps/spinlock.Tpo -c src/base/spinlock.cc -o src/base/spinlock.o >/dev/null 2>&1
depbase=`echo src/base/spinlock_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/spinlock_internal.lo -MD -MP -MF $depbase.Tpo -c -o src/base/spinlock_internal.lo src/base/spinlock_internal.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/spinlock_internal.lo -MD -MP -MF src/base/.deps/spinlock_internal.Tpo -c src/base/spinlock_internal.cc  -fPIC -DPIC -o src/base/.libs/spinlock_internal.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/spinlock_internal.lo -MD -MP -MF src/base/.deps/spinlock_internal.Tpo -c src/base/spinlock_internal.cc -o src/base/spinlock_internal.o >/dev/null 2>&1
depbase=`echo src/base/atomicops-internals-x86.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/atomicops-internals-x86.lo -MD -MP -MF $depbase.Tpo -c -o src/base/atomicops-internals-x86.lo src/base/atomicops-internals-x86.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/atomicops-internals-x86.lo -MD -MP -MF src/base/.deps/atomicops-internals-x86.Tpo -c src/base/atomicops-internals-x86.cc  -fPIC -DPIC -o src/base/.libs/atomicops-internals-x86.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/atomicops-internals-x86.lo -MD -MP -MF src/base/.deps/atomicops-internals-x86.Tpo -c src/base/atomicops-internals-x86.cc -o src/base/atomicops-internals-x86.o >/dev/null 2>&1
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libspinlock.la  src/base/spinlock.lo src/base/spinlock_internal.lo src/base/atomicops-internals-x86.lo   
libtool: link: ar cr .libs/libspinlock.a src/base/.libs/spinlock.o src/base/.libs/spinlock_internal.o src/base/.libs/atomicops-internals-x86.o 
libtool: link: ranlib .libs/libspinlock.a
libtool: link: ( cd ".libs" && rm -f "libspinlock.la" && ln -s "../libspinlock.la" "libspinlock.la" )
depbase=`echo src/base/sysinfo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/sysinfo.lo -MD -MP -MF $depbase.Tpo -c -o src/base/sysinfo.lo src/base/sysinfo.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/sysinfo.lo -MD -MP -MF src/base/.deps/sysinfo.Tpo -c src/base/sysinfo.cc  -fPIC -DPIC -o src/base/.libs/sysinfo.o
src/base/sysinfo.cc:411:13: warning: 'bool ParseProcMapsLine(char*, uint64*, uint64*, char*, uint64*, int*, int*, int64*, unsigned int*)' defined but not used [-Wunused-function]
  411 | static bool ParseProcMapsLine(char *text, uint64 *start, uint64 *end,
      |             ^~~~~~~~~~~~~~~~~
src/base/sysinfo.cc:388:14: warning: 'char* CopyStringUntilChar(char*, unsigned int, int, char*)' defined but not used [-Wunused-function]
  388 | static char *CopyStringUntilChar(
      |              ^~~~~~~~~~~~~~~~~~~
src/base/sysinfo.cc:360:8: warning: 'T StringToInteger(char*, char**, int) [with T = long unsigned int]' defined but not used [-Wunused-function]
  360 | uint64 StringToInteger<uint64>(char *text, char **endptr, int base) {
      |        ^~~~~~~~~~~~~~~~~~~~~~~
src/base/sysinfo.cc:355:7: warning: 'T StringToInteger(char*, char**, int) [with T = long int]' defined but not used [-Wunused-function]
  355 | int64 StringToInteger<int64>(char *text, char **endptr, int base) {
      |       ^~~~~~~~~~~~~~~~~~~~~~
src/base/sysinfo.cc:350:5: warning: 'T StringToInteger(char*, char**, int) [with T = int]' defined but not used [-Wunused-function]
  350 | int StringToInteger<int>(char *text, char **endptr, int base) {
      |     ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/sysinfo.lo -MD -MP -MF src/base/.deps/sysinfo.Tpo -c src/base/sysinfo.cc -o src/base/sysinfo.o >/dev/null 2>&1
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libsysinfo.la  src/base/sysinfo.lo    
libtool: link: ar cr .libs/libsysinfo.a src/base/.libs/sysinfo.o 
libtool: link: ranlib .libs/libsysinfo.a
libtool: link: ( cd ".libs" && rm -f "libsysinfo.la" && ln -s "../libsysinfo.la" "libsysinfo.la" )
depbase=`echo src/base/logging.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/logging.lo -MD -MP -MF $depbase.Tpo -c -o src/base/logging.lo src/base/logging.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/logging.lo -MD -MP -MF src/base/.deps/logging.Tpo -c src/base/logging.cc  -fPIC -DPIC -o src/base/.libs/logging.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/logging.lo -MD -MP -MF src/base/.deps/logging.Tpo -c src/base/logging.cc -o src/base/logging.o >/dev/null 2>&1
depbase=`echo src/base/dynamic_annotations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/dynamic_annotations.lo -MD -MP -MF $depbase.Tpo -c -o src/base/dynamic_annotations.lo src/base/dynamic_annotations.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/dynamic_annotations.lo -MD -MP -MF src/base/.deps/dynamic_annotations.Tpo -c src/base/dynamic_annotations.c  -fPIC -DPIC -o src/base/.libs/dynamic_annotations.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/dynamic_annotations.lo -MD -MP -MF src/base/.deps/dynamic_annotations.Tpo -c src/base/dynamic_annotations.c -o src/base/dynamic_annotations.o >/dev/null 2>&1
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o liblogging.la  src/base/logging.lo src/base/dynamic_annotations.lo   
libtool: link: ar cr .libs/liblogging.a src/base/.libs/logging.o src/base/.libs/dynamic_annotations.o 
libtool: link: ranlib .libs/liblogging.a
libtool: link: ( cd ".libs" && rm -f "liblogging.la" && ln -s "../liblogging.la" "liblogging.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -export-symbols-regex '(GetStackTrace|GetStackFrames|GetStackTraceWithContext|GetStackFramesWithContext)' -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libstacktrace.la  src/stacktrace.lo src/base/elf_mem_image.lo src/base/vdso_support.lo    libspinlock.la libsysinfo.la liblogging.la 
libtool: link: (cd .libs/libstacktrace.lax/libspinlock.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libspinlock.a")
libtool: link: (cd .libs/libstacktrace.lax/libsysinfo.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libsysinfo.a")
libtool: link: (cd .libs/libstacktrace.lax/liblogging.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/liblogging.a")
libtool: link: ar cr .libs/libstacktrace.a src/.libs/stacktrace.o src/base/.libs/elf_mem_image.o src/base/.libs/vdso_support.o   .libs/libstacktrace.lax/libspinlock.a/atomicops-internals-x86.o .libs/libstacktrace.lax/libspinlock.a/spinlock.o .libs/libstacktrace.lax/libspinlock.a/spinlock_internal.o  .libs/libstacktrace.lax/libsysinfo.a/sysinfo.o  .libs/libstacktrace.lax/liblogging.a/dynamic_annotations.o .libs/libstacktrace.lax/liblogging.a/logging.o 
libtool: link: ranlib .libs/libstacktrace.a
libtool: link: rm -fr .libs/libstacktrace.lax
libtool: link: ( cd ".libs" && rm -f "libstacktrace.la" && ln -s "../libstacktrace.la" "libstacktrace.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc_internal.la  src/libtcmalloc_internal_la-common.lo src/libtcmalloc_internal_la-internal_logging.lo src/libtcmalloc_internal_la-system-alloc.lo src/libtcmalloc_internal_la-memfs_malloc.lo src/libtcmalloc_internal_la-central_freelist.lo src/libtcmalloc_internal_la-page_heap.lo src/libtcmalloc_internal_la-sampler.lo src/libtcmalloc_internal_la-span.lo src/libtcmalloc_internal_la-stack_trace_table.lo src/libtcmalloc_internal_la-static_vars.lo src/libtcmalloc_internal_la-symbolize.lo src/libtcmalloc_internal_la-thread_cache.lo src/libtcmalloc_internal_la-malloc_hook.lo src/libtcmalloc_internal_la-malloc_extension.lo         src/base/libtcmalloc_internal_la-low_level_alloc.lo src/libtcmalloc_internal_la-heap-profile-table.lo src/libtcmalloc_internal_la-heap-profiler.lo src/libtcmalloc_internal_la-raw_printer.lo src/libtcmalloc_internal_la-emergency_malloc.lo src/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.lo src/libtcmalloc_internal_la-memory_region_map.lo libstacktrace.la -lpthread -lrt 
libtool: link: (cd .libs/libtcmalloc_internal.lax/libstacktrace.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libstacktrace.a")
libtool: link: ar cr .libs/libtcmalloc_internal.a src/.libs/libtcmalloc_internal_la-common.o src/.libs/libtcmalloc_internal_la-internal_logging.o src/.libs/libtcmalloc_internal_la-system-alloc.o src/.libs/libtcmalloc_internal_la-memfs_malloc.o src/.libs/libtcmalloc_internal_la-central_freelist.o src/.libs/libtcmalloc_internal_la-page_heap.o src/.libs/libtcmalloc_internal_la-sampler.o src/.libs/libtcmalloc_internal_la-span.o src/.libs/libtcmalloc_internal_la-stack_trace_table.o src/.libs/libtcmalloc_internal_la-static_vars.o src/.libs/libtcmalloc_internal_la-symbolize.o src/.libs/libtcmalloc_internal_la-thread_cache.o src/.libs/libtcmalloc_internal_la-malloc_hook.o src/.libs/libtcmalloc_internal_la-malloc_extension.o src/base/.libs/libtcmalloc_internal_la-low_level_alloc.o src/.libs/libtcmalloc_internal_la-heap-profile-table.o src/.libs/libtcmalloc_internal_la-heap-profiler.o src/.libs/libtcmalloc_internal_la-raw_printer.o src/.libs/libtcmalloc_internal_la-emergency_malloc.o src/.libs/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.o src/.libs/libtcmalloc_internal_la-memory_region_map.o   .libs/libtcmalloc_internal.lax/libstacktrace.a/atomicops-internals-x86.o .libs/libtcmalloc_internal.lax/libstacktrace.a/dynamic_annotations.o .libs/libtcmalloc_internal.lax/libstacktrace.a/elf_mem_image.o .libs/libtcmalloc_internal.lax/libstacktrace.a/logging.o .libs/libtcmalloc_internal.lax/libstacktrace.a/spinlock.o .libs/libtcmalloc_internal.lax/libstacktrace.a/spinlock_internal.o .libs/libtcmalloc_internal.lax/libstacktrace.a/stacktrace.o .libs/libtcmalloc_internal.lax/libstacktrace.a/sysinfo.o .libs/libtcmalloc_internal.lax/libstacktrace.a/vdso_support.o 
libtool: link: ranlib .libs/libtcmalloc_internal.a
libtool: link: rm -fr .libs/libtcmalloc_internal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_internal.la" && ln -s "../libtcmalloc_internal.la" "libtcmalloc_internal.la" )
depbase=`echo src/maybe_threads.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/maybe_threads.lo -MD -MP -MF $depbase.Tpo -c -o src/maybe_threads.lo src/maybe_threads.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/maybe_threads.lo -MD -MP -MF src/.deps/maybe_threads.Tpo -c src/maybe_threads.cc  -fPIC -DPIC -o src/.libs/maybe_threads.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/maybe_threads.lo -MD -MP -MF src/.deps/maybe_threads.Tpo -c src/maybe_threads.cc -o src/maybe_threads.o >/dev/null 2>&1
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libmaybe_threads.la   src/maybe_threads.lo  
libtool: link: ar cr .libs/libmaybe_threads.a src/.libs/maybe_threads.o 
libtool: link: ranlib .libs/libmaybe_threads.a
libtool: link: ( cd ".libs" && rm -f "libmaybe_threads.la" && ln -s "../libmaybe_threads.la" "libmaybe_threads.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -version-info 9:10:5 -version-info 9:10:5 -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc_debug.la -rpath /opt/local/lib src/libtcmalloc_debug_la-debugallocation.lo src/base/thread_lister.lo src/base/libtcmalloc_debug_la-linuxthreads.lo src/libtcmalloc_debug_la-heap-checker.lo src/libtcmalloc_debug_la-heap-checker-bcad.lo      libtcmalloc_internal.la libmaybe_threads.la -lpthread -lrt 
libtool: link: g++ -shared  -fPIC -DPIC  src/.libs/libtcmalloc_debug_la-debugallocation.o src/base/.libs/thread_lister.o src/base/.libs/libtcmalloc_debug_la-linuxthreads.o src/.libs/libtcmalloc_debug_la-heap-checker.o src/.libs/libtcmalloc_debug_la-heap-checker-bcad.o  -Wl,-z -Wl,allextract ./.libs/libtcmalloc_internal.a ./.libs/libmaybe_threads.a -Wl,-z -Wl,defaultextract  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib -lpthread -lrt  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib   -Wl,-h -Wl,libtcmalloc_debug.so.4 -o .libs/libtcmalloc_debug.so.4.5.10
libtool: link: (cd ".libs" && rm -f "libtcmalloc_debug.so.4" && ln -s "libtcmalloc_debug.so.4.5.10" "libtcmalloc_debug.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc_debug.so" && ln -s "libtcmalloc_debug.so.4.5.10" "libtcmalloc_debug.so")
libtool: link: (cd .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libtcmalloc_internal.a")
libtool: link: (cd .libs/libtcmalloc_debug.lax/libmaybe_threads.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libmaybe_threads.a")
libtool: link: ar cr .libs/libtcmalloc_debug.a  src/libtcmalloc_debug_la-debugallocation.o src/base/thread_lister.o src/base/libtcmalloc_debug_la-linuxthreads.o src/libtcmalloc_debug_la-heap-checker.o src/libtcmalloc_debug_la-heap-checker-bcad.o  .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-emergency_malloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc_debug.lax/libtcmalloc_internal.a/vdso_support.o  .libs/libtcmalloc_debug.lax/libmaybe_threads.a/maybe_threads.o 
libtool: link: ranlib .libs/libtcmalloc_debug.a
libtool: link: rm -fr .libs/libtcmalloc_debug.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_debug.la" && ln -s "../libtcmalloc_debug.la" "libtcmalloc_debug.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o debugallocation_test src/tests/debugallocation_test-debugallocation_test.o libtcmalloc_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/debugallocation_test src/tests/debugallocation_test-debugallocation_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT benchmark/malloc_bench-malloc_bench.o -MD -MP -MF benchmark/.deps/malloc_bench-malloc_bench.Tpo -c -o benchmark/malloc_bench-malloc_bench.o `test -f 'benchmark/malloc_bench.cc' || echo './'`benchmark/malloc_bench.cc
benchmark/malloc_bench.cc: In function 'void bench_fastpath_dependent(long int, uintptr_t)':
benchmark/malloc_bench.cc:64:15: warning: pointer 'p' used after 'void std::free(void*)' [-Wuse-after-free]
   64 |     sz = ((sz | reinterpret_cast<size_t>(p)) & 511) + 16;
      |           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
benchmark/malloc_bench.cc:61:9: note: call to 'void std::free(void*)' here
   61 |     free(p);
      |     ~~~~^~~
mv -f benchmark/.deps/malloc_bench-malloc_bench.Tpo benchmark/.deps/malloc_bench-malloc_bench.Po
depbase=`echo benchmark/run_benchmark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT benchmark/run_benchmark.lo -MD -MP -MF $depbase.Tpo -c -o benchmark/run_benchmark.lo benchmark/run_benchmark.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT benchmark/run_benchmark.lo -MD -MP -MF benchmark/.deps/run_benchmark.Tpo -c benchmark/run_benchmark.c  -fPIC -DPIC -o benchmark/.libs/run_benchmark.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT benchmark/run_benchmark.lo -MD -MP -MF benchmark/.deps/run_benchmark.Tpo -c benchmark/run_benchmark.c -o benchmark/run_benchmark.o >/dev/null 2>&1
/usr/bin/bash ./libtool  --tag=CC   --mode=link gcc  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o librun_benchmark.la  benchmark/run_benchmark.lo  
libtool: link: ar cr .libs/librun_benchmark.a benchmark/.libs/run_benchmark.o 
libtool: link: ranlib .libs/librun_benchmark.a
libtool: link: ( cd ".libs" && rm -f "librun_benchmark.la" && ln -s "../librun_benchmark.la" "librun_benchmark.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o src/libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c src/tcmalloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_la-tcmalloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c src/tcmalloc.cc -o src/libtcmalloc_minimal_la-tcmalloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo src/.deps/libtcmalloc_minimal_la-tcmalloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c -o src/libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo './'`src/common.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c src/common.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-common.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c src/common.cc -o src/libtcmalloc_minimal_internal_la-common.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-common.Tpo src/.deps/libtcmalloc_minimal_internal_la-common.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c -o src/libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c src/internal_logging.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-internal_logging.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c src/internal_logging.cc -o src/libtcmalloc_minimal_internal_la-internal_logging.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c -o src/libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c src/system-alloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-system-alloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c src/system-alloc.cc -o src/libtcmalloc_minimal_internal_la-system-alloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c -o src/libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-memfs_malloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc -o src/libtcmalloc_minimal_internal_la-memfs_malloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c -o src/libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c src/central_freelist.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-central_freelist.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c src/central_freelist.cc -o src/libtcmalloc_minimal_internal_la-central_freelist.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c -o src/libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c src/page_heap.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-page_heap.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c src/page_heap.cc -o src/libtcmalloc_minimal_internal_la-page_heap.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo src/.deps/libtcmalloc_minimal_internal_la-page_heap.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c -o src/libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo './'`src/sampler.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c src/sampler.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-sampler.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c src/sampler.cc -o src/libtcmalloc_minimal_internal_la-sampler.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo src/.deps/libtcmalloc_minimal_internal_la-sampler.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c -o src/libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo './'`src/span.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c src/span.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-span.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c src/span.cc -o src/libtcmalloc_minimal_internal_la-span.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-span.Tpo src/.deps/libtcmalloc_minimal_internal_la-span.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c -o src/libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-stack_trace_table.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc -o src/libtcmalloc_minimal_internal_la-stack_trace_table.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c -o src/libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c src/static_vars.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-static_vars.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c src/static_vars.cc -o src/libtcmalloc_minimal_internal_la-static_vars.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo src/.deps/libtcmalloc_minimal_internal_la-static_vars.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c -o src/libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c src/symbolize.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-symbolize.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c src/symbolize.cc -o src/libtcmalloc_minimal_internal_la-symbolize.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo src/.deps/libtcmalloc_minimal_internal_la-symbolize.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c -o src/libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c src/thread_cache.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-thread_cache.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c src/thread_cache.cc -o src/libtcmalloc_minimal_internal_la-thread_cache.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c -o src/libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-malloc_hook.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc -o src/libtcmalloc_minimal_internal_la-malloc_hook.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c -o src/libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-malloc_extension.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc -o src/libtcmalloc_minimal_internal_la-malloc_extension.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc_minimal_internal.la  src/libtcmalloc_minimal_internal_la-common.lo src/libtcmalloc_minimal_internal_la-internal_logging.lo src/libtcmalloc_minimal_internal_la-system-alloc.lo src/libtcmalloc_minimal_internal_la-memfs_malloc.lo src/libtcmalloc_minimal_internal_la-central_freelist.lo src/libtcmalloc_minimal_internal_la-page_heap.lo src/libtcmalloc_minimal_internal_la-sampler.lo src/libtcmalloc_minimal_internal_la-span.lo src/libtcmalloc_minimal_internal_la-stack_trace_table.lo src/libtcmalloc_minimal_internal_la-static_vars.lo src/libtcmalloc_minimal_internal_la-symbolize.lo src/libtcmalloc_minimal_internal_la-thread_cache.lo src/libtcmalloc_minimal_internal_la-malloc_hook.lo src/libtcmalloc_minimal_internal_la-malloc_extension.lo    libspinlock.la libsysinfo.la liblogging.la libmaybe_threads.la 
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libspinlock.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libspinlock.a")
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libsysinfo.a")
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/liblogging.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/liblogging.a")
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libmaybe_threads.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libmaybe_threads.a")
libtool: link: ar cr .libs/libtcmalloc_minimal_internal.a src/.libs/libtcmalloc_minimal_internal_la-common.o src/.libs/libtcmalloc_minimal_internal_la-internal_logging.o src/.libs/libtcmalloc_minimal_internal_la-system-alloc.o src/.libs/libtcmalloc_minimal_internal_la-memfs_malloc.o src/.libs/libtcmalloc_minimal_internal_la-central_freelist.o src/.libs/libtcmalloc_minimal_internal_la-page_heap.o src/.libs/libtcmalloc_minimal_internal_la-sampler.o src/.libs/libtcmalloc_minimal_internal_la-span.o src/.libs/libtcmalloc_minimal_internal_la-stack_trace_table.o src/.libs/libtcmalloc_minimal_internal_la-static_vars.o src/.libs/libtcmalloc_minimal_internal_la-symbolize.o src/.libs/libtcmalloc_minimal_internal_la-thread_cache.o src/.libs/libtcmalloc_minimal_internal_la-malloc_hook.o src/.libs/libtcmalloc_minimal_internal_la-malloc_extension.o   .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock_internal.o  .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a/sysinfo.o  .libs/libtcmalloc_minimal_internal.lax/liblogging.a/dynamic_annotations.o .libs/libtcmalloc_minimal_internal.lax/liblogging.a/logging.o  .libs/libtcmalloc_minimal_internal.lax/libmaybe_threads.a/maybe_threads.o 
libtool: link: ranlib .libs/libtcmalloc_minimal_internal.a
libtool: link: rm -fr .libs/libtcmalloc_minimal_internal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_internal.la" && ln -s "../libtcmalloc_minimal_internal.la" "libtcmalloc_minimal_internal.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -version-info 9:10:5 -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc_minimal.la -rpath /opt/local/lib src/libtcmalloc_minimal_la-tcmalloc.lo    libtcmalloc_minimal_internal.la 
libtool: link: g++ -shared  -fPIC -DPIC  src/.libs/libtcmalloc_minimal_la-tcmalloc.o  -Wl,-z -Wl,allextract ./.libs/libtcmalloc_minimal_internal.a -Wl,-z -Wl,defaultextract  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib   -Wl,-h -Wl,libtcmalloc_minimal.so.4 -o .libs/libtcmalloc_minimal.so.4.5.10
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal.so.4" && ln -s "libtcmalloc_minimal.so.4.5.10" "libtcmalloc_minimal.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal.so" && ln -s "libtcmalloc_minimal.so.4.5.10" "libtcmalloc_minimal.so")
libtool: link: (cd .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libtcmalloc_minimal_internal.a")
libtool: link: ar cr .libs/libtcmalloc_minimal.a  src/libtcmalloc_minimal_la-tcmalloc.o  .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/maybe_threads.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/sysinfo.o 
libtool: link: ranlib .libs/libtcmalloc_minimal.a
libtool: link: rm -fr .libs/libtcmalloc_minimal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal.la" && ln -s "../libtcmalloc_minimal.la" "libtcmalloc_minimal.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o malloc_bench benchmark/malloc_bench-malloc_bench.o librun_benchmark.la libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o malloc_bench benchmark/malloc_bench-malloc_bench.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/librun_benchmark.a ./.libs/libtcmalloc_minimal.a -lpthread -lrt
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT benchmark/malloc_bench_shared-malloc_bench.o -MD -MP -MF benchmark/.deps/malloc_bench_shared-malloc_bench.Tpo -c -o benchmark/malloc_bench_shared-malloc_bench.o `test -f 'benchmark/malloc_bench.cc' || echo './'`benchmark/malloc_bench.cc
benchmark/malloc_bench.cc: In function 'void bench_fastpath_dependent(long int, uintptr_t)':
benchmark/malloc_bench.cc:64:15: warning: pointer 'p' used after 'void std::free(void*)' [-Wuse-after-free]
   64 |     sz = ((sz | reinterpret_cast<size_t>(p)) & 511) + 16;
      |           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
benchmark/malloc_bench.cc:61:9: note: call to 'void std::free(void*)' here
   61 |     free(p);
      |     ~~~~^~~
mv -f benchmark/.deps/malloc_bench_shared-malloc_bench.Tpo benchmark/.deps/malloc_bench_shared-malloc_bench.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o malloc_bench_shared benchmark/malloc_bench_shared-malloc_bench.o librun_benchmark.la libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/malloc_bench_shared benchmark/malloc_bench_shared-malloc_bench.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/librun_benchmark.a ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT benchmark/binary_trees-binary_trees.o -MD -MP -MF benchmark/.deps/binary_trees-binary_trees.Tpo -c -o benchmark/binary_trees-binary_trees.o `test -f 'benchmark/binary_trees.cc' || echo './'`benchmark/binary_trees.cc
mv -f benchmark/.deps/binary_trees-binary_trees.Tpo benchmark/.deps/binary_trees-binary_trees.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o binary_trees benchmark/binary_trees-binary_trees.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o binary_trees benchmark/binary_trees-binary_trees.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.a -lpthread -lrt
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT benchmark/binary_trees_shared-binary_trees.o -MD -MP -MF benchmark/.deps/binary_trees_shared-binary_trees.Tpo -c -o benchmark/binary_trees_shared-binary_trees.o `test -f 'benchmark/binary_trees.cc' || echo './'`benchmark/binary_trees.cc
mv -f benchmark/.deps/binary_trees_shared-binary_trees.Tpo benchmark/.deps/binary_trees_shared-binary_trees.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o binary_trees_shared benchmark/binary_trees_shared-binary_trees.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/binary_trees_shared benchmark/binary_trees_shared-binary_trees.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT benchmark/malloc_bench_shared_full-malloc_bench.o -MD -MP -MF benchmark/.deps/malloc_bench_shared_full-malloc_bench.Tpo -c -o benchmark/malloc_bench_shared_full-malloc_bench.o `test -f 'benchmark/malloc_bench.cc' || echo './'`benchmark/malloc_bench.cc
benchmark/malloc_bench.cc: In function 'void bench_fastpath_dependent(long int, uintptr_t)':
benchmark/malloc_bench.cc:64:15: warning: pointer 'p' used after 'void std::free(void*)' [-Wuse-after-free]
   64 |     sz = ((sz | reinterpret_cast<size_t>(p)) & 511) + 16;
      |           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
benchmark/malloc_bench.cc:61:9: note: call to 'void std::free(void*)' here
   61 |     free(p);
      |     ~~~~^~~
mv -f benchmark/.deps/malloc_bench_shared_full-malloc_bench.Tpo benchmark/.deps/malloc_bench_shared_full-malloc_bench.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_la-tcmalloc.Tpo -c -o src/libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_la-tcmalloc.Tpo -c src/tcmalloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_la-tcmalloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_la-tcmalloc.Tpo -c src/tcmalloc.cc -o src/libtcmalloc_la-tcmalloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_la-tcmalloc.Tpo src/.deps/libtcmalloc_la-tcmalloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/libtcmalloc_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_la-linuxthreads.Tpo -c -o src/base/libtcmalloc_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo './'`src/base/linuxthreads.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_la-linuxthreads.Tpo -c src/base/linuxthreads.cc  -fPIC -DPIC -o src/base/.libs/libtcmalloc_la-linuxthreads.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_la-linuxthreads.Tpo -c src/base/linuxthreads.cc -o src/base/libtcmalloc_la-linuxthreads.o >/dev/null 2>&1
mv -f src/base/.deps/libtcmalloc_la-linuxthreads.Tpo src/base/.deps/libtcmalloc_la-linuxthreads.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_la-heap-checker.Tpo -c -o src/libtcmalloc_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo './'`src/heap-checker.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_la-heap-checker.Tpo -c src/heap-checker.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_la-heap-checker.o
In file included from src/base/googleinit.h:37,
                 from src/heap-checker.cc:80:
src/heap-checker.cc: In function 'void HeapLeakChecker_InternalInitStart()':
src/heap-checker.cc:2091:39: warning: pointer used after 'void operator delete [](void*)' [-Wuse-after-free]
 2091 |     RAW_CHECK(!heap_profile->FindAlloc(test_str, &size),
      |                ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
./src/base/logging.h:96:11: note: in definition of macro 'RAW_CHECK'
   96 |     if (!(condition)) {                                                        \
      |           ^~~~~~~~~
src/heap-checker.cc:2086:12: note: call to 'void operator delete [](void*)' here
 2086 |   delete[] test_str;
      |            ^~~~~~~~
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_la-heap-checker.Tpo -c src/heap-checker.cc -o src/libtcmalloc_la-heap-checker.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_la-heap-checker.Tpo src/.deps/libtcmalloc_la-heap-checker.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_la-heap-checker-bcad.Tpo -c -o src/libtcmalloc_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo './'`src/heap-checker-bcad.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_la-heap-checker-bcad.Tpo -c src/heap-checker-bcad.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_la-heap-checker-bcad.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_la-heap-checker-bcad.Tpo -c src/heap-checker-bcad.cc -o src/libtcmalloc_la-heap-checker-bcad.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_la-heap-checker-bcad.Tpo src/.deps/libtcmalloc_la-heap-checker-bcad.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -version-info 9:10:5 -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc.la -rpath /opt/local/lib src/libtcmalloc_la-tcmalloc.lo      src/base/thread_lister.lo src/base/libtcmalloc_la-linuxthreads.lo src/libtcmalloc_la-heap-checker.lo src/libtcmalloc_la-heap-checker-bcad.lo libtcmalloc_internal.la libmaybe_threads.la -lpthread -lrt 
libtool: link: g++ -shared  -fPIC -DPIC  src/.libs/libtcmalloc_la-tcmalloc.o src/base/.libs/thread_lister.o src/base/.libs/libtcmalloc_la-linuxthreads.o src/.libs/libtcmalloc_la-heap-checker.o src/.libs/libtcmalloc_la-heap-checker-bcad.o  -Wl,-z -Wl,allextract ./.libs/libtcmalloc_internal.a ./.libs/libmaybe_threads.a -Wl,-z -Wl,defaultextract  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib -lpthread -lrt  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib   -Wl,-h -Wl,libtcmalloc.so.4 -o .libs/libtcmalloc.so.4.5.10
libtool: link: (cd ".libs" && rm -f "libtcmalloc.so.4" && ln -s "libtcmalloc.so.4.5.10" "libtcmalloc.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc.so" && ln -s "libtcmalloc.so.4.5.10" "libtcmalloc.so")
libtool: link: (cd .libs/libtcmalloc.lax/libtcmalloc_internal.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libtcmalloc_internal.a")
libtool: link: (cd .libs/libtcmalloc.lax/libmaybe_threads.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libmaybe_threads.a")
libtool: link: ar cr .libs/libtcmalloc.a  src/libtcmalloc_la-tcmalloc.o src/base/thread_lister.o src/base/libtcmalloc_la-linuxthreads.o src/libtcmalloc_la-heap-checker.o src/libtcmalloc_la-heap-checker-bcad.o  .libs/libtcmalloc.lax/libtcmalloc_internal.a/atomicops-internals-x86.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/dynamic_annotations.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/elf_mem_image.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-central_freelist.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-common.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-emergency_malloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-emergency_malloc_for_stacktrace.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profile-table.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-heap-profiler.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-internal_logging.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-low_level_alloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_extension.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-malloc_hook.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memfs_malloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-memory_region_map.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-page_heap.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-raw_printer.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-sampler.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-span.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-stack_trace_table.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-static_vars.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-symbolize.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-system-alloc.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/libtcmalloc_internal_la-thread_cache.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/logging.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/spinlock.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/spinlock_internal.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/stacktrace.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/sysinfo.o .libs/libtcmalloc.lax/libtcmalloc_internal.a/vdso_support.o  .libs/libtcmalloc.lax/libmaybe_threads.a/maybe_threads.o 
libtool: link: ranlib .libs/libtcmalloc.a
libtool: link: rm -fr .libs/libtcmalloc.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc.la" && ln -s "../libtcmalloc.la" "libtcmalloc.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o malloc_bench_shared_full benchmark/malloc_bench_shared_full-malloc_bench.o librun_benchmark.la libtcmalloc.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/malloc_bench_shared_full benchmark/malloc_bench_shared_full-malloc_bench.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/librun_benchmark.a ./.libs/libtcmalloc.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcmalloc_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc
In function 'void testing::TestRealloc()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1584:14,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:673:26: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  673 |       void* new_p = noopt(realloc(p, start_sizes[s] - deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:676:9: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  676 |     free(p);
      |     ~~~~^~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'void testing::TestRanges()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1631:13,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:913:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  913 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:916:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  916 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:910:21: warning: pointer 'a' used after 'void std::free(void*)' [-Wuse-after-free]
  910 |   CheckRangeCallback(a, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:917:21: warning: pointer 'b' may be used after 'void std::free(void*)' [-Wuse-after-free]
  917 |   CheckRangeCallback(b, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:915:7: note: call to 'void std::free(void*)' here
  915 |   free(b);
      |   ~~~~^~~
mv -f src/tests/.deps/tcmalloc_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcmalloc_unittest-tcmalloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcmalloc_unittest-testutil.Tpo -c -o src/tests/tcmalloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/tcmalloc_unittest-testutil.Tpo src/tests/.deps/tcmalloc_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_unittest src/tests/tcmalloc_unittest-tcmalloc_unittest.o src/tests/tcmalloc_unittest-testutil.o libtcmalloc.la liblogging.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_unittest src/tests/tcmalloc_unittest-tcmalloc_unittest.o src/tests/tcmalloc_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so ./.libs/liblogging.a -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/sampling_test-sampling_test.o -MD -MP -MF src/tests/.deps/sampling_test-sampling_test.Tpo -c -o src/tests/sampling_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo './'`src/tests/sampling_test.cc
mv -f src/tests/.deps/sampling_test-sampling_test.Tpo src/tests/.deps/sampling_test-sampling_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o sampling_test src/tests/sampling_test-sampling_test.o  libtcmalloc.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -g -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -g -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/sampling_test src/tests/sampling_test-sampling_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/heap_profiler_unittest-heap-profiler_unittest.o -MD -MP -MF src/tests/.deps/heap_profiler_unittest-heap-profiler_unittest.Tpo -c -o src/tests/heap_profiler_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo './'`src/tests/heap-profiler_unittest.cc
mv -f src/tests/.deps/heap_profiler_unittest-heap-profiler_unittest.Tpo src/tests/.deps/heap_profiler_unittest-heap-profiler_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o heap-profiler_unittest src/tests/heap_profiler_unittest-heap-profiler_unittest.o  libtcmalloc.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -g -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -g -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/heap-profiler_unittest src/tests/heap_profiler_unittest-heap-profiler_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/heap_checker_unittest-heap-checker_unittest.o -MD -MP -MF src/tests/.deps/heap_checker_unittest-heap-checker_unittest.Tpo -c -o src/tests/heap_checker_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo './'`src/tests/heap-checker_unittest.cc
mv -f src/tests/.deps/heap_checker_unittest-heap-checker_unittest.Tpo src/tests/.deps/heap_checker_unittest-heap-checker_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o heap-checker_unittest src/tests/heap_checker_unittest-heap-checker_unittest.o  libtcmalloc.la liblogging.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -g -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -g -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/heap-checker_unittest src/tests/heap_checker_unittest-heap-checker_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so ./.libs/liblogging.a -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/sampling_debug_test-sampling_test.o -MD -MP -MF src/tests/.deps/sampling_debug_test-sampling_test.Tpo -c -o src/tests/sampling_debug_test-sampling_test.o `test -f 'src/tests/sampling_test.cc' || echo './'`src/tests/sampling_test.cc
mv -f src/tests/.deps/sampling_debug_test-sampling_test.Tpo src/tests/.deps/sampling_debug_test-sampling_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o sampling_debug_test src/tests/sampling_debug_test-sampling_test.o  libtcmalloc_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -g -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -g -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/sampling_debug_test src/tests/sampling_debug_test-sampling_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/heap_profiler_debug_unittest-heap-profiler_unittest.o -MD -MP -MF src/tests/.deps/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo -c -o src/tests/heap_profiler_debug_unittest-heap-profiler_unittest.o `test -f 'src/tests/heap-profiler_unittest.cc' || echo './'`src/tests/heap-profiler_unittest.cc
mv -f src/tests/.deps/heap_profiler_debug_unittest-heap-profiler_unittest.Tpo src/tests/.deps/heap_profiler_debug_unittest-heap-profiler_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o heap-profiler_debug_unittest src/tests/heap_profiler_debug_unittest-heap-profiler_unittest.o  libtcmalloc_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -g -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -g -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/heap-profiler_debug_unittest src/tests/heap_profiler_debug_unittest-heap-profiler_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/heap_checker_debug_unittest-heap-checker_unittest.o -MD -MP -MF src/tests/.deps/heap_checker_debug_unittest-heap-checker_unittest.Tpo -c -o src/tests/heap_checker_debug_unittest-heap-checker_unittest.o `test -f 'src/tests/heap-checker_unittest.cc' || echo './'`src/tests/heap-checker_unittest.cc
mv -f src/tests/.deps/heap_checker_debug_unittest-heap-checker_unittest.Tpo src/tests/.deps/heap_checker_debug_unittest-heap-checker_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -g -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -g -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o heap-checker_debug_unittest src/tests/heap_checker_debug_unittest-heap-checker_unittest.o  libtcmalloc_debug.la liblogging.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -g -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -g -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/heap-checker_debug_unittest src/tests/heap_checker_debug_unittest-heap-checker_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_debug.so ./.libs/liblogging.a -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/low_level_alloc_unittest-low_level_alloc.o -MD -MP -MF src/base/.deps/low_level_alloc_unittest-low_level_alloc.Tpo -c -o src/base/low_level_alloc_unittest-low_level_alloc.o `test -f 'src/base/low_level_alloc.cc' || echo './'`src/base/low_level_alloc.cc
mv -f src/base/.deps/low_level_alloc_unittest-low_level_alloc.Tpo src/base/.deps/low_level_alloc_unittest-low_level_alloc.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/low_level_alloc_unittest-malloc_hook.o -MD -MP -MF src/.deps/low_level_alloc_unittest-malloc_hook.Tpo -c -o src/low_level_alloc_unittest-malloc_hook.o `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc
mv -f src/.deps/low_level_alloc_unittest-malloc_hook.Tpo src/.deps/low_level_alloc_unittest-malloc_hook.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/low_level_alloc_unittest-low_level_alloc_unittest.o -MD -MP -MF src/tests/.deps/low_level_alloc_unittest-low_level_alloc_unittest.Tpo -c -o src/tests/low_level_alloc_unittest-low_level_alloc_unittest.o `test -f 'src/tests/low_level_alloc_unittest.cc' || echo './'`src/tests/low_level_alloc_unittest.cc
mv -f src/tests/.deps/low_level_alloc_unittest-low_level_alloc_unittest.Tpo src/tests/.deps/low_level_alloc_unittest-low_level_alloc_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o low_level_alloc_unittest src/base/low_level_alloc_unittest-low_level_alloc.o src/low_level_alloc_unittest-malloc_hook.o src/tests/low_level_alloc_unittest-low_level_alloc_unittest.o   libspinlock.la libsysinfo.la liblogging.la libmaybe_threads.la 
libtool: link: g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o low_level_alloc_unittest src/base/low_level_alloc_unittest-low_level_alloc.o src/low_level_alloc_unittest-malloc_hook.o src/tests/low_level_alloc_unittest-low_level_alloc_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libspinlock.a ./.libs/libsysinfo.a ./.libs/liblogging.a ./.libs/libmaybe_threads.a
depbase=`echo src/tests/atomicops_unittest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/atomicops_unittest.o -MD -MP -MF $depbase.Tpo -c -o src/tests/atomicops_unittest.o src/tests/atomicops_unittest.cc &&\
mv -f $depbase.Tpo $depbase.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o atomicops_unittest src/tests/atomicops_unittest.o  libspinlock.la libsysinfo.la liblogging.la 
libtool: link: g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o atomicops_unittest src/tests/atomicops_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libspinlock.a ./.libs/libsysinfo.a ./.libs/liblogging.a
depbase=`echo src/tests/stacktrace_unittest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/stacktrace_unittest.o -MD -MP -MF $depbase.Tpo -c -o src/tests/stacktrace_unittest.o src/tests/stacktrace_unittest.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/fake_stacktrace_scope.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/fake_stacktrace_scope.lo -MD -MP -MF $depbase.Tpo -c -o src/fake_stacktrace_scope.lo src/fake_stacktrace_scope.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/fake_stacktrace_scope.lo -MD -MP -MF src/.deps/fake_stacktrace_scope.Tpo -c src/fake_stacktrace_scope.cc  -fPIC -DPIC -o src/.libs/fake_stacktrace_scope.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/fake_stacktrace_scope.lo -MD -MP -MF src/.deps/fake_stacktrace_scope.Tpo -c src/fake_stacktrace_scope.cc -o src/fake_stacktrace_scope.o >/dev/null 2>&1
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libfake_stacktrace_scope.la  src/fake_stacktrace_scope.lo  
libtool: link: ar cr .libs/libfake_stacktrace_scope.a src/.libs/fake_stacktrace_scope.o 
libtool: link: ranlib .libs/libfake_stacktrace_scope.a
libtool: link: ( cd ".libs" && rm -f "libfake_stacktrace_scope.la" && ln -s "../libfake_stacktrace_scope.la" "libfake_stacktrace_scope.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o stacktrace_unittest src/tests/stacktrace_unittest.o    libstacktrace.la liblogging.la libfake_stacktrace_scope.la 
libtool: link: g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o stacktrace_unittest src/tests/stacktrace_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libstacktrace.a ./.libs/liblogging.a ./.libs/libfake_stacktrace_scope.a
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_minimal_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcmalloc_minimal_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc
In function 'void testing::TestRealloc()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1584:14,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:673:26: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  673 |       void* new_p = noopt(realloc(p, start_sizes[s] - deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:676:9: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  676 |     free(p);
      |     ~~~~^~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'void testing::TestRanges()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1631:13,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:913:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  913 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:916:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  916 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:910:21: warning: pointer 'a' used after 'void std::free(void*)' [-Wuse-after-free]
  910 |   CheckRangeCallback(a, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:917:21: warning: pointer 'b' may be used after 'void std::free(void*)' [-Wuse-after-free]
  917 |   CheckRangeCallback(b, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:915:7: note: call to 'void std::free(void*)' here
  915 |   free(b);
      |   ~~~~^~~
mv -f src/tests/.deps/tcmalloc_minimal_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcmalloc_minimal_unittest-tcmalloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_minimal_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcmalloc_minimal_unittest-testutil.Tpo -c -o src/tests/tcmalloc_minimal_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/tcmalloc_minimal_unittest-testutil.Tpo src/tests/.deps/tcmalloc_minimal_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_minimal_unittest src/tests/tcmalloc_minimal_unittest-tcmalloc_unittest.o src/tests/tcmalloc_minimal_unittest-testutil.o libtcmalloc_minimal.la liblogging.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_minimal_unittest src/tests/tcmalloc_minimal_unittest-tcmalloc_unittest.o src/tests/tcmalloc_minimal_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so ./.libs/liblogging.a -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcm_min_asserts_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcm_min_asserts_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcm_min_asserts_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc
In function 'void testing::TestRealloc()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1584:14,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:673:26: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  673 |       void* new_p = noopt(realloc(p, start_sizes[s] - deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:676:9: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  676 |     free(p);
      |     ~~~~^~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'void testing::TestRanges()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1631:13,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:913:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  913 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:916:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  916 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:910:21: warning: pointer 'a' used after 'void std::free(void*)' [-Wuse-after-free]
  910 |   CheckRangeCallback(a, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:917:21: warning: pointer 'b' may be used after 'void std::free(void*)' [-Wuse-after-free]
  917 |   CheckRangeCallback(b, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:915:7: note: call to 'void std::free(void*)' here
  915 |   free(b);
      |   ~~~~^~~
mv -f src/tests/.deps/tcm_min_asserts_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcm_min_asserts_unittest-tcmalloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcm_min_asserts_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcm_min_asserts_unittest-testutil.Tpo -c -o src/tests/tcm_min_asserts_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/tcm_min_asserts_unittest-testutil.Tpo src/tests/.deps/tcm_min_asserts_unittest-testutil.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-common.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-common.Tpo -c -o src/tcm_min_asserts_unittest-common.o `test -f 'src/common.cc' || echo './'`src/common.cc
mv -f src/.deps/tcm_min_asserts_unittest-common.Tpo src/.deps/tcm_min_asserts_unittest-common.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-internal_logging.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-internal_logging.Tpo -c -o src/tcm_min_asserts_unittest-internal_logging.o `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc
mv -f src/.deps/tcm_min_asserts_unittest-internal_logging.Tpo src/.deps/tcm_min_asserts_unittest-internal_logging.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-system-alloc.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-system-alloc.Tpo -c -o src/tcm_min_asserts_unittest-system-alloc.o `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc
mv -f src/.deps/tcm_min_asserts_unittest-system-alloc.Tpo src/.deps/tcm_min_asserts_unittest-system-alloc.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-memfs_malloc.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-memfs_malloc.Tpo -c -o src/tcm_min_asserts_unittest-memfs_malloc.o `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc
mv -f src/.deps/tcm_min_asserts_unittest-memfs_malloc.Tpo src/.deps/tcm_min_asserts_unittest-memfs_malloc.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-central_freelist.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-central_freelist.Tpo -c -o src/tcm_min_asserts_unittest-central_freelist.o `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc
mv -f src/.deps/tcm_min_asserts_unittest-central_freelist.Tpo src/.deps/tcm_min_asserts_unittest-central_freelist.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-page_heap.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-page_heap.Tpo -c -o src/tcm_min_asserts_unittest-page_heap.o `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc
mv -f src/.deps/tcm_min_asserts_unittest-page_heap.Tpo src/.deps/tcm_min_asserts_unittest-page_heap.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-sampler.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-sampler.Tpo -c -o src/tcm_min_asserts_unittest-sampler.o `test -f 'src/sampler.cc' || echo './'`src/sampler.cc
mv -f src/.deps/tcm_min_asserts_unittest-sampler.Tpo src/.deps/tcm_min_asserts_unittest-sampler.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-span.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-span.Tpo -c -o src/tcm_min_asserts_unittest-span.o `test -f 'src/span.cc' || echo './'`src/span.cc
mv -f src/.deps/tcm_min_asserts_unittest-span.Tpo src/.deps/tcm_min_asserts_unittest-span.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-stack_trace_table.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-stack_trace_table.Tpo -c -o src/tcm_min_asserts_unittest-stack_trace_table.o `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc
mv -f src/.deps/tcm_min_asserts_unittest-stack_trace_table.Tpo src/.deps/tcm_min_asserts_unittest-stack_trace_table.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-static_vars.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-static_vars.Tpo -c -o src/tcm_min_asserts_unittest-static_vars.o `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc
mv -f src/.deps/tcm_min_asserts_unittest-static_vars.Tpo src/.deps/tcm_min_asserts_unittest-static_vars.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-symbolize.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-symbolize.Tpo -c -o src/tcm_min_asserts_unittest-symbolize.o `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
mv -f src/.deps/tcm_min_asserts_unittest-symbolize.Tpo src/.deps/tcm_min_asserts_unittest-symbolize.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-thread_cache.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-thread_cache.Tpo -c -o src/tcm_min_asserts_unittest-thread_cache.o `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc
mv -f src/.deps/tcm_min_asserts_unittest-thread_cache.Tpo src/.deps/tcm_min_asserts_unittest-thread_cache.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-malloc_hook.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-malloc_hook.Tpo -c -o src/tcm_min_asserts_unittest-malloc_hook.o `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc
mv -f src/.deps/tcm_min_asserts_unittest-malloc_hook.Tpo src/.deps/tcm_min_asserts_unittest-malloc_hook.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-malloc_extension.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-malloc_extension.Tpo -c -o src/tcm_min_asserts_unittest-malloc_extension.o `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc
mv -f src/.deps/tcm_min_asserts_unittest-malloc_extension.Tpo src/.deps/tcm_min_asserts_unittest-malloc_extension.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tcm_min_asserts_unittest-tcmalloc.o -MD -MP -MF src/.deps/tcm_min_asserts_unittest-tcmalloc.Tpo -c -o src/tcm_min_asserts_unittest-tcmalloc.o `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc
In file included from src/libc_override.h:92,
                 from src/tcmalloc.cc:150:
src/libc_override_gcc_and_weak.h:225:7: warning: 'int mallopt(int, int)' specifies less restrictive attribute than its target 'int tc_mallopt(int, int)': 'nothrow' [-Wmissing-attributes]
  225 |   int mallopt(int cmd, int value) __THROW         ALIAS(tc_mallopt);
      |       ^~~~~~~
src/tcmalloc.cc:2205:35: note: 'int mallopt(int, int)' target declared here
 2205 | extern "C" PERFTOOLS_DLL_DECL int tc_mallopt(int cmd, int value) PERFTOOLS_NOTHROW {
      |                                   ^~~~~~~~~~
mv -f src/.deps/tcm_min_asserts_unittest-tcmalloc.Tpo src/.deps/tcm_min_asserts_unittest-tcmalloc.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcm_min_asserts_unittest src/tests/tcm_min_asserts_unittest-tcmalloc_unittest.o src/tests/tcm_min_asserts_unittest-testutil.o src/tcm_min_asserts_unittest-common.o src/tcm_min_asserts_unittest-internal_logging.o src/tcm_min_asserts_unittest-system-alloc.o src/tcm_min_asserts_unittest-memfs_malloc.o src/tcm_min_asserts_unittest-central_freelist.o src/tcm_min_asserts_unittest-page_heap.o src/tcm_min_asserts_unittest-sampler.o src/tcm_min_asserts_unittest-span.o src/tcm_min_asserts_unittest-stack_trace_table.o src/tcm_min_asserts_unittest-static_vars.o src/tcm_min_asserts_unittest-symbolize.o src/tcm_min_asserts_unittest-thread_cache.o src/tcm_min_asserts_unittest-malloc_hook.o src/tcm_min_asserts_unittest-malloc_extension.o    src/tcm_min_asserts_unittest-tcmalloc.o    libspinlock.la libsysinfo.la liblogging.la libmaybe_threads.la liblogging.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o tcm_min_asserts_unittest src/tests/tcm_min_asserts_unittest-tcmalloc_unittest.o src/tests/tcm_min_asserts_unittest-testutil.o src/tcm_min_asserts_unittest-common.o src/tcm_min_asserts_unittest-internal_logging.o src/tcm_min_asserts_unittest-system-alloc.o src/tcm_min_asserts_unittest-memfs_malloc.o src/tcm_min_asserts_unittest-central_freelist.o src/tcm_min_asserts_unittest-page_heap.o src/tcm_min_asserts_unittest-sampler.o src/tcm_min_asserts_unittest-span.o src/tcm_min_asserts_unittest-stack_trace_table.o src/tcm_min_asserts_unittest-static_vars.o src/tcm_min_asserts_unittest-symbolize.o src/tcm_min_asserts_unittest-thread_cache.o src/tcm_min_asserts_unittest-malloc_hook.o src/tcm_min_asserts_unittest-malloc_extension.o src/tcm_min_asserts_unittest-tcmalloc.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libspinlock.a ./.libs/libsysinfo.a ./.libs/libmaybe_threads.a ./.libs/liblogging.a -lpthread -lrt
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo -c -o src/tests/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo './'`src/tests/tcmalloc_large_unittest.cc
src/tests/tcmalloc_large_unittest.cc: In function 'void TryAllocExpectFail(std::size_t)':
src/tests/tcmalloc_large_unittest.cc:62:7: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
   62 |   free(p2);
      |   ~~~~^~~~
src/tests/tcmalloc_large_unittest.cc:59:19: note: call to 'void* std::realloc(void*, size_t)' here
   59 |   void* p3 = noopt(realloc(p2, size));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~
mv -f src/tests/.deps/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Tpo src/tests/.deps/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_minimal_large_unittest src/tests/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_minimal_large_unittest src/tests/tcmalloc_minimal_large_unittest-tcmalloc_large_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo -c -o src/tests/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o `test -f 'src/tests/large_heap_fragmentation_unittest.cc' || echo './'`src/tests/large_heap_fragmentation_unittest.cc
mv -f src/tests/.deps/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo src/tests/.deps/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_minimal_large_heap_fragmentation_unittest src/tests/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_minimal_large_heap_fragmentation_unittest src/tests/tcmalloc_minimal_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/addressmap_unittest-addressmap_unittest.o -MD -MP -MF src/tests/.deps/addressmap_unittest-addressmap_unittest.Tpo -c -o src/tests/addressmap_unittest-addressmap_unittest.o `test -f 'src/tests/addressmap_unittest.cc' || echo './'`src/tests/addressmap_unittest.cc
mv -f src/tests/.deps/addressmap_unittest-addressmap_unittest.Tpo src/tests/.deps/addressmap_unittest-addressmap_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -no-undefined  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o addressmap_unittest src/tests/addressmap_unittest-addressmap_unittest.o   liblogging.la 
libtool: link: g++ -std=gnu++11 -g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o addressmap_unittest src/tests/addressmap_unittest-addressmap_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/liblogging.a
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/system_alloc_unittest-system-alloc_unittest.o -MD -MP -MF src/tests/.deps/system_alloc_unittest-system-alloc_unittest.Tpo -c -o src/tests/system_alloc_unittest-system-alloc_unittest.o `test -f 'src/tests/system-alloc_unittest.cc' || echo './'`src/tests/system-alloc_unittest.cc
mv -f src/tests/.deps/system_alloc_unittest-system-alloc_unittest.Tpo src/tests/.deps/system_alloc_unittest-system-alloc_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o system_alloc_unittest src/tests/system_alloc_unittest-system-alloc_unittest.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/system_alloc_unittest src/tests/system_alloc_unittest-system-alloc_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/packed_cache_test-packed-cache_test.o -MD -MP -MF src/tests/.deps/packed_cache_test-packed-cache_test.Tpo -c -o src/tests/packed_cache_test-packed-cache_test.o `test -f 'src/tests/packed-cache_test.cc' || echo './'`src/tests/packed-cache_test.cc
mv -f src/tests/.deps/packed_cache_test-packed-cache_test.Tpo src/tests/.deps/packed_cache_test-packed-cache_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o packed_cache_test src/tests/packed_cache_test-packed-cache_test.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/packed_cache_test src/tests/packed_cache_test-packed-cache_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/frag_unittest-frag_unittest.o -MD -MP -MF src/tests/.deps/frag_unittest-frag_unittest.Tpo -c -o src/tests/frag_unittest-frag_unittest.o `test -f 'src/tests/frag_unittest.cc' || echo './'`src/tests/frag_unittest.cc
mv -f src/tests/.deps/frag_unittest-frag_unittest.Tpo src/tests/.deps/frag_unittest-frag_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o frag_unittest src/tests/frag_unittest-frag_unittest.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/frag_unittest src/tests/frag_unittest-frag_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/markidle_unittest-markidle_unittest.o -MD -MP -MF src/tests/.deps/markidle_unittest-markidle_unittest.Tpo -c -o src/tests/markidle_unittest-markidle_unittest.o `test -f 'src/tests/markidle_unittest.cc' || echo './'`src/tests/markidle_unittest.cc
mv -f src/tests/.deps/markidle_unittest-markidle_unittest.Tpo src/tests/.deps/markidle_unittest-markidle_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/markidle_unittest-testutil.o -MD -MP -MF src/tests/.deps/markidle_unittest-testutil.Tpo -c -o src/tests/markidle_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/markidle_unittest-testutil.Tpo src/tests/.deps/markidle_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o markidle_unittest src/tests/markidle_unittest-markidle_unittest.o src/tests/markidle_unittest-testutil.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/markidle_unittest src/tests/markidle_unittest-markidle_unittest.o src/tests/markidle_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/current_allocated_bytes_test-current_allocated_bytes_test.o -MD -MP -MF src/tests/.deps/current_allocated_bytes_test-current_allocated_bytes_test.Tpo -c -o src/tests/current_allocated_bytes_test-current_allocated_bytes_test.o `test -f 'src/tests/current_allocated_bytes_test.cc' || echo './'`src/tests/current_allocated_bytes_test.cc
mv -f src/tests/.deps/current_allocated_bytes_test-current_allocated_bytes_test.Tpo src/tests/.deps/current_allocated_bytes_test-current_allocated_bytes_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o current_allocated_bytes_test src/tests/current_allocated_bytes_test-current_allocated_bytes_test.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/current_allocated_bytes_test src/tests/current_allocated_bytes_test-current_allocated_bytes_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/malloc_hook_test-malloc_hook_test.o -MD -MP -MF src/tests/.deps/malloc_hook_test-malloc_hook_test.Tpo -c -o src/tests/malloc_hook_test-malloc_hook_test.o `test -f 'src/tests/malloc_hook_test.cc' || echo './'`src/tests/malloc_hook_test.cc
mv -f src/tests/.deps/malloc_hook_test-malloc_hook_test.Tpo src/tests/.deps/malloc_hook_test-malloc_hook_test.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/malloc_hook_test-testutil.o -MD -MP -MF src/tests/.deps/malloc_hook_test-testutil.Tpo -c -o src/tests/malloc_hook_test-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/malloc_hook_test-testutil.Tpo src/tests/.deps/malloc_hook_test-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o malloc_hook_test src/tests/malloc_hook_test-malloc_hook_test.o src/tests/malloc_hook_test-testutil.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/malloc_hook_test src/tests/malloc_hook_test-malloc_hook_test.o src/tests/malloc_hook_test-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/malloc_extension_test-malloc_extension_test.o -MD -MP -MF src/tests/.deps/malloc_extension_test-malloc_extension_test.Tpo -c -o src/tests/malloc_extension_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo './'`src/tests/malloc_extension_test.cc
mv -f src/tests/.deps/malloc_extension_test-malloc_extension_test.Tpo src/tests/.deps/malloc_extension_test-malloc_extension_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o malloc_extension_test src/tests/malloc_extension_test-malloc_extension_test.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/malloc_extension_test src/tests/malloc_extension_test-malloc_extension_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
gcc -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -ansi -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/malloc_extension_c_test-malloc_extension_c_test.o -MD -MP -MF src/tests/.deps/malloc_extension_c_test-malloc_extension_c_test.Tpo -c -o src/tests/malloc_extension_c_test-malloc_extension_c_test.o `test -f 'src/tests/malloc_extension_c_test.c' || echo './'`src/tests/malloc_extension_c_test.c
mv -f src/tests/.deps/malloc_extension_c_test-malloc_extension_c_test.Tpo src/tests/.deps/malloc_extension_c_test-malloc_extension_c_test.Po
/usr/bin/bash ./libtool  --tag=CC   --mode=link gcc -D_REENTRANT  -pthread   -ansi -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o malloc_extension_c_test src/tests/malloc_extension_c_test-malloc_extension_c_test.o libtcmalloc_minimal.la -lpthread -lrt -lstdc++ -lm 
libtool: link: gcc -D_REENTRANT -ansi -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/malloc_extension_c_test src/tests/malloc_extension_c_test-malloc_extension_c_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -lstdc++ -lm -R/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/memalign_unittest-memalign_unittest.o -MD -MP -MF src/tests/.deps/memalign_unittest-memalign_unittest.Tpo -c -o src/tests/memalign_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo './'`src/tests/memalign_unittest.cc
mv -f src/tests/.deps/memalign_unittest-memalign_unittest.Tpo src/tests/.deps/memalign_unittest-memalign_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/memalign_unittest-testutil.o -MD -MP -MF src/tests/.deps/memalign_unittest-testutil.Tpo -c -o src/tests/memalign_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/memalign_unittest-testutil.Tpo src/tests/.deps/memalign_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o memalign_unittest src/tests/memalign_unittest-memalign_unittest.o src/tests/memalign_unittest-testutil.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/memalign_unittest src/tests/memalign_unittest-memalign_unittest.o src/tests/memalign_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/page_heap_test-page_heap_test.o -MD -MP -MF src/tests/.deps/page_heap_test-page_heap_test.Tpo -c -o src/tests/page_heap_test-page_heap_test.o `test -f 'src/tests/page_heap_test.cc' || echo './'`src/tests/page_heap_test.cc
mv -f src/tests/.deps/page_heap_test-page_heap_test.Tpo src/tests/.deps/page_heap_test-page_heap_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o page_heap_test src/tests/page_heap_test-page_heap_test.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/page_heap_test src/tests/page_heap_test-page_heap_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/pagemap_unittest-pagemap_unittest.o -MD -MP -MF src/tests/.deps/pagemap_unittest-pagemap_unittest.Tpo -c -o src/tests/pagemap_unittest-pagemap_unittest.o `test -f 'src/tests/pagemap_unittest.cc' || echo './'`src/tests/pagemap_unittest.cc
In file included from src/tests/pagemap_unittest.cc:45:
In member function 'void TCMalloc_PageMap3<BITS>::set(Number, void*) [with int BITS = 20]',
    inlined from 'void TestMap(int, bool) [with Type = TCMalloc_PageMap3<20>]' at src/tests/pagemap_unittest.cc:85:14:
./src/pagemap.h:268:39: warning: array subscript 128 is above array bounds of 'TCMalloc_PageMap3<20>::Node* [128]' [-Warray-bounds]
  268 |     reinterpret_cast<Leaf*>(root_.ptrs[i1]->ptrs[i2])->values[i3] = v;
      |                             ~~~~~~~~~~^
./src/pagemap.h: In function 'void TestMap(int, bool) [with Type = TCMalloc_PageMap3<20>]':
./src/pagemap.h:224:11: note: while referencing 'TCMalloc_PageMap3<20>::Node::ptrs'
  224 |     Node* ptrs[INTERIOR_LENGTH];
      |           ^~~~
In member function 'void TCMalloc_PageMap3<BITS>::set(Number, void*) [with int BITS = 20]',
    inlined from 'void TestMap(int, bool) [with Type = TCMalloc_PageMap3<20>]' at src/tests/pagemap_unittest.cc:73:14:
./src/pagemap.h:268:39: warning: array subscript 128 is above array bounds of 'TCMalloc_PageMap3<20>::Node* [128]' [-Warray-bounds]
  268 |     reinterpret_cast<Leaf*>(root_.ptrs[i1]->ptrs[i2])->values[i3] = v;
      |                             ~~~~~~~~~~^
./src/pagemap.h: In function 'void TestMap(int, bool) [with Type = TCMalloc_PageMap3<20>]':
./src/pagemap.h:224:11: note: while referencing 'TCMalloc_PageMap3<20>::Node::ptrs'
  224 |     Node* ptrs[INTERIOR_LENGTH];
      |           ^~~~
In member function 'void TCMalloc_PageMap2<BITS>::set(Number, void*) [with int BITS = 20]',
    inlined from 'void TestMap(int, bool) [with Type = TCMalloc_PageMap2<20>]' at src/tests/pagemap_unittest.cc:85:14:
./src/pagemap.h:159:10: warning: array subscript 1024 is above array bounds of 'TCMalloc_PageMap2<20>::Leaf* [1024]' [-Warray-bounds]
  159 |     root_[i1]->values[i2] = v;
      |     ~~~~~^
./src/pagemap.h: In function 'void TestMap(int, bool) [with Type = TCMalloc_PageMap2<20>]':
./src/pagemap.h:134:9: note: while referencing 'TCMalloc_PageMap2<20>::root_'
  134 |   Leaf* root_[ROOT_LENGTH];             // Pointers to child nodes
      |         ^~~~~
In member function 'void TCMalloc_PageMap2<BITS>::set(Number, void*) [with int BITS = 20]',
    inlined from 'void TestMap(int, bool) [with Type = TCMalloc_PageMap2<20>]' at src/tests/pagemap_unittest.cc:73:14:
./src/pagemap.h:159:10: warning: array subscript 1024 is above array bounds of 'TCMalloc_PageMap2<20>::Leaf* [1024]' [-Warray-bounds]
  159 |     root_[i1]->values[i2] = v;
      |     ~~~~~^
./src/pagemap.h: In function 'void TestMap(int, bool) [with Type = TCMalloc_PageMap2<20>]':
./src/pagemap.h:134:9: note: while referencing 'TCMalloc_PageMap2<20>::root_'
  134 |   Leaf* root_[ROOT_LENGTH];             // Pointers to child nodes
      |         ^~~~~
mv -f src/tests/.deps/pagemap_unittest-pagemap_unittest.Tpo src/tests/.deps/pagemap_unittest-pagemap_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o pagemap_unittest src/tests/pagemap_unittest-pagemap_unittest.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/pagemap_unittest src/tests/pagemap_unittest-pagemap_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/realloc_unittest-realloc_unittest.o -MD -MP -MF src/tests/.deps/realloc_unittest-realloc_unittest.Tpo -c -o src/tests/realloc_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo './'`src/tests/realloc_unittest.cc
mv -f src/tests/.deps/realloc_unittest-realloc_unittest.Tpo src/tests/.deps/realloc_unittest-realloc_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o realloc_unittest src/tests/realloc_unittest-realloc_unittest.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/realloc_unittest src/tests/realloc_unittest-realloc_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/stack_trace_table_test-stack_trace_table_test.o -MD -MP -MF src/tests/.deps/stack_trace_table_test-stack_trace_table_test.Tpo -c -o src/tests/stack_trace_table_test-stack_trace_table_test.o `test -f 'src/tests/stack_trace_table_test.cc' || echo './'`src/tests/stack_trace_table_test.cc
mv -f src/tests/.deps/stack_trace_table_test-stack_trace_table_test.Tpo src/tests/.deps/stack_trace_table_test-stack_trace_table_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o stack_trace_table_test src/tests/stack_trace_table_test-stack_trace_table_test.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/stack_trace_table_test src/tests/stack_trace_table_test-stack_trace_table_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/thread_dealloc_unittest-thread_dealloc_unittest.o -MD -MP -MF src/tests/.deps/thread_dealloc_unittest-thread_dealloc_unittest.Tpo -c -o src/tests/thread_dealloc_unittest-thread_dealloc_unittest.o `test -f 'src/tests/thread_dealloc_unittest.cc' || echo './'`src/tests/thread_dealloc_unittest.cc
mv -f src/tests/.deps/thread_dealloc_unittest-thread_dealloc_unittest.Tpo src/tests/.deps/thread_dealloc_unittest-thread_dealloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/thread_dealloc_unittest-testutil.o -MD -MP -MF src/tests/.deps/thread_dealloc_unittest-testutil.Tpo -c -o src/tests/thread_dealloc_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/thread_dealloc_unittest-testutil.Tpo src/tests/.deps/thread_dealloc_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o thread_dealloc_unittest src/tests/thread_dealloc_unittest-thread_dealloc_unittest.o src/tests/thread_dealloc_unittest-testutil.o libtcmalloc_minimal.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/thread_dealloc_unittest src/tests/thread_dealloc_unittest-thread_dealloc_unittest.o src/tests/thread_dealloc_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc
In function 'void testing::TestRanges()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1631:13,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:913:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  913 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:916:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  916 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:910:21: warning: pointer 'a' used after 'void std::free(void*)' [-Wuse-after-free]
  910 |   CheckRangeCallback(a, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:917:21: warning: pointer 'b' may be used after 'void std::free(void*)' [-Wuse-after-free]
  917 |   CheckRangeCallback(b, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:915:7: note: call to 'void std::free(void*)' here
  915 |   free(b);
      |   ~~~~^~~
mv -f src/tests/.deps/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_minimal_debug_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcmalloc_minimal_debug_unittest-testutil.Tpo -c -o src/tests/tcmalloc_minimal_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/tcmalloc_minimal_debug_unittest-testutil.Tpo src/tests/.deps/tcmalloc_minimal_debug_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -DNO_TCMALLOC_SAMPLES -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c -o src/libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo './'`src/debugallocation.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c src/debugallocation.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_debug_la-debugallocation.o
src/debugallocation.cc: In function 'void* DebugAllocate(std::size_t, int)':
src/debugallocation.cc:1011:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'pthread_t' {aka 'unsigned int'} [-Wformat=]
 1011 |       TracePrintf(TraceFd(), "%s\t%zu\t%p\t%" GPRIuPTHREAD,      \
 1012 |                   name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \
      |                                                                   ~
      |                                                                   |
      |                                                                   pthread_t {aka unsigned int}
src/debugallocation.cc:1039:3: note: in expansion of macro 'MALLOC_TRACE'
 1039 |   MALLOC_TRACE("malloc", size, ptr->data_addr());
      |   ^~~~~~~~~~~~
In file included from src/base/commandlineflags.h:56,
                 from src/debugallocation.cc:72:
./src/base/basictypes.h:112:24: note: format string is defined here
  112 | #define GPRIuPTHREAD "lu"
src/debugallocation.cc: In function 'void DebugDeallocate(void*, int, std::size_t)':
src/debugallocation.cc:1011:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'pthread_t' {aka 'unsigned int'} [-Wformat=]
 1011 |       TracePrintf(TraceFd(), "%s\t%zu\t%p\t%" GPRIuPTHREAD,      \
 1012 |                   name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \
      |                                                                   ~
      |                                                                   |
      |                                                                   pthread_t {aka unsigned int}
src/debugallocation.cc:1044:3: note: in expansion of macro 'MALLOC_TRACE'
 1044 |   MALLOC_TRACE("free",
      |   ^~~~~~~~~~~~
./src/base/basictypes.h:112:24: note: format string is defined here
  112 | #define GPRIuPTHREAD "lu"
src/debugallocation.cc: In function 'void* tc_realloc(void*, std::size_t)':
src/debugallocation.cc:1011:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'pthread_t' {aka 'unsigned int'} [-Wformat=]
 1011 |       TracePrintf(TraceFd(), "%s\t%zu\t%p\t%" GPRIuPTHREAD,      \
 1012 |                   name, size, addr, PRINTABLE_PTHREAD(pthread_self())); \
      |                                                                   ~
      |                                                                   |
      |                                                                   pthread_t {aka unsigned int}
src/debugallocation.cc:1320:3: note: in expansion of macro 'MALLOC_TRACE'
 1320 |   MALLOC_TRACE("realloc", p->data_size(), p->data_addr());
      |   ^~~~~~~~~~~~
./src/base/basictypes.h:112:24: note: format string is defined here
  112 | #define GPRIuPTHREAD "lu"
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -DNO_TCMALLOC_SAMPLES -D_REENTRANT -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c src/debugallocation.cc -o src/libtcmalloc_minimal_debug_la-debugallocation.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo src/.deps/libtcmalloc_minimal_debug_la-debugallocation.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -D_REENTRANT  -pthread  -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DTCMALLOC_FOR_DEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -version-info 9:10:5 -no-undefined  -version-info 9:10:5 -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc_minimal_debug.la -rpath /opt/local/lib src/libtcmalloc_minimal_debug_la-debugallocation.lo    libtcmalloc_minimal_internal.la 
libtool: link: g++ -shared  -fPIC -DPIC  src/.libs/libtcmalloc_minimal_debug_la-debugallocation.o  -Wl,-z -Wl,allextract ./.libs/libtcmalloc_minimal_internal.a -Wl,-z -Wl,defaultextract  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib   -Wl,-h -Wl,libtcmalloc_minimal_debug.so.4 -o .libs/libtcmalloc_minimal_debug.so.4.5.10
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal_debug.so.4" && ln -s "libtcmalloc_minimal_debug.so.4.5.10" "libtcmalloc_minimal_debug.so.4")
libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal_debug.so" && ln -s "libtcmalloc_minimal_debug.so.4.5.10" "libtcmalloc_minimal_debug.so")
libtool: link: (cd .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libtcmalloc_minimal_internal.a")
libtool: link: ar cr .libs/libtcmalloc_minimal_debug.a  src/libtcmalloc_minimal_debug_la-debugallocation.o  .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/maybe_threads.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/sysinfo.o 
libtool: link: ranlib .libs/libtcmalloc_minimal_debug.a
libtool: link: rm -fr .libs/libtcmalloc_minimal_debug.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_debug.la" && ln -s "../libtcmalloc_minimal_debug.la" "libtcmalloc_minimal_debug.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_minimal_debug_unittest src/tests/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o src/tests/tcmalloc_minimal_debug_unittest-testutil.o libtcmalloc_minimal_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_minimal_debug_unittest src/tests/tcmalloc_minimal_debug_unittest-tcmalloc_unittest.o src/tests/tcmalloc_minimal_debug_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/malloc_extension_debug_test-malloc_extension_test.o -MD -MP -MF src/tests/.deps/malloc_extension_debug_test-malloc_extension_test.Tpo -c -o src/tests/malloc_extension_debug_test-malloc_extension_test.o `test -f 'src/tests/malloc_extension_test.cc' || echo './'`src/tests/malloc_extension_test.cc
mv -f src/tests/.deps/malloc_extension_debug_test-malloc_extension_test.Tpo src/tests/.deps/malloc_extension_debug_test-malloc_extension_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o malloc_extension_debug_test src/tests/malloc_extension_debug_test-malloc_extension_test.o libtcmalloc_minimal_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/malloc_extension_debug_test src/tests/malloc_extension_debug_test-malloc_extension_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/memalign_debug_unittest-memalign_unittest.o -MD -MP -MF src/tests/.deps/memalign_debug_unittest-memalign_unittest.Tpo -c -o src/tests/memalign_debug_unittest-memalign_unittest.o `test -f 'src/tests/memalign_unittest.cc' || echo './'`src/tests/memalign_unittest.cc
mv -f src/tests/.deps/memalign_debug_unittest-memalign_unittest.Tpo src/tests/.deps/memalign_debug_unittest-memalign_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/memalign_debug_unittest-testutil.o -MD -MP -MF src/tests/.deps/memalign_debug_unittest-testutil.Tpo -c -o src/tests/memalign_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/memalign_debug_unittest-testutil.Tpo src/tests/.deps/memalign_debug_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o memalign_debug_unittest src/tests/memalign_debug_unittest-memalign_unittest.o src/tests/memalign_debug_unittest-testutil.o libtcmalloc_minimal_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/memalign_debug_unittest src/tests/memalign_debug_unittest-memalign_unittest.o src/tests/memalign_debug_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/realloc_debug_unittest-realloc_unittest.o -MD -MP -MF src/tests/.deps/realloc_debug_unittest-realloc_unittest.Tpo -c -o src/tests/realloc_debug_unittest-realloc_unittest.o `test -f 'src/tests/realloc_unittest.cc' || echo './'`src/tests/realloc_unittest.cc
mv -f src/tests/.deps/realloc_debug_unittest-realloc_unittest.Tpo src/tests/.deps/realloc_debug_unittest-realloc_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o realloc_debug_unittest src/tests/realloc_debug_unittest-realloc_unittest.o libtcmalloc_minimal_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/realloc_debug_unittest src/tests/realloc_debug_unittest-realloc_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_minimal_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
rm -f debugallocation_test.sh
cp -p ./src/tests/debugallocation_test.sh debugallocation_test.sh
rm -f tcmalloc_unittest.sh
cp -p ./src/tests/tcmalloc_unittest.sh tcmalloc_unittest.sh
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcm_asserts_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcm_asserts_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcm_asserts_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc
In function 'void testing::TestRealloc()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1584:14,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:673:26: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  673 |       void* new_p = noopt(realloc(p, start_sizes[s] - deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:676:9: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  676 |     free(p);
      |     ~~~~^~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'void testing::TestRanges()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1631:13,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:913:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  913 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:916:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  916 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:910:21: warning: pointer 'a' used after 'void std::free(void*)' [-Wuse-after-free]
  910 |   CheckRangeCallback(a, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:917:21: warning: pointer 'b' may be used after 'void std::free(void*)' [-Wuse-after-free]
  917 |   CheckRangeCallback(b, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:915:7: note: call to 'void std::free(void*)' here
  915 |   free(b);
      |   ~~~~^~~
mv -f src/tests/.deps/tcm_asserts_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcm_asserts_unittest-tcmalloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcm_asserts_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcm_asserts_unittest-testutil.Tpo -c -o src/tests/tcm_asserts_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/tcm_asserts_unittest-testutil.Tpo src/tests/.deps/tcm_asserts_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_with_asserts_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-tcmalloc.Tpo -c -o src/libtcmalloc_with_asserts_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_with_asserts_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-tcmalloc.Tpo -c src/tcmalloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_with_asserts_la-tcmalloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_with_asserts_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-tcmalloc.Tpo -c src/tcmalloc.cc -o src/libtcmalloc_with_asserts_la-tcmalloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_with_asserts_la-tcmalloc.Tpo src/.deps/libtcmalloc_with_asserts_la-tcmalloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/libtcmalloc_with_asserts_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_with_asserts_la-linuxthreads.Tpo -c -o src/base/libtcmalloc_with_asserts_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo './'`src/base/linuxthreads.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_with_asserts_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_with_asserts_la-linuxthreads.Tpo -c src/base/linuxthreads.cc  -fPIC -DPIC -o src/base/.libs/libtcmalloc_with_asserts_la-linuxthreads.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_with_asserts_la-linuxthreads.lo -MD -MP -MF src/base/.deps/libtcmalloc_with_asserts_la-linuxthreads.Tpo -c src/base/linuxthreads.cc -o src/base/libtcmalloc_with_asserts_la-linuxthreads.o >/dev/null 2>&1
mv -f src/base/.deps/libtcmalloc_with_asserts_la-linuxthreads.Tpo src/base/.deps/libtcmalloc_with_asserts_la-linuxthreads.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_with_asserts_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-heap-checker.Tpo -c -o src/libtcmalloc_with_asserts_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo './'`src/heap-checker.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_with_asserts_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-heap-checker.Tpo -c src/heap-checker.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_with_asserts_la-heap-checker.o
In file included from src/base/googleinit.h:37,
                 from src/heap-checker.cc:80:
src/heap-checker.cc: In function 'void HeapLeakChecker_InternalInitStart()':
src/heap-checker.cc:2091:39: warning: pointer used after 'void operator delete [](void*)' [-Wuse-after-free]
 2091 |     RAW_CHECK(!heap_profile->FindAlloc(test_str, &size),
      |                ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
./src/base/logging.h:96:11: note: in definition of macro 'RAW_CHECK'
   96 |     if (!(condition)) {                                                        \
      |           ^~~~~~~~~
src/heap-checker.cc:2086:12: note: call to 'void operator delete [](void*)' here
 2086 |   delete[] test_str;
      |            ^~~~~~~~
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_with_asserts_la-heap-checker.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-heap-checker.Tpo -c src/heap-checker.cc -o src/libtcmalloc_with_asserts_la-heap-checker.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_with_asserts_la-heap-checker.Tpo src/.deps/libtcmalloc_with_asserts_la-heap-checker.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_with_asserts_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-heap-checker-bcad.Tpo -c -o src/libtcmalloc_with_asserts_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo './'`src/heap-checker-bcad.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_with_asserts_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-heap-checker-bcad.Tpo -c src/heap-checker-bcad.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_with_asserts_la-heap-checker-bcad.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_with_asserts_la-heap-checker-bcad.lo -MD -MP -MF src/.deps/libtcmalloc_with_asserts_la-heap-checker-bcad.Tpo -c src/heap-checker-bcad.cc -o src/libtcmalloc_with_asserts_la-heap-checker-bcad.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_with_asserts_la-heap-checker-bcad.Tpo src/.deps/libtcmalloc_with_asserts_la-heap-checker-bcad.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-common.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-common.lo `test -f 'src/common.cc' || echo './'`src/common.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-common.Tpo -c src/common.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-common.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-common.Tpo -c src/common.cc -o src/libtcmalloc_internal_with_asserts_la-common.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-common.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-common.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-internal_logging.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-internal_logging.Tpo -c src/internal_logging.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-internal_logging.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-internal_logging.Tpo -c src/internal_logging.cc -o src/libtcmalloc_internal_with_asserts_la-internal_logging.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-internal_logging.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-internal_logging.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-system-alloc.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-system-alloc.Tpo -c src/system-alloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-system-alloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-system-alloc.Tpo -c src/system-alloc.cc -o src/libtcmalloc_internal_with_asserts_la-system-alloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-system-alloc.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-system-alloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-memfs_malloc.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-memfs_malloc.Tpo -c src/memfs_malloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-memfs_malloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-memfs_malloc.Tpo -c src/memfs_malloc.cc -o src/libtcmalloc_internal_with_asserts_la-memfs_malloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-memfs_malloc.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-memfs_malloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-central_freelist.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-central_freelist.Tpo -c src/central_freelist.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-central_freelist.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-central_freelist.Tpo -c src/central_freelist.cc -o src/libtcmalloc_internal_with_asserts_la-central_freelist.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-central_freelist.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-central_freelist.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-page_heap.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-page_heap.lo `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-page_heap.Tpo -c src/page_heap.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-page_heap.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-page_heap.Tpo -c src/page_heap.cc -o src/libtcmalloc_internal_with_asserts_la-page_heap.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-page_heap.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-page_heap.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-sampler.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-sampler.lo `test -f 'src/sampler.cc' || echo './'`src/sampler.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-sampler.Tpo -c src/sampler.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-sampler.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-sampler.Tpo -c src/sampler.cc -o src/libtcmalloc_internal_with_asserts_la-sampler.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-sampler.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-sampler.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-span.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-span.lo `test -f 'src/span.cc' || echo './'`src/span.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-span.Tpo -c src/span.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-span.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-span.Tpo -c src/span.cc -o src/libtcmalloc_internal_with_asserts_la-span.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-span.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-span.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-stack_trace_table.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-stack_trace_table.Tpo -c src/stack_trace_table.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-stack_trace_table.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-stack_trace_table.Tpo -c src/stack_trace_table.cc -o src/libtcmalloc_internal_with_asserts_la-stack_trace_table.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-stack_trace_table.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-stack_trace_table.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-static_vars.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-static_vars.lo `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-static_vars.Tpo -c src/static_vars.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-static_vars.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-static_vars.Tpo -c src/static_vars.cc -o src/libtcmalloc_internal_with_asserts_la-static_vars.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-static_vars.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-static_vars.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-symbolize.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-symbolize.Tpo -c src/symbolize.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-symbolize.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-symbolize.Tpo -c src/symbolize.cc -o src/libtcmalloc_internal_with_asserts_la-symbolize.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-symbolize.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-symbolize.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-thread_cache.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-thread_cache.Tpo -c src/thread_cache.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-thread_cache.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-thread_cache.Tpo -c src/thread_cache.cc -o src/libtcmalloc_internal_with_asserts_la-thread_cache.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-thread_cache.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-thread_cache.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-malloc_hook.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-malloc_hook.Tpo -c src/malloc_hook.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-malloc_hook.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-malloc_hook.Tpo -c src/malloc_hook.cc -o src/libtcmalloc_internal_with_asserts_la-malloc_hook.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-malloc_hook.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-malloc_hook.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-malloc_extension.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-malloc_extension.Tpo -c src/malloc_extension.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-malloc_extension.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-malloc_extension.Tpo -c src/malloc_extension.cc -o src/libtcmalloc_internal_with_asserts_la-malloc_extension.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-malloc_extension.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-malloc_extension.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/base/libtcmalloc_internal_with_asserts_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_with_asserts_la-low_level_alloc.Tpo -c -o src/base/libtcmalloc_internal_with_asserts_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo './'`src/base/low_level_alloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_internal_with_asserts_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_with_asserts_la-low_level_alloc.Tpo -c src/base/low_level_alloc.cc  -fPIC -DPIC -o src/base/.libs/libtcmalloc_internal_with_asserts_la-low_level_alloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/base/libtcmalloc_internal_with_asserts_la-low_level_alloc.lo -MD -MP -MF src/base/.deps/libtcmalloc_internal_with_asserts_la-low_level_alloc.Tpo -c src/base/low_level_alloc.cc -o src/base/libtcmalloc_internal_with_asserts_la-low_level_alloc.o >/dev/null 2>&1
mv -f src/base/.deps/libtcmalloc_internal_with_asserts_la-low_level_alloc.Tpo src/base/.deps/libtcmalloc_internal_with_asserts_la-low_level_alloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-heap-profile-table.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo './'`src/heap-profile-table.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-heap-profile-table.Tpo -c src/heap-profile-table.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-heap-profile-table.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-heap-profile-table.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-heap-profile-table.Tpo -c src/heap-profile-table.cc -o src/libtcmalloc_internal_with_asserts_la-heap-profile-table.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-heap-profile-table.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-heap-profile-table.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-heap-profiler.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo './'`src/heap-profiler.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-heap-profiler.Tpo -c src/heap-profiler.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-heap-profiler.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-heap-profiler.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-heap-profiler.Tpo -c src/heap-profiler.cc -o src/libtcmalloc_internal_with_asserts_la-heap-profiler.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-heap-profiler.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-heap-profiler.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-raw_printer.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo './'`src/raw_printer.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-raw_printer.Tpo -c src/raw_printer.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-raw_printer.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-raw_printer.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-raw_printer.Tpo -c src/raw_printer.cc -o src/libtcmalloc_internal_with_asserts_la-raw_printer.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-raw_printer.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-raw_printer.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-emergency_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-emergency_malloc.lo `test -f 'src/emergency_malloc.cc' || echo './'`src/emergency_malloc.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-emergency_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc.Tpo -c src/emergency_malloc.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-emergency_malloc.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-emergency_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc.Tpo -c src/emergency_malloc.cc -o src/libtcmalloc_internal_with_asserts_la-emergency_malloc.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.lo `test -f 'src/emergency_malloc_for_stacktrace.cc' || echo './'`src/emergency_malloc_for_stacktrace.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.Tpo -c src/emergency_malloc_for_stacktrace.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.Tpo -c src/emergency_malloc_for_stacktrace.cc -o src/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/libtcmalloc_internal_with_asserts_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-memory_region_map.Tpo -c -o src/libtcmalloc_internal_with_asserts_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo './'`src/memory_region_map.cc
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-memory_region_map.Tpo -c src/memory_region_map.cc  -fPIC -DPIC -o src/.libs/libtcmalloc_internal_with_asserts_la-memory_region_map.o
libtool: compile:  g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT src/libtcmalloc_internal_with_asserts_la-memory_region_map.lo -MD -MP -MF src/.deps/libtcmalloc_internal_with_asserts_la-memory_region_map.Tpo -c src/memory_region_map.cc -o src/libtcmalloc_internal_with_asserts_la-memory_region_map.o >/dev/null 2>&1
mv -f src/.deps/libtcmalloc_internal_with_asserts_la-memory_region_map.Tpo src/.deps/libtcmalloc_internal_with_asserts_la-memory_region_map.Plo
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DENABLE_EMERGENCY_MALLOC  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc_internal_with_asserts.la  src/libtcmalloc_internal_with_asserts_la-common.lo src/libtcmalloc_internal_with_asserts_la-internal_logging.lo src/libtcmalloc_internal_with_asserts_la-system-alloc.lo src/libtcmalloc_internal_with_asserts_la-memfs_malloc.lo src/libtcmalloc_internal_with_asserts_la-central_freelist.lo src/libtcmalloc_internal_with_asserts_la-page_heap.lo src/libtcmalloc_internal_with_asserts_la-sampler.lo src/libtcmalloc_internal_with_asserts_la-span.lo src/libtcmalloc_internal_with_asserts_la-stack_trace_table.lo src/libtcmalloc_internal_with_asserts_la-static_vars.lo src/libtcmalloc_internal_with_asserts_la-symbolize.lo src/libtcmalloc_internal_with_asserts_la-thread_cache.lo src/libtcmalloc_internal_with_asserts_la-malloc_hook.lo src/libtcmalloc_internal_with_asserts_la-malloc_extension.lo         src/base/libtcmalloc_internal_with_asserts_la-low_level_alloc.lo src/libtcmalloc_internal_with_asserts_la-heap-profile-table.lo src/libtcmalloc_internal_with_asserts_la-heap-profiler.lo src/libtcmalloc_internal_with_asserts_la-raw_printer.lo src/libtcmalloc_internal_with_asserts_la-emergency_malloc.lo src/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.lo src/libtcmalloc_internal_with_asserts_la-memory_region_map.lo libstacktrace.la -lpthread -lrt 
libtool: link: (cd .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libstacktrace.a")
libtool: link: ar cr .libs/libtcmalloc_internal_with_asserts.a src/.libs/libtcmalloc_internal_with_asserts_la-common.o src/.libs/libtcmalloc_internal_with_asserts_la-internal_logging.o src/.libs/libtcmalloc_internal_with_asserts_la-system-alloc.o src/.libs/libtcmalloc_internal_with_asserts_la-memfs_malloc.o src/.libs/libtcmalloc_internal_with_asserts_la-central_freelist.o src/.libs/libtcmalloc_internal_with_asserts_la-page_heap.o src/.libs/libtcmalloc_internal_with_asserts_la-sampler.o src/.libs/libtcmalloc_internal_with_asserts_la-span.o src/.libs/libtcmalloc_internal_with_asserts_la-stack_trace_table.o src/.libs/libtcmalloc_internal_with_asserts_la-static_vars.o src/.libs/libtcmalloc_internal_with_asserts_la-symbolize.o src/.libs/libtcmalloc_internal_with_asserts_la-thread_cache.o src/.libs/libtcmalloc_internal_with_asserts_la-malloc_hook.o src/.libs/libtcmalloc_internal_with_asserts_la-malloc_extension.o src/base/.libs/libtcmalloc_internal_with_asserts_la-low_level_alloc.o src/.libs/libtcmalloc_internal_with_asserts_la-heap-profile-table.o src/.libs/libtcmalloc_internal_with_asserts_la-heap-profiler.o src/.libs/libtcmalloc_internal_with_asserts_la-raw_printer.o src/.libs/libtcmalloc_internal_with_asserts_la-emergency_malloc.o src/.libs/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.o src/.libs/libtcmalloc_internal_with_asserts_la-memory_region_map.o   .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/atomicops-internals-x86.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/dynamic_annotations.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/elf_mem_image.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/logging.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/spinlock.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/spinlock_internal.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/stacktrace.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/sysinfo.o .libs/libtcmalloc_internal_with_asserts.lax/libstacktrace.a/vdso_support.o 
libtool: link: ranlib .libs/libtcmalloc_internal_with_asserts.a
libtool: link: rm -fr .libs/libtcmalloc_internal_with_asserts.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_internal_with_asserts.la" && ln -s "../libtcmalloc_internal_with_asserts.la" "libtcmalloc_internal_with_asserts.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER   -DENABLE_EMERGENCY_MALLOC -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o libtcmalloc_with_asserts.la  src/libtcmalloc_with_asserts_la-tcmalloc.lo      src/base/thread_lister.lo src/base/libtcmalloc_with_asserts_la-linuxthreads.lo src/libtcmalloc_with_asserts_la-heap-checker.lo src/libtcmalloc_with_asserts_la-heap-checker-bcad.lo libtcmalloc_internal_with_asserts.la libmaybe_threads.la -lpthread -lrt 
libtool: link: (cd .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libtcmalloc_internal_with_asserts.a")
libtool: link: (cd .libs/libtcmalloc_with_asserts.lax/libmaybe_threads.a && ar x "/home/pbulk/build/devel/gperftools/work/gperftools-2.10/./.libs/libmaybe_threads.a")
libtool: link: ar cr .libs/libtcmalloc_with_asserts.a src/.libs/libtcmalloc_with_asserts_la-tcmalloc.o src/base/.libs/thread_lister.o src/base/.libs/libtcmalloc_with_asserts_la-linuxthreads.o src/.libs/libtcmalloc_with_asserts_la-heap-checker.o src/.libs/libtcmalloc_with_asserts_la-heap-checker-bcad.o   .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/atomicops-internals-x86.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/dynamic_annotations.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/elf_mem_image.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-central_freelist.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-common.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-emergency_malloc.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-emergency_malloc_for_stacktrace.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-heap-profile-table.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-heap-profiler.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-internal_logging.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-low_level_alloc.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-malloc_extension.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-malloc_hook.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-memfs_malloc.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-memory_region_map.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-page_heap.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-raw_printer.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-sampler.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-span.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-stack_trace_table.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-static_vars.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-symbolize.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-system-alloc.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/libtcmalloc_internal_with_asserts_la-thread_cache.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/logging.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/spinlock.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/spinlock_internal.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/stacktrace.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/sysinfo.o .libs/libtcmalloc_with_asserts.lax/libtcmalloc_internal_with_asserts.a/vdso_support.o  .libs/libtcmalloc_with_asserts.lax/libmaybe_threads.a/maybe_threads.o 
libtool: link: ranlib .libs/libtcmalloc_with_asserts.a
libtool: link: rm -fr .libs/libtcmalloc_with_asserts.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_with_asserts.la" && ln -s "../libtcmalloc_with_asserts.la" "libtcmalloc_with_asserts.la" )
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcm_asserts_unittest src/tests/tcm_asserts_unittest-tcmalloc_unittest.o src/tests/tcm_asserts_unittest-testutil.o libtcmalloc_with_asserts.la liblogging.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o tcm_asserts_unittest src/tests/tcm_asserts_unittest-tcmalloc_unittest.o src/tests/tcm_asserts_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_with_asserts.a ./.libs/liblogging.a -lpthread -lrt
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_both_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_both_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcmalloc_both_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc
In function 'void testing::TestRealloc()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1584:14,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:673:26: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  673 |       void* new_p = noopt(realloc(p, start_sizes[s] - deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:676:9: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
  676 |     free(p);
      |     ~~~~^~~
src/tests/tcmalloc_unittest.cc:668:26: note: call to 'void* std::realloc(void*, size_t)' here
  668 |       void* new_p = noopt(realloc(p, start_sizes[s] + deltas[d]));
      |                     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'void testing::TestRanges()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1631:13,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:913:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  913 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:916:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  916 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:910:21: warning: pointer 'a' used after 'void std::free(void*)' [-Wuse-after-free]
  910 |   CheckRangeCallback(a, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:917:21: warning: pointer 'b' may be used after 'void std::free(void*)' [-Wuse-after-free]
  917 |   CheckRangeCallback(b, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:915:7: note: call to 'void std::free(void*)' here
  915 |   free(b);
      |   ~~~~^~~
mv -f src/tests/.deps/tcmalloc_both_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcmalloc_both_unittest-tcmalloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_both_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcmalloc_both_unittest-testutil.Tpo -c -o src/tests/tcmalloc_both_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/tcmalloc_both_unittest-testutil.Tpo src/tests/.deps/tcmalloc_both_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_both_unittest src/tests/tcmalloc_both_unittest-tcmalloc_unittest.o src/tests/tcmalloc_both_unittest-testutil.o libtcmalloc.la libtcmalloc_minimal.la liblogging.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_both_unittest src/tests/tcmalloc_both_unittest-tcmalloc_unittest.o src/tests/tcmalloc_both_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so ./.libs/libtcmalloc_minimal.so ./.libs/liblogging.a -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_large_unittest-tcmalloc_large_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo -c -o src/tests/tcmalloc_large_unittest-tcmalloc_large_unittest.o `test -f 'src/tests/tcmalloc_large_unittest.cc' || echo './'`src/tests/tcmalloc_large_unittest.cc
src/tests/tcmalloc_large_unittest.cc: In function 'void TryAllocExpectFail(std::size_t)':
src/tests/tcmalloc_large_unittest.cc:62:7: warning: pointer may be used after 'void* std::realloc(void*, size_t)' [-Wuse-after-free]
   62 |   free(p2);
      |   ~~~~^~~~
src/tests/tcmalloc_large_unittest.cc:59:19: note: call to 'void* std::realloc(void*, size_t)' here
   59 |   void* p3 = noopt(realloc(p2, size));
      |              ~~~~~^~~~~~~~~~~~~~~~~~~
mv -f src/tests/.deps/tcmalloc_large_unittest-tcmalloc_large_unittest.Tpo src/tests/.deps/tcmalloc_large_unittest-tcmalloc_large_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_large_unittest src/tests/tcmalloc_large_unittest-tcmalloc_large_unittest.o libtcmalloc.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_large_unittest src/tests/tcmalloc_large_unittest-tcmalloc_large_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo -c -o src/tests/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o `test -f 'src/tests/large_heap_fragmentation_unittest.cc' || echo './'`src/tests/large_heap_fragmentation_unittest.cc
mv -f src/tests/.deps/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Tpo src/tests/.deps/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_large_heap_fragmentation_unittest src/tests/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o libtcmalloc.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_large_heap_fragmentation_unittest src/tests/tcmalloc_large_heap_fragmentation_unittest-large_heap_fragmentation_unittest.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/raw_printer_test-raw_printer_test.o -MD -MP -MF src/tests/.deps/raw_printer_test-raw_printer_test.Tpo -c -o src/tests/raw_printer_test-raw_printer_test.o `test -f 'src/tests/raw_printer_test.cc' || echo './'`src/tests/raw_printer_test.cc
mv -f src/tests/.deps/raw_printer_test-raw_printer_test.Tpo src/tests/.deps/raw_printer_test-raw_printer_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o raw_printer_test src/tests/raw_printer_test-raw_printer_test.o libtcmalloc.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/raw_printer_test src/tests/raw_printer_test-raw_printer_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/sampler_test-sampler_test.o -MD -MP -MF src/tests/.deps/sampler_test-sampler_test.Tpo -c -o src/tests/sampler_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo './'`src/tests/sampler_test.cc
mv -f src/tests/.deps/sampler_test-sampler_test.Tpo src/tests/.deps/sampler_test-sampler_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o sampler_test src/tests/sampler_test-sampler_test.o libtcmalloc.la -lpthread -lrt -lm 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/sampler_test src/tests/sampler_test-sampler_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so -lpthread -lrt -lm -Wl,-R -Wl,/opt/local/lib
rm -f sampling_test.sh
cp -p ./src/tests/sampling_test.sh sampling_test.sh
rm -f heap-profiler_unittest.sh
cp -p ./src/tests/heap-profiler_unittest.sh heap-profiler_unittest.sh
depbase=`echo src/tests/simple_compat_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/simple_compat_test.o -MD -MP -MF $depbase.Tpo -c -o src/tests/simple_compat_test.o src/tests/simple_compat_test.cc &&\
mv -f $depbase.Tpo $depbase.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o simple_compat_test src/tests/simple_compat_test.o  libtcmalloc.la 
libtool: link: g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/simple_compat_test src/tests/simple_compat_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
rm -f heap-checker_unittest.sh
cp -p ./src/tests/heap-checker_unittest.sh heap-checker_unittest.sh
rm -f heap-checker-death_unittest.sh
cp -p ./src/tests/heap-checker-death_unittest.sh heap-checker-death_unittest.sh
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_debug_unittest-tcmalloc_unittest.o -MD -MP -MF src/tests/.deps/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo -c -o src/tests/tcmalloc_debug_unittest-tcmalloc_unittest.o `test -f 'src/tests/tcmalloc_unittest.cc' || echo './'`src/tests/tcmalloc_unittest.cc
In function 'void testing::TestRanges()',
    inlined from 'int testing::RunAllTests(int, char**)' at src/tests/tcmalloc_unittest.cc:1631:13,
    inlined from 'int main(int, char**)' at src/tests/tcmalloc_unittest.cc:1655:14:
src/tests/tcmalloc_unittest.cc:913:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  913 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:916:21: warning: pointer 'a' may be used after 'void std::free(void*)' [-Wuse-after-free]
  916 |   CheckRangeCallback(a, releasedType, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:910:21: warning: pointer 'a' used after 'void std::free(void*)' [-Wuse-after-free]
  910 |   CheckRangeCallback(a, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:909:7: note: call to 'void std::free(void*)' here
  909 |   free(a);
      |   ~~~~^~~
src/tests/tcmalloc_unittest.cc:917:21: warning: pointer 'b' may be used after 'void std::free(void*)' [-Wuse-after-free]
  917 |   CheckRangeCallback(b, base::MallocRange::FREE, MB);
      |   ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/tests/tcmalloc_unittest.cc:915:7: note: call to 'void std::free(void*)' here
  915 |   free(b);
      |   ~~~~^~~
mv -f src/tests/.deps/tcmalloc_debug_unittest-tcmalloc_unittest.Tpo src/tests/.deps/tcmalloc_debug_unittest-tcmalloc_unittest.Po
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/tcmalloc_debug_unittest-testutil.o -MD -MP -MF src/tests/.deps/tcmalloc_debug_unittest-testutil.Tpo -c -o src/tests/tcmalloc_debug_unittest-testutil.o `test -f 'src/tests/testutil.cc' || echo './'`src/tests/testutil.cc
mv -f src/tests/.deps/tcmalloc_debug_unittest-testutil.Tpo src/tests/.deps/tcmalloc_debug_unittest-testutil.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11 -D_REENTRANT  -pthread  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER  -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o tcmalloc_debug_unittest src/tests/tcmalloc_debug_unittest-tcmalloc_unittest.o src/tests/tcmalloc_debug_unittest-testutil.o libtcmalloc_debug.la -lpthread -lrt 
libtool: link: g++ -std=gnu++11 -D_REENTRANT -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -DDEBUGALLOCATION -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/tcmalloc_debug_unittest src/tests/tcmalloc_debug_unittest-tcmalloc_unittest.o src/tests/tcmalloc_debug_unittest-testutil.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_debug.so -lpthread -lrt -Wl,-R -Wl,/opt/local/lib
g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I./src  -I./src  -I/opt/local/include -I/usr/include  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT src/tests/sampler_debug_test-sampler_test.o -MD -MP -MF src/tests/.deps/sampler_debug_test-sampler_test.Tpo -c -o src/tests/sampler_debug_test-sampler_test.o `test -f 'src/tests/sampler_test.cc' || echo './'`src/tests/sampler_test.cc
mv -f src/tests/.deps/sampler_debug_test-sampler_test.Tpo src/tests/.deps/sampler_debug_test-sampler_test.Po
/usr/bin/bash ./libtool  --tag=CXX   --mode=link g++ -std=gnu++11  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -D_REENTRANT  -pthread   -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wl,-R/opt/local/lib -o sampler_debug_test src/tests/sampler_debug_test-sampler_test.o libtcmalloc_debug.la -lpthread -lrt -lm 
libtool: link: g++ -std=gnu++11 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/devel/gperftools/work/.buildlink/include -D_REENTRANT -Wl,-rpath -Wl,/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/sampler_debug_test src/tests/sampler_debug_test-sampler_test.o  -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/home/pbulk/build/devel/gperftools/work/.buildlink/lib ./.libs/libtcmalloc_debug.so -lpthread -lrt -lm -Wl,-R -Wl,/opt/local/lib
rm -f sampling_debug_test.sh
cp -p ./src/tests/sampling_test.sh sampling_debug_test.sh
rm -f heap-profiler_debug_unittest.sh
cp -p ./src/tests/heap-profiler_unittest.sh heap-profiler_debug_unittest.sh
rm -f heap-checker_debug_unittest.sh
cp -p ./src/tests/heap-checker_unittest.sh heap-checker_debug_unittest.sh
cp -p ./src/pprof pprof-symbolize
echo 'prefix=/opt/local' > "libtcmalloc.pc".tmp
echo 'exec_prefix='`echo '/opt/local' | sed 's@^/opt/local@${prefix}@'` >> "libtcmalloc.pc".tmp
echo 'libdir='`echo '/opt/local/lib' | sed 's@^/opt/local@${exec_prefix}@'` >> "libtcmalloc.pc".tmp
echo 'includedir='`echo '/opt/local/include' | sed 's@^/opt/local@${prefix}@'` >> "libtcmalloc.pc".tmp
echo '' >> "libtcmalloc.pc".tmp
echo 'Name: gperftools' >> "libtcmalloc.pc".tmp
echo 'Version: 2.10' >> "libtcmalloc.pc".tmp
grep '^Summary:' ./packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libtcmalloc.pc".tmp
grep '^URL: ' ./packages/rpm/rpm.spec >> "libtcmalloc.pc".tmp
echo 'Requires:' >> "libtcmalloc.pc".tmp
echo 'Libs: -L${libdir} -ltcmalloc' >> "libtcmalloc.pc".tmp
echo 'Libs.private: -D_REENTRANT  -pthread  -lpthread -lrt' >> "libtcmalloc.pc".tmp
echo 'Cflags: -I${includedir}' >> "libtcmalloc.pc".tmp
mv -f "libtcmalloc.pc".tmp "libtcmalloc.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "libtcmalloc_minimal.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_debug/ > "libtcmalloc_debug.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal_debug/ > "libtcmalloc_minimal_debug.pc"
cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "libprofiler.pc"
for la in libtcmalloc_minimal.la libtcmalloc_minimal_debug.la libtcmalloc.la libtcmalloc_debug.la ; do lib=".libs/`basename $la .la`.a"; [ ! -f "$lib" ] || : "$lib"; done
=> Adding run-time search paths to pkg-config files.