summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-09-23 10:34:55 +0200
committerThomas Schwinge <thomas@codesourcery.com>2014-09-23 10:34:55 +0200
commit4c6dcdd107f632da81b619d1cab6cba6b8e22922 (patch)
treece9decc94035a68616368c16a0c70968e2d87d27
parenta4eb9952a31c503cb27d6d9c37a57b5b8ec5fc62 (diff)
boehm-gc: ad2be4bcad9c1de18feef7f8d7ebb98d680f064f (2014-09-20) plus [[!message-id "87ioke3iun.fsf@kepler.schwinge.homeip.net"]], ba6c3170412ef7f751ff63e2b656296265dcff93 (2014-06-13)
-rw-r--r--boehm-gc/kepler.SCHWINGE/log_build245
-rw-r--r--boehm-gc/kepler.SCHWINGE/log_install16
-rw-r--r--boehm-gc/kepler.SCHWINGE/log_test1066
-rw-r--r--boehm-gc/kepler.SCHWINGE/log_test.diff.sed1
-rw-r--r--boehm-gc/laplace.SCHWINGE/log_build249
-rw-r--r--boehm-gc/laplace.SCHWINGE/log_install35
-rw-r--r--boehm-gc/laplace.SCHWINGE/log_test649
-rw-r--r--boehm-gc/laplace.SCHWINGE/log_test.diff.sed1
-rw-r--r--boehm-gc/log_build.diff57
-rw-r--r--boehm-gc/log_install.diff29
-rw-r--r--boehm-gc/log_test.diff744
11 files changed, 810 insertions, 2282 deletions
diff --git a/boehm-gc/kepler.SCHWINGE/log_build b/boehm-gc/kepler.SCHWINGE/log_build
index 5518b114..d0909901 100644
--- a/boehm-gc/kepler.SCHWINGE/log_build
+++ b/boehm-gc/kepler.SCHWINGE/log_build
@@ -1,12 +1,13 @@
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
-checking GC version numbers... major=7 minor=3 alpha=3
+checking GC version numbers... major=7 minor=5 micro=0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
+checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc-4.6
@@ -18,22 +19,12 @@ checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.6 accepts -g... yes
checking for gcc-4.6 option to accept ISO C89... none needed
+checking whether gcc-4.6 understands -c and -o together... yes
checking dependency style of gcc-4.6... gcc3
-checking whether gcc-4.6 and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++-4.6 accepts -g... yes
checking dependency style of g++-4.6... gcc3
checking dependency style of gcc-4.6... gcc3
-checking for thread model used by GCC... posix
-checking for inline... inline
-checking for pthread_self in -lpthread... yes
-configure: WARNING: "Explicit GC_INIT() calls may be required."
-checking for gcc -Wextra... yes
-checking for xlc... no
-checking whether gcc supports -fno-strict-aliasing... yes
-checking for dlopen in -ldl... yes
-checking whether to build shared libraries... yes
-checking which machine-dependent code should be used...
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
@@ -101,9 +92,20 @@ checking if g++-4.6 supports -c -o file.o... (cached) yes
checking whether the g++-4.6 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
+checking for thread model used by GCC... posix
+checking for inline... inline
+checking for pthread_self in -lpthread... yes
+configure: WARNING: "Explicit GC_INIT() calls may be required."
+checking for gcc -Wextra... yes
+checking for xlc... no
+checking whether gcc supports -fno-strict-aliasing... yes
+checking for dlopen in -ldl... yes
+checking whether to build shared libraries... yes
+checking which machine-dependent code should be used...
checking whether Solaris gcc optimization fix is necessary... no
configure: WARNING: "Should define GC_DEBUG and use debug alloc in clients."
configure: WARNING: "Client must not use -fomit-frame-pointer."
+checking for dladdr... yes
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
@@ -111,10 +113,11 @@ checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ATOMIC_OPS... no
checking which libatomic_ops to use... internal
+checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bdw-gc.pc
-config.status: creating include/private/config.h
+config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
@@ -128,6 +131,7 @@ checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
+checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc-4.6
@@ -139,8 +143,8 @@ checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.6 accepts -g... yes
checking for gcc-4.6 option to accept ISO C89... none needed
+checking whether gcc-4.6 understands -c and -o together... yes
checking dependency style of gcc-4.6... gcc3
-checking whether gcc-4.6 and cc understand -c and -o together... yes
checking dependency style of gcc-4.6... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
@@ -205,6 +209,7 @@ checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for gcc -Wextra... yes
checking for pthread_self in -lpthread... yes
+checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
@@ -217,173 +222,207 @@ config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
make[1]: Entering directory '[...]/master.build'
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo ../master/allchblk.c
+depbase=`echo allchblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF $depbase.Tpo -c -o allchblk.lo ../master/allchblk.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c ../master/allchblk.c -fPIC -DPIC -o .libs/allchblk.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c ../master/allchblk.c -o allchblk.o >/dev/null 2>&1
-mv -f .deps/allchblk.Tpo .deps/allchblk.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo ../master/alloc.c
+depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o alloc.lo ../master/alloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../master/alloc.c -fPIC -DPIC -o .libs/alloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../master/alloc.c -o alloc.o >/dev/null 2>&1
-mv -f .deps/alloc.Tpo .deps/alloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo ../master/blacklst.c
+depbase=`echo blacklst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF $depbase.Tpo -c -o blacklst.lo ../master/blacklst.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c ../master/blacklst.c -fPIC -DPIC -o .libs/blacklst.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c ../master/blacklst.c -o blacklst.o >/dev/null 2>&1
-mv -f .deps/blacklst.Tpo .deps/blacklst.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo ../master/checksums.c
+depbase=`echo checksums.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF $depbase.Tpo -c -o checksums.lo ../master/checksums.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c ../master/checksums.c -fPIC -DPIC -o .libs/checksums.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c ../master/checksums.c -o checksums.o >/dev/null 2>&1
-mv -f .deps/checksums.Tpo .deps/checksums.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo ../master/dbg_mlc.c
+depbase=`echo dbg_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF $depbase.Tpo -c -o dbg_mlc.lo ../master/dbg_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c ../master/dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c ../master/dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1
-mv -f .deps/dbg_mlc.Tpo .deps/dbg_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo ../master/dyn_load.c
+depbase=`echo dyn_load.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF $depbase.Tpo -c -o dyn_load.lo ../master/dyn_load.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c ../master/dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c ../master/dyn_load.c -o dyn_load.o >/dev/null 2>&1
-mv -f .deps/dyn_load.Tpo .deps/dyn_load.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo ../master/finalize.c
+depbase=`echo finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF $depbase.Tpo -c -o finalize.lo ../master/finalize.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c ../master/finalize.c -fPIC -DPIC -o .libs/finalize.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c ../master/finalize.c -o finalize.o >/dev/null 2>&1
-mv -f .deps/finalize.Tpo .deps/finalize.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo ../master/gc_dlopen.c
+depbase=`echo gc_dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF $depbase.Tpo -c -o gc_dlopen.lo ../master/gc_dlopen.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c ../master/gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c ../master/gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1
-mv -f .deps/gc_dlopen.Tpo .deps/gc_dlopen.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo ../master/gcj_mlc.c
+depbase=`echo gcj_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF $depbase.Tpo -c -o gcj_mlc.lo ../master/gcj_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c ../master/gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c ../master/gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1
-mv -f .deps/gcj_mlc.Tpo .deps/gcj_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo ../master/headers.c
+depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF $depbase.Tpo -c -o headers.lo ../master/headers.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c ../master/headers.c -fPIC -DPIC -o .libs/headers.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c ../master/headers.c -o headers.o >/dev/null 2>&1
-mv -f .deps/headers.Tpo .deps/headers.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo ../master/mach_dep.c
+depbase=`echo mach_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF $depbase.Tpo -c -o mach_dep.lo ../master/mach_dep.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c ../master/mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c ../master/mach_dep.c -o mach_dep.o >/dev/null 2>&1
-mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo ../master/malloc.c
+depbase=`echo malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF $depbase.Tpo -c -o malloc.lo ../master/malloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../master/malloc.c -fPIC -DPIC -o .libs/malloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../master/malloc.c -o malloc.o >/dev/null 2>&1
-mv -f .deps/malloc.Tpo .deps/malloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo ../master/mallocx.c
+depbase=`echo mallocx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF $depbase.Tpo -c -o mallocx.lo ../master/mallocx.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c ../master/mallocx.c -fPIC -DPIC -o .libs/mallocx.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c ../master/mallocx.c -o mallocx.o >/dev/null 2>&1
-mv -f .deps/mallocx.Tpo .deps/mallocx.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo ../master/mark.c
+depbase=`echo mark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF $depbase.Tpo -c -o mark.lo ../master/mark.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c ../master/mark.c -fPIC -DPIC -o .libs/mark.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c ../master/mark.c -o mark.o >/dev/null 2>&1
-mv -f .deps/mark.Tpo .deps/mark.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo ../master/mark_rts.c
+depbase=`echo mark_rts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF $depbase.Tpo -c -o mark_rts.lo ../master/mark_rts.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c ../master/mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c ../master/mark_rts.c -o mark_rts.o >/dev/null 2>&1
-mv -f .deps/mark_rts.Tpo .deps/mark_rts.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo ../master/misc.c
+depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo ../master/misc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c ../master/misc.c -fPIC -DPIC -o .libs/misc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c ../master/misc.c -o misc.o >/dev/null 2>&1
-mv -f .deps/misc.Tpo .deps/misc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo ../master/new_hblk.c
+depbase=`echo new_hblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF $depbase.Tpo -c -o new_hblk.lo ../master/new_hblk.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c ../master/new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c ../master/new_hblk.c -o new_hblk.o >/dev/null 2>&1
-mv -f .deps/new_hblk.Tpo .deps/new_hblk.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo ../master/obj_map.c
+depbase=`echo obj_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF $depbase.Tpo -c -o obj_map.lo ../master/obj_map.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c ../master/obj_map.c -fPIC -DPIC -o .libs/obj_map.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c ../master/obj_map.c -o obj_map.o >/dev/null 2>&1
-mv -f .deps/obj_map.Tpo .deps/obj_map.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo ../master/os_dep.c
+depbase=`echo os_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF $depbase.Tpo -c -o os_dep.lo ../master/os_dep.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c ../master/os_dep.c -fPIC -DPIC -o .libs/os_dep.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c ../master/os_dep.c -o os_dep.o >/dev/null 2>&1
-mv -f .deps/os_dep.Tpo .deps/os_dep.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo ../master/pcr_interface.c
+depbase=`echo pcr_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF $depbase.Tpo -c -o pcr_interface.lo ../master/pcr_interface.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c ../master/pcr_interface.c -fPIC -DPIC -o .libs/pcr_interface.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c ../master/pcr_interface.c -o pcr_interface.o >/dev/null 2>&1
-mv -f .deps/pcr_interface.Tpo .deps/pcr_interface.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ../master/ptr_chck.c
+depbase=`echo ptr_chck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF $depbase.Tpo -c -o ptr_chck.lo ../master/ptr_chck.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ../master/ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ../master/ptr_chck.c -o ptr_chck.o >/dev/null 2>&1
-mv -f .deps/ptr_chck.Tpo .deps/ptr_chck.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo ../master/real_malloc.c
+depbase=`echo real_malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF $depbase.Tpo -c -o real_malloc.lo ../master/real_malloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c ../master/real_malloc.c -fPIC -DPIC -o .libs/real_malloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c ../master/real_malloc.c -o real_malloc.o >/dev/null 2>&1
-mv -f .deps/real_malloc.Tpo .deps/real_malloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo ../master/reclaim.c
+depbase=`echo reclaim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF $depbase.Tpo -c -o reclaim.lo ../master/reclaim.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c ../master/reclaim.c -fPIC -DPIC -o .libs/reclaim.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c ../master/reclaim.c -o reclaim.o >/dev/null 2>&1
-mv -f .deps/reclaim.Tpo .deps/reclaim.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo ../master/specific.c
+depbase=`echo specific.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF $depbase.Tpo -c -o specific.lo ../master/specific.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c ../master/specific.c -fPIC -DPIC -o .libs/specific.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c ../master/specific.c -o specific.o >/dev/null 2>&1
-mv -f .deps/specific.Tpo .deps/specific.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo ../master/stubborn.c
+depbase=`echo stubborn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF $depbase.Tpo -c -o stubborn.lo ../master/stubborn.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c ../master/stubborn.c -fPIC -DPIC -o .libs/stubborn.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c ../master/stubborn.c -o stubborn.o >/dev/null 2>&1
-mv -f .deps/stubborn.Tpo .deps/stubborn.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo ../master/thread_local_alloc.c
+depbase=`echo thread_local_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF $depbase.Tpo -c -o thread_local_alloc.lo ../master/thread_local_alloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c ../master/thread_local_alloc.c -fPIC -DPIC -o .libs/thread_local_alloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c ../master/thread_local_alloc.c -o thread_local_alloc.o >/dev/null 2>&1
-mv -f .deps/thread_local_alloc.Tpo .deps/thread_local_alloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo ../master/typd_mlc.c
+depbase=`echo typd_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF $depbase.Tpo -c -o typd_mlc.lo ../master/typd_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c ../master/typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c ../master/typd_mlc.c -o typd_mlc.o >/dev/null 2>&1
-mv -f .deps/typd_mlc.Tpo .deps/typd_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c -o pthread_start.lo ../master/pthread_start.c
+depbase=`echo pthread_start.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF $depbase.Tpo -c -o pthread_start.lo ../master/pthread_start.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c ../master/pthread_start.c -fPIC -DPIC -o .libs/pthread_start.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c ../master/pthread_start.c -o pthread_start.o >/dev/null 2>&1
-mv -f .deps/pthread_start.Tpo .deps/pthread_start.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c -o pthread_support.lo ../master/pthread_support.c
+depbase=`echo pthread_support.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF $depbase.Tpo -c -o pthread_support.lo ../master/pthread_support.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c ../master/pthread_support.c -fPIC -DPIC -o .libs/pthread_support.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c ../master/pthread_support.c -o pthread_support.o >/dev/null 2>&1
-mv -f .deps/pthread_support.Tpo .deps/pthread_support.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c -o pthread_stop_world.lo ../master/pthread_stop_world.c
+depbase=`echo pthread_stop_world.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF $depbase.Tpo -c -o pthread_stop_world.lo ../master/pthread_stop_world.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c ../master/pthread_stop_world.c -fPIC -DPIC -o .libs/pthread_stop_world.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c ../master/pthread_stop_world.c -o pthread_stop_world.o >/dev/null 2>&1
-mv -f .deps/pthread_stop_world.Tpo .deps/pthread_stop_world.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo ../master/backgraph.c
+depbase=`echo backgraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF $depbase.Tpo -c -o backgraph.lo ../master/backgraph.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c ../master/backgraph.c -fPIC -DPIC -o .libs/backgraph.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c ../master/backgraph.c -o backgraph.o >/dev/null 2>&1
-mv -f .deps/backgraph.Tpo .deps/backgraph.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c -o fnlz_mlc.lo ../master/fnlz_mlc.c
+depbase=`echo fnlz_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF $depbase.Tpo -c -o fnlz_mlc.lo ../master/fnlz_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c ../master/fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c ../master/fnlz_mlc.c -o fnlz_mlc.o >/dev/null 2>&1
-mv -f .deps/fnlz_mlc.Tpo .deps/fnlz_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo `test -f 'libatomic_ops/src/atomic_ops.c' || echo '../master/'`libatomic_ops/src/atomic_ops.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -fPIC -DPIC -o .libs/atomic_ops.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -o atomic_ops.o >/dev/null 2>&1
-mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libgc.la -rpath [...]/master.build.install/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo thread_local_alloc.lo typd_mlc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo backgraph.lo fnlz_mlc.lo atomic_ops.lo -lpthread -ldl
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/mach_dep.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/thread_local_alloc.o .libs/typd_mlc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/backgraph.o .libs/fnlz_mlc.o .libs/atomic_ops.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3
+depbase=`echo libatomic_ops/src/atomic_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF $depbase.Tpo -c -o libatomic_ops/src/atomic_ops.lo ../master/libatomic_ops/src/atomic_ops.c &&\
+mv -f $depbase.Tpo $depbase.Plo
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -fPIC -DPIC -o libatomic_ops/src/.libs/atomic_ops.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -o libatomic_ops/src/atomic_ops.o >/dev/null 2>&1
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libgc.la -rpath [...]/master.build.install/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo thread_local_alloc.lo typd_mlc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo backgraph.lo fnlz_mlc.lo libatomic_ops/src/atomic_ops.lo -lpthread -ldl
+libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/mach_dep.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/thread_local_alloc.o .libs/typd_mlc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/backgraph.o .libs/fnlz_mlc.o libatomic_ops/src/.libs/atomic_ops.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libgc.so.1" && ln -s "libgc.so.1.0.3" "libgc.so.1")
libtool: link: (cd ".libs" && rm -f "libgc.so" && ln -s "libgc.so.1.0.3" "libgc.so")
-libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o mach_dep.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o thread_local_alloc.o typd_mlc.o pthread_start.o pthread_support.o pthread_stop_world.o backgraph.o fnlz_mlc.o atomic_ops.o
+libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o mach_dep.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o thread_local_alloc.o typd_mlc.o pthread_start.o pthread_support.o pthread_stop_world.o backgraph.o fnlz_mlc.o libatomic_ops/src/atomic_ops.o
libtool: link: ranlib .libs/libgc.a
libtool: link: ( cd ".libs" && rm -f "libgc.la" && ln -s "../libgc.la" "libgc.la" )
-/bin/bash ./libtool --tag=CXX --mode=compile g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c -o gc_cpp.lo ../master/gc_cpp.cc
+depbase=`echo gc_cpp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CXX --mode=compile g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF $depbase.Tpo -c -o gc_cpp.lo ../master/gc_cpp.cc &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -fPIC -DPIC -o .libs/gc_cpp.o
libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -o gc_cpp.o >/dev/null 2>&1
-mv -f .deps/gc_cpp.Tpo .deps/gc_cpp.Plo
-/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la
+/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la
libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libgccpp.so.1" && ln -s "libgccpp.so.1.0.3" "libgccpp.so.1")
libtool: link: (cd ".libs" && rm -f "libgccpp.so" && ln -s "libgccpp.so.1.0.3" "libgccpp.so")
libtool: link: ar cru .libs/libgccpp.a gc_cpp.o
libtool: link: ranlib .libs/libgccpp.a
libtool: link: ( cd ".libs" && rm -f "libgccpp.la" && ln -s "../libgccpp.la" "libgccpp.la" )
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordbscs.lo -MD -MP -MF .deps/libcord_la-cordbscs.Tpo -c -o libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo '../master/'`cord/cordbscs.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordbscs.lo -MD -MP -MF .deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -fPIC -DPIC -o .libs/libcord_la-cordbscs.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordbscs.lo -MD -MP -MF .deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -o libcord_la-cordbscs.o >/dev/null 2>&1
-mv -f .deps/libcord_la-cordbscs.Tpo .deps/libcord_la-cordbscs.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordprnt.lo -MD -MP -MF .deps/libcord_la-cordprnt.Tpo -c -o libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo '../master/'`cord/cordprnt.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordprnt.lo -MD -MP -MF .deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -fPIC -DPIC -o .libs/libcord_la-cordprnt.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordprnt.lo -MD -MP -MF .deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -o libcord_la-cordprnt.o >/dev/null 2>&1
-mv -f .deps/libcord_la-cordprnt.Tpo .deps/libcord_la-cordprnt.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordxtra.lo -MD -MP -MF .deps/libcord_la-cordxtra.Tpo -c -o libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo '../master/'`cord/cordxtra.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordxtra.lo -MD -MP -MF .deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -fPIC -DPIC -o .libs/libcord_la-cordxtra.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordxtra.lo -MD -MP -MF .deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -o libcord_la-cordxtra.o >/dev/null 2>&1
-mv -f .deps/libcord_la-cordxtra.Tpo .deps/libcord_la-cordxtra.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib libcord_la-cordbscs.lo libcord_la-cordprnt.lo libcord_la-cordxtra.lo ./libgc.la
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/libcord_la-cordbscs.o .libs/libcord_la-cordprnt.o .libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo '../master/'`cord/cordbscs.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -fPIC -DPIC -o cord/.libs/libcord_la-cordbscs.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -o cord/libcord_la-cordbscs.o >/dev/null 2>&1
+mv -f cord/.deps/libcord_la-cordbscs.Tpo cord/.deps/libcord_la-cordbscs.Plo
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo '../master/'`cord/cordprnt.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -fPIC -DPIC -o cord/.libs/libcord_la-cordprnt.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -o cord/libcord_la-cordprnt.o >/dev/null 2>&1
+mv -f cord/.deps/libcord_la-cordprnt.Tpo cord/.deps/libcord_la-cordprnt.Plo
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo '../master/'`cord/cordxtra.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -fPIC -DPIC -o cord/.libs/libcord_la-cordxtra.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -o cord/libcord_la-cordxtra.o >/dev/null 2>&1
+mv -f cord/.deps/libcord_la-cordxtra.Tpo cord/.deps/libcord_la-cordxtra.Plo
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cord/libcord_la-cordbscs.lo cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo ./libgc.la
+libtool: link: gcc-4.6 -shared -fPIC -DPIC cord/.libs/libcord_la-cordbscs.o cord/.libs/libcord_la-cordprnt.o cord/.libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libcord.so.1" && ln -s "libcord.so.1.0.3" "libcord.so.1")
libtool: link: (cd ".libs" && rm -f "libcord.so" && ln -s "libcord.so.1.0.3" "libcord.so")
-libtool: link: ar cru .libs/libcord.a libcord_la-cordbscs.o libcord_la-cordprnt.o libcord_la-cordxtra.o
+libtool: link: ar cru .libs/libcord.a cord/libcord_la-cordbscs.o cord/libcord_la-cordprnt.o cord/libcord_la-cordxtra.o
libtool: link: ranlib .libs/libcord.a
libtool: link: ( cd ".libs" && rm -f "libcord.la" && ln -s "../libcord.la" "libcord.la" )
make[1]: Leaving directory '[...]/master.build'
diff --git a/boehm-gc/kepler.SCHWINGE/log_install b/boehm-gc/kepler.SCHWINGE/log_install
index 3a6ae82b..f11ed76c 100644
--- a/boehm-gc/kepler.SCHWINGE/log_install
+++ b/boehm-gc/kepler.SCHWINGE/log_install
@@ -1,6 +1,6 @@
make[1]: Entering directory '[...]/master.build'
make[2]: Entering directory '[...]/master.build'
-test -z "[...]/master.build.install/lib" || /bin/mkdir -p "[...]/master.build.install/lib"
+ /bin/mkdir -p '[...]/master.build.install/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libgc.la libgccpp.la libcord.la '[...]/master.build.install/lib'
libtool: install: /usr/bin/install -c .libs/libgc.so.1.0.3 [...]/master.build.install/lib/libgc.so.1.0.3
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgc.so.1.0.3 libgc.so.1 || { rm -f libgc.so.1 && ln -s libgc.so.1.0.3 libgc.so.1; }; })
@@ -14,8 +14,8 @@ libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so || { rm -f libgccpp.so && ln -s libgccpp.so.1.0.3 libgccpp.so; }; })
libtool: install: /usr/bin/install -c .libs/libgccpp.lai [...]/master.build.install/lib/libgccpp.la
libtool: install: warning: relinking `libcord.la'
-libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CC --mode=relink gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib libcord_la-cordbscs.lo libcord_la-cordprnt.lo libcord_la-cordxtra.lo ./libgc.la )
-libtool: relink: gcc-4.6 -shared -fPIC -DPIC .libs/libcord_la-cordbscs.o .libs/libcord_la-cordprnt.o .libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
+libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CC --mode=relink gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cord/libcord_la-cordbscs.lo cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo ./libgc.la )
+libtool: relink: gcc-4.6 -shared -fPIC -DPIC cord/.libs/libcord_la-cordbscs.o cord/.libs/libcord_la-cordprnt.o cord/.libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
libtool: install: /usr/bin/install -c .libs/libcord.so.1.0.3T [...]/master.build.install/lib/libcord.so.1.0.3
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so.1 || { rm -f libcord.so.1 && ln -s libcord.so.1.0.3 libcord.so.1; }; })
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so || { rm -f libcord.so && ln -s libcord.so.1.0.3 libcord.so; }; })
@@ -48,13 +48,13 @@ flag during linking and do at least one of the following:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
-test -z "[...]/master.build.install/share/gc" || /bin/mkdir -p "[...]/master.build.install/share/gc"
- /usr/bin/install -c -m 644 ../master/AUTHORS ../master/README ../master/doc/README.DGUX386 ../master/doc/README.Mac ../master/doc/README.OS2 ../master/doc/README.amiga ../master/doc/README.arm.cross ../master/doc/README.autoconf ../master/doc/README.cmake ../master/doc/README.cords ../master/doc/README.darwin ../master/doc/README.dj ../master/doc/README.environment ../master/doc/README.ews4800 ../master/doc/README.hp ../master/doc/README.linux ../master/doc/README.macros ../master/doc/README.rs6000 ../master/doc/README.sgi ../master/doc/README.solaris2 ../master/doc/README.symbian ../master/doc/README.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/barrett_diagram ../master/doc/debugging.html ../master/doc/finalization.html ../master/doc/gc.man ../master/doc/gcdescr.html ../master/doc/gcinterface.html ../master/doc/leak.html ../master/doc/overview.html ../master/doc/porting.html ../master/doc/scale.html ../master/doc/simple_example.html ../master/doc/tree.html '[...]/master.build.install/share/gc'
-test -z "[...]/master.build.install/include" || /bin/mkdir -p "[...]/master.build.install/include"
+ /bin/mkdir -p '[...]/master.build.install/share/gc'
+ /usr/bin/install -c -m 644 ../master/AUTHORS ../master/README.md ../master/doc/README.DGUX386 ../master/doc/README.Mac ../master/doc/README.OS2 ../master/doc/README.amiga ../master/doc/README.arm.cross ../master/doc/README.autoconf ../master/doc/README.cmake ../master/doc/README.cords ../master/doc/README.darwin ../master/doc/README.environment ../master/doc/README.ews4800 ../master/doc/README.hp ../master/doc/README.linux ../master/doc/README.macros ../master/doc/README.rs6000 ../master/doc/README.sgi ../master/doc/README.solaris2 ../master/doc/README.symbian ../master/doc/README.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/debugging.html ../master/doc/finalization.html ../master/doc/gc.man ../master/doc/gcdescr.html ../master/doc/gcinterface.html ../master/doc/leak.html ../master/doc/overview.html ../master/doc/porting.html ../master/doc/scale.html ../master/doc/simple_example.html ../master/doc/tree.html '[...]/master.build.install/share/gc'
+ /bin/mkdir -p '[...]/master.build.install/include'
/usr/bin/install -c -m 644 ../master/include/extra/gc_cpp.h ../master/include/extra/gc.h '[...]/master.build.install/include'
-test -z "[...]/master.build.install/lib/pkgconfig" || /bin/mkdir -p "[...]/master.build.install/lib/pkgconfig"
+ /bin/mkdir -p '[...]/master.build.install/lib/pkgconfig'
/usr/bin/install -c -m 644 bdw-gc.pc '[...]/master.build.install/lib/pkgconfig'
-test -z "[...]/master.build.install/include/gc" || /bin/mkdir -p "[...]/master.build.install/include/gc"
+ /bin/mkdir -p '[...]/master.build.install/include/gc'
/usr/bin/install -c -m 644 ../master/include/gc_cpp.h ../master/include/gc.h ../master/include/gc_allocator.h ../master/include/gc_backptr.h ../master/include/gc_config_macros.h ../master/include/gc_disclaim.h ../master/include/gc_gcj.h ../master/include/gc_inline.h ../master/include/gc_mark.h ../master/include/gc_pthread_redirects.h ../master/include/gc_tiny_fl.h ../master/include/gc_typed.h ../master/include/gc_version.h ../master/include/javaxfc.h ../master/include/leak_detector.h ../master/include/weakpointer.h ../master/include/cord.h '[...]/master.build.install/include/gc'
make[2]: Leaving directory '[...]/master.build'
make[1]: Leaving directory '[...]/master.build'
diff --git a/boehm-gc/kepler.SCHWINGE/log_test b/boehm-gc/kepler.SCHWINGE/log_test
index 51fdbab9..5b1d7ac4 100644
--- a/boehm-gc/kepler.SCHWINGE/log_test
+++ b/boehm-gc/kepler.SCHWINGE/log_test
@@ -1,766 +1,166 @@
make[1]: Entering directory '[...]/master.build'
-make libstaticrootslib.la cordtest gctest leaktest middletest smashtest hugetest realloc_test staticrootstest tracetest threadleaktest threadkey_test subthread_create initsecondarythread test_cpp disclaim_test disclaim_bench
+make libstaticrootslib_test.la libstaticrootslib2_test.la cordtest gctest leaktest middletest smashtest hugetest realloc_test staticrootstest tracetest threadleaktest threadkey_test subthreadcreate_test initsecondarythread_test test_cpp disclaim_test disclaim_bench
make[2]: Entering directory '[...]/master.build'
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c -o staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '../master/'`tests/staticrootslib.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o .libs/staticrootslib.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o staticrootslib.o >/dev/null 2>&1
-mv -f .deps/staticrootslib.Tpo .deps/staticrootslib.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib.la staticrootslib.lo ./libgc.la
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libstaticrootslib.so.1 -o .libs/libstaticrootslib.so.1.0.3
-libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so.1" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so.1")
-libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so")
-libtool: link: ar cru .libs/libstaticrootslib.a staticrootslib.o
-libtool: link: ranlib .libs/libstaticrootslib.a
-libtool: link: ( cd ".libs" && rm -f "libstaticrootslib.la" && ln -s "../libstaticrootslib.la" "libstaticrootslib.la" )
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cordtest.o -MD -MP -MF .deps/cordtest.Tpo -c -o cordtest.o `test -f 'cord/tests/cordtest.c' || echo '../master/'`cord/tests/cordtest.c
-mv -f .deps/cordtest.Tpo .deps/cordtest.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o cordtest cordtest.o ./libgc.la ./libcord.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/cordtest cordtest.o ./.libs/libgc.so ./.libs/libcord.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o `test -f 'tests/test.c' || echo '../master/'`tests/test.c
-mv -f .deps/test.Tpo .deps/test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o gctest test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/gctest test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT leak_test.o -MD -MP -MF .deps/leak_test.Tpo -c -o leak_test.o `test -f 'tests/leak_test.c' || echo '../master/'`tests/leak_test.c
-mv -f .deps/leak_test.Tpo .deps/leak_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o leaktest leak_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/leaktest leak_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT middle.o -MD -MP -MF .deps/middle.Tpo -c -o middle.o `test -f 'tests/middle.c' || echo '../master/'`tests/middle.c
-mv -f .deps/middle.Tpo .deps/middle.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o middletest middle.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/middletest middle.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT smash_test.o -MD -MP -MF .deps/smash_test.Tpo -c -o smash_test.o `test -f 'tests/smash_test.c' || echo '../master/'`tests/smash_test.c
-mv -f .deps/smash_test.Tpo .deps/smash_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o smashtest smash_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/smashtest smash_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT huge_test.o -MD -MP -MF .deps/huge_test.Tpo -c -o huge_test.o `test -f 'tests/huge_test.c' || echo '../master/'`tests/huge_test.c
-mv -f .deps/huge_test.Tpo .deps/huge_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o hugetest huge_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/hugetest huge_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT realloc_test.o -MD -MP -MF .deps/realloc_test.Tpo -c -o realloc_test.o `test -f 'tests/realloc_test.c' || echo '../master/'`tests/realloc_test.c
-mv -f .deps/realloc_test.Tpo .deps/realloc_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o realloc_test realloc_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/realloc_test realloc_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootstest.o -MD -MP -MF .deps/staticrootstest.Tpo -c -o staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '../master/'`tests/staticrootstest.c
-mv -f .deps/staticrootstest.Tpo .deps/staticrootstest.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o staticrootstest staticrootstest.o ./libgc.la libstaticrootslib.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/staticrootstest staticrootstest.o ./.libs/libgc.so ./.libs/libstaticrootslib.so -Wl,-rpath -Wl,[...]/master.build.install/lib -Wl,-rpath -Wl,/nowhere
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT trace_test.o -MD -MP -MF .deps/trace_test.Tpo -c -o trace_test.o `test -f 'tests/trace_test.c' || echo '../master/'`tests/trace_test.c
-mv -f .deps/trace_test.Tpo .deps/trace_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o tracetest trace_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/tracetest trace_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_leak_test.o -MD -MP -MF .deps/thread_leak_test.Tpo -c -o thread_leak_test.o `test -f 'tests/thread_leak_test.c' || echo '../master/'`tests/thread_leak_test.c
-mv -f .deps/thread_leak_test.Tpo .deps/thread_leak_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadleaktest thread_leak_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadleaktest thread_leak_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT threadkey_test.o -MD -MP -MF .deps/threadkey_test.Tpo -c -o threadkey_test.o `test -f 'tests/threadkey_test.c' || echo '../master/'`tests/threadkey_test.c
-mv -f .deps/threadkey_test.Tpo .deps/threadkey_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadkey_test threadkey_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadkey_test threadkey_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT subthread_create.o -MD -MP -MF .deps/subthread_create.Tpo -c -o subthread_create.o `test -f 'tests/subthread_create.c' || echo '../master/'`tests/subthread_create.c
-mv -f .deps/subthread_create.Tpo .deps/subthread_create.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o subthread_create subthread_create.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/subthread_create subthread_create.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT initsecondarythread.o -MD -MP -MF .deps/initsecondarythread.Tpo -c -o initsecondarythread.o `test -f 'tests/initsecondarythread.c' || echo '../master/'`tests/initsecondarythread.c
-mv -f .deps/initsecondarythread.Tpo .deps/initsecondarythread.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o initsecondarythread initsecondarythread.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/initsecondarythread initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT test_cpp.o -MD -MP -MF .deps/test_cpp.Tpo -c -o test_cpp.o `test -f 'tests/test_cpp.cc' || echo '../master/'`tests/test_cpp.cc
-mv -f .deps/test_cpp.Tpo .deps/test_cpp.Po
-/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -o test_cpp test_cpp.o libgccpp.la ./libgc.la
-libtool: link: g++-4.6 -fexceptions -g -O2 -o .libs/test_cpp test_cpp.o ./.libs/libgccpp.so ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT disclaim_test.o -MD -MP -MF .deps/disclaim_test.Tpo -c -o disclaim_test.o `test -f 'tests/disclaim_test.c' || echo '../master/'`tests/disclaim_test.c
-mv -f .deps/disclaim_test.Tpo .deps/disclaim_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_test disclaim_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_test disclaim_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT disclaim_bench.o -MD -MP -MF .deps/disclaim_bench.Tpo -c -o disclaim_bench.o `test -f 'tests/disclaim_bench.c' || echo '../master/'`tests/disclaim_bench.c
-mv -f .deps/disclaim_bench.Tpo .deps/disclaim_bench.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_bench disclaim_bench.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_bench disclaim_bench.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/staticrootslib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootslib.lo -MD -MP -MF $depbase.Tpo -c -o tests/staticrootslib.lo ../master/tests/staticrootslib.c &&\
+mv -f $depbase.Tpo $depbase.Plo
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootslib.lo -MD -MP -MF tests/.deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o tests/.libs/staticrootslib.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootslib.lo -MD -MP -MF tests/.deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o tests/staticrootslib.o >/dev/null 2>&1
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib_test.la tests/staticrootslib.lo ./libgc.la
+libtool: link: gcc-4.6 -shared -fPIC -DPIC tests/.libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libstaticrootslib_test.so.1 -o .libs/libstaticrootslib_test.so.1.0.3
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib_test.so.1" && ln -s "libstaticrootslib_test.so.1.0.3" "libstaticrootslib_test.so.1")
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib_test.so" && ln -s "libstaticrootslib_test.so.1.0.3" "libstaticrootslib_test.so")
+libtool: link: ar cru .libs/libstaticrootslib_test.a tests/staticrootslib.o
+libtool: link: ranlib .libs/libstaticrootslib_test.a
+libtool: link: ( cd ".libs" && rm -f "libstaticrootslib_test.la" && ln -s "../libstaticrootslib_test.la" "libstaticrootslib_test.la" )
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/libstaticrootslib2_test_la-staticrootslib.lo -MD -MP -MF tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo -c -o tests/libstaticrootslib2_test_la-staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '../master/'`tests/staticrootslib.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/libstaticrootslib2_test_la-staticrootslib.lo -MD -MP -MF tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o tests/.libs/libstaticrootslib2_test_la-staticrootslib.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/libstaticrootslib2_test_la-staticrootslib.lo -MD -MP -MF tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o tests/libstaticrootslib2_test_la-staticrootslib.o >/dev/null 2>&1
+mv -f tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo tests/.deps/libstaticrootslib2_test_la-staticrootslib.Plo
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib2_test.la tests/libstaticrootslib2_test_la-staticrootslib.lo ./libgc.la
+libtool: link: gcc-4.6 -shared -fPIC -DPIC tests/.libs/libstaticrootslib2_test_la-staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libstaticrootslib2_test.so.1 -o .libs/libstaticrootslib2_test.so.1.0.3
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib2_test.so.1" && ln -s "libstaticrootslib2_test.so.1.0.3" "libstaticrootslib2_test.so.1")
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib2_test.so" && ln -s "libstaticrootslib2_test.so.1.0.3" "libstaticrootslib2_test.so")
+libtool: link: ar cru .libs/libstaticrootslib2_test.a tests/libstaticrootslib2_test_la-staticrootslib.o
+libtool: link: ranlib .libs/libstaticrootslib2_test.a
+libtool: link: ( cd ".libs" && rm -f "libstaticrootslib2_test.la" && ln -s "../libstaticrootslib2_test.la" "libstaticrootslib2_test.la" )
+depbase=`echo cord/tests/cordtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/tests/cordtest.o -MD -MP -MF $depbase.Tpo -c -o cord/tests/cordtest.o ../master/cord/tests/cordtest.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o cordtest cord/tests/cordtest.o ./libgc.la ./libcord.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/cordtest cord/tests/cordtest.o ./.libs/libgc.so ./.libs/libcord.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/test.o -MD -MP -MF $depbase.Tpo -c -o tests/test.o ../master/tests/test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o gctest tests/test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/gctest tests/test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/leak_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/leak_test.o -MD -MP -MF $depbase.Tpo -c -o tests/leak_test.o ../master/tests/leak_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o leaktest tests/leak_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/leaktest tests/leak_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/middle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/middle.o -MD -MP -MF $depbase.Tpo -c -o tests/middle.o ../master/tests/middle.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o middletest tests/middle.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/middletest tests/middle.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/smash_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/smash_test.o -MD -MP -MF $depbase.Tpo -c -o tests/smash_test.o ../master/tests/smash_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o smashtest tests/smash_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/smashtest tests/smash_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/huge_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/huge_test.o -MD -MP -MF $depbase.Tpo -c -o tests/huge_test.o ../master/tests/huge_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o hugetest tests/huge_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/hugetest tests/huge_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/realloc_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/realloc_test.o -MD -MP -MF $depbase.Tpo -c -o tests/realloc_test.o ../master/tests/realloc_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o realloc_test tests/realloc_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/realloc_test tests/realloc_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootstest-staticrootstest.o -MD -MP -MF tests/.deps/staticrootstest-staticrootstest.Tpo -c -o tests/staticrootstest-staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '../master/'`tests/staticrootstest.c
+mv -f tests/.deps/staticrootstest-staticrootstest.Tpo tests/.deps/staticrootstest-staticrootstest.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -o staticrootstest tests/staticrootstest-staticrootstest.o ./libgc.la libstaticrootslib_test.la libstaticrootslib2_test.la
+libtool: link: gcc-4.6 -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/staticrootstest tests/staticrootstest-staticrootstest.o ./.libs/libgc.so ./.libs/libstaticrootslib_test.so ./.libs/libstaticrootslib2_test.so -Wl,-rpath -Wl,[...]/master.build.install/lib -Wl,-rpath -Wl,/nowhere
+depbase=`echo tests/trace_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/trace_test.o -MD -MP -MF $depbase.Tpo -c -o tests/trace_test.o ../master/tests/trace_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o tracetest tests/trace_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/tracetest tests/trace_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/thread_leak_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/thread_leak_test.o -MD -MP -MF $depbase.Tpo -c -o tests/thread_leak_test.o ../master/tests/thread_leak_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadleaktest tests/thread_leak_test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadleaktest tests/thread_leak_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/threadkey_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/threadkey_test.o -MD -MP -MF $depbase.Tpo -c -o tests/threadkey_test.o ../master/tests/threadkey_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadkey_test tests/threadkey_test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadkey_test tests/threadkey_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/subthread_create.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/subthread_create.o -MD -MP -MF $depbase.Tpo -c -o tests/subthread_create.o ../master/tests/subthread_create.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o subthreadcreate_test tests/subthread_create.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/subthreadcreate_test tests/subthread_create.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/initsecondarythread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/initsecondarythread.o -MD -MP -MF $depbase.Tpo -c -o tests/initsecondarythread.o ../master/tests/initsecondarythread.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o initsecondarythread_test tests/initsecondarythread.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/initsecondarythread_test tests/initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/test_cpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT tests/test_cpp.o -MD -MP -MF $depbase.Tpo -c -o tests/test_cpp.o ../master/tests/test_cpp.cc &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -o test_cpp tests/test_cpp.o libgccpp.la ./libgc.la
+libtool: link: g++-4.6 -fexceptions -g -O2 -o .libs/test_cpp tests/test_cpp.o ./.libs/libgccpp.so ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/disclaim_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/disclaim_test.o -MD -MP -MF $depbase.Tpo -c -o tests/disclaim_test.o ../master/tests/disclaim_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_test tests/disclaim_test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_test tests/disclaim_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/disclaim_bench.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/disclaim_bench.o -MD -MP -MF $depbase.Tpo -c -o tests/disclaim_bench.o ../master/tests/disclaim_bench.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_bench tests/disclaim_bench.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_bench tests/disclaim_bench.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
make[2]: Leaving directory '[...]/master.build'
make check-TESTS
make[2]: Entering directory '[...]/master.build'
-SUCCEEDED
+make[3]: Entering directory '[...]/master.build'
PASS: cordtest
-Completed 6 tests
-Allocated 10285707 collectable objects
-Allocated 1212 uncollectable objects
-Allocated 7499997 atomic objects
-Allocated 137759 stubborn objects
-Finalized 6621/6621 objects - finalization is probably ok
-Total number of bytes allocated is 1147021510
-Final heap size is 29728768 bytes
-Completed 277 collections (using 2 marker threads)
-Collector appears to work
PASS: gctest
-Leaked composite object at 0x9212fb8 (../master/tests/leak_test.c:19, sz=4, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9213db8 (../master/tests/leak_test.c:19, sz=5, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9213e48 (../master/tests/leak_test.c:19, sz=7, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9213e90 (../master/tests/leak_test.c:19, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9213ed8 (../master/tests/leak_test.c:19, sz=9, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9213f20 (../master/tests/leak_test.c:19, sz=10, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9213f68 (../master/tests/leak_test.c:19, sz=11, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9213fb0 (../master/tests/leak_test.c:19, sz=12, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [0x80485f3]
-
-Leaked composite object at 0x9212ff8 (../master/tests/leak_test.c:12, sz=4, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb7789710]
- main:[...]/master.build/../master/tests/leak_test.c:12 (discriminator 2) [0x80485a0]
-
PASS: leaktest
-Final heap size is 131072
PASS: middletest
-GC_check_heap_block: found smashed heap objects:
- 0x8a28fd0 in or near object at 0x8a28fa8 (../master/tests/smash_test.c:22, sz=40)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76dd710]
- main:[...]/master.build/../master/tests/smash_test.c:22 [0x8048559]
-
-GC_check_heap_block: found smashed heap objects:
- 0x8a28fd0 in or near object at 0x8a28fa8 (../master/tests/smash_test.c:22, sz=40)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76dd710]
- main:[...]/master.build/../master/tests/smash_test.c:22 [0x8048559]
-
-GC_check_heap_block: found smashed heap objects:
- 0x8adc0c8 in or near object at 0x8adc0a0 (../master/tests/smash_test.c:22, sz=40)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76dd710]
- main:[...]/master.build/../master/tests/smash_test.c:22 [0x8048559]
- 0x8a28fd0 in or near object at 0x8a28fa8 (../master/tests/smash_test.c:22, sz=40)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76dd710]
- main:[...]/master.build/../master/tests/smash_test.c:22 [0x8048559]
-
PASS: smashtest
PASS: hugetest
-Heap size: 65536
-Heap size: 131072
PASS: realloc_test
PASS: staticrootstest
-
-****Chosen address 0x9bff873 in object
-0x9bff8a8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 0 levels of pointers from offset 4 in object:
-0x9bffd28 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 1 levels of pointers from offset 0 in object:
-0x9bffd70 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 2 levels of pointers from offset 0 in object:
-0x9bffdb8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 3 levels of pointers from offset 0 in object:
-0x9bffe00 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 4 levels of pointers from offset 4 in object:
-0x9bf8740 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 5 levels of pointers from offset 0 in object:
-0x9bf8788 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 6 levels of pointers from offset 0 in object:
-0x9bf87d0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 7 levels of pointers from offset 0 in object:
-0x9bf8818 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 8 levels of pointers from offset 0 in object:
-0x9bf8860 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 9 levels of pointers from root at 0x8049ad8
-
-
-****Chosen address 0x9b1ac51 in object
-0x9b1ac50 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 0 levels of pointers from offset 0 in object:
-0x9b1ac98 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 1 levels of pointers from offset 4 in object:
-0x9b19278 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 2 levels of pointers from offset 0 in object:
-0x9b19350 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 3 levels of pointers from offset 0 in object:
-0x9b19398 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 4 levels of pointers from offset 4 in object:
-0x9b153e0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 5 levels of pointers from offset 4 in object:
-0x9b0e5d8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 6 levels of pointers from offset 4 in object:
-0x9afe818 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 7 levels of pointers from offset 0 in object:
-0x9afe860 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 8 levels of pointers from offset 4 in object:
-0x9a98740 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 9 levels of pointers from offset 0 in object:
-0x9a98788 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 10 levels of pointers from root at 0x8049ad0
-
-
-****Chosen address 0x9c7844a in object
-0x9c78470 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0xb772eb30]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 (discriminator 1) [0x8048724]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 0 levels of pointers from offset 0 in object:
-0x9c32fb0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 1 levels of pointers from offset 0 in object:
-0x9c31038 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 2 levels of pointers from offset 4 in object:
-0x9c31668 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 3 levels of pointers from offset 4 in object:
-0x9c2f230 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 4 levels of pointers from offset 4 in object:
-0x9c2eaa0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 5 levels of pointers from offset 4 in object:
-0x9c2aae8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 6 levels of pointers from offset 0 in object:
-0x9c2abc0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 7 levels of pointers from offset 0 in object:
-0x9c2ac08 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 8 levels of pointers from offset 0 in object:
-0x9c2ac50 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 9 levels of pointers from offset 4 in object:
-0x9c54620 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 10 levels of pointers from offset 4 in object:
-0x9bf8860 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 11 levels of pointers from root at 0x8049ad8
-
-
-****Chosen address 0x9a6b8ec in object
-0x9a6b8f0 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0xb772eb30]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 (discriminator 1) [0x8048724]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 0 levels of pointers from offset 4 in object:
-0x9a1f308 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 1 levels of pointers from offset 4 in object:
-0x9a1f6b0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 2 levels of pointers from offset 0 in object:
-0x9a1f6f8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
-
-Reachable via 3 levels of pointers from offset 0 in object:
-0x9a1f740 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 4 levels of pointers from offset 4 in object:
-0x9a1c818 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
-
-Reachable via 5 levels of pointers from offset 4 in object:
-0x9a17740 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 6 levels of pointers from offset 0 in object:
-0x9a17a58 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 7 levels of pointers from offset 4 in object:
-0x99e5a10 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x80486f9]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 8 levels of pointers from offset 4 in object:
-0x9a5d788 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 9 levels of pointers from offset 0 in object:
-0x9a5d7d0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x80486ef]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 10 levels of pointers from offset 0 in object:
-0x9a5d818 (../master/tests/trace_test.c:17, sz=8, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb772e710]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x80486d5]
- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [0x80485b4]
-
-Reachable via 11 levels of pointers from root at 0x8049ac8
-
PASS: tracetest
-Leaked composite object at 0x9c4eff8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76fc710]
- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [0x80487c8]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0xb770e7ac]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0xb7707bbe]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0xb770e815]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x6f12) [0xb76c4f12]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0xb75f5b6e]
-
-Leaked composite object at 0x9c4ef38 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76fc710]
- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [0x80487c8]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0xb770e7ac]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0xb7707bbe]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0xb770e815]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x6f12) [0xb76c4f12]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0xb75f5b6e]
-
-Leaked composite object at 0x9c4efb8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76fc710]
- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [0x80487c8]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0xb770e7ac]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0xb7707bbe]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0xb770e815]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x6f12) [0xb76c4f12]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0xb75f5b6e]
-
-Leaked composite object at 0x9c4eef8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76fc710]
- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [0x80487c8]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0xb770e7ac]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0xb7707bbe]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0xb770e815]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x6f12) [0xb76c4f12]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0xb75f5b6e]
-
-Leaked composite object at 0x9c4ef78 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
- Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0xb76fc710]
- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [0x80487c8]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0xb770e7ac]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0xb7707bbe]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0xb770e815]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x6f12) [0xb76c4f12]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0xb75f5b6e]
-
PASS: threadleaktest
PASS: threadkey_test
-subthread_create: created 184 threads (180 ended)
-PASS: subthread_create
-PASS: initsecondarythread
-usage: test_cpp number-of-iterations
-Assuming 10 iters
-Starting iteration 1
-Starting iteration 2
-Starting iteration 3
-Starting iteration 4
-Starting iteration 5
-Starting iteration 6
-Starting iteration 7
-Starting iteration 8
-Starting iteration 9
-Starting iteration 10
-The test appears to have succeeded.
+PASS: subthreadcreate_test
+PASS: initsecondarythread_test
PASS: test_cpp
-Threaded disclaim test.
PASS: disclaim_test
- fin. ratio time/s time/fin.
-regular finalization: 0.9922 35.842 8.61269e-06
- finalize on reclaim: 0.9998 0.487 1.16137e-07
- no finalization: 0.0000 0.405 N/A
PASS: disclaim_bench
-===================
-All 16 tests passed
-===================
+make[4]: Entering directory '[...]/master.build'
+make[5]: Entering directory '[...]/master.build'
+make[5]: Nothing to be done for 'all-am'.
+make[5]: Leaving directory '[...]/master.build'
+make[4]: Leaving directory '[...]/master.build'
+============================================================================
+Testsuite summary for gc 7.5.0
+============================================================================
+# TOTAL: 16
+# PASS: 16
+# SKIP: 0
+# XFAIL: 0
+# FAIL: 0
+# XPASS: 0
+# ERROR: 0
+============================================================================
+make[3]: Leaving directory '[...]/master.build'
make[2]: Leaving directory '[...]/master.build'
make[1]: Leaving directory '[...]/master.build'
Making check in src
make[1]: Entering directory '[...]/master.build/libatomic_ops/src'
-/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo ../../../master/libatomic_ops/src/atomic_ops.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../../../master/libatomic_ops/src/atomic_ops.c -o atomic_ops.o
-mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Plo
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops.la -rpath [...]/master.build.install/lib atomic_ops.lo
+make check-am
+make[2]: Entering directory '[...]/master.build/libatomic_ops/src'
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops.la -rpath [...]/master.build.install/lib atomic_ops.lo
libtool: link: ar cru .libs/libatomic_ops.a atomic_ops.o
libtool: link: ranlib .libs/libatomic_ops.a
libtool: link: ( cd ".libs" && rm -f "libatomic_ops.la" && ln -s "../libatomic_ops.la" "libatomic_ops.la" )
-/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c -o atomic_ops_stack.lo ../../../master/libatomic_ops/src/atomic_ops_stack.c
+/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c -o atomic_ops_stack.lo ../../../master/libatomic_ops/src/atomic_ops_stack.c
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c ../../../master/libatomic_ops/src/atomic_ops_stack.c -o atomic_ops_stack.o
mv -f .deps/atomic_ops_stack.Tpo .deps/atomic_ops_stack.Plo
-/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c -o atomic_ops_malloc.lo ../../../master/libatomic_ops/src/atomic_ops_malloc.c
+/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c -o atomic_ops_malloc.lo ../../../master/libatomic_ops/src/atomic_ops_malloc.c
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c ../../../master/libatomic_ops/src/atomic_ops_malloc.c -o atomic_ops_malloc.o
mv -f .deps/atomic_ops_malloc.Tpo .deps/atomic_ops_malloc.Plo
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops_gpl.la -rpath [...]/master.build.install/lib atomic_ops_stack.lo atomic_ops_malloc.lo
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops_gpl.la -rpath [...]/master.build.install/lib atomic_ops_stack.lo atomic_ops_malloc.lo libatomic_ops.la
libtool: link: ar cru .libs/libatomic_ops_gpl.a atomic_ops_stack.o atomic_ops_malloc.o
libtool: link: ranlib .libs/libatomic_ops_gpl.a
libtool: link: ( cd ".libs" && rm -f "libatomic_ops_gpl.la" && ln -s "../libatomic_ops_gpl.la" "libatomic_ops_gpl.la" )
+make[2]: Leaving directory '[...]/master.build/libatomic_ops/src'
make[1]: Leaving directory '[...]/master.build/libatomic_ops/src'
Making check in doc
make[1]: Entering directory '[...]/master.build/libatomic_ops/doc'
@@ -768,140 +168,126 @@ make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '[...]/master.build/libatomic_ops/doc'
Making check in tests
make[1]: Entering directory '[...]/master.build/libatomic_ops/tests'
-sed -e s/XX// ../../../master/libatomic_ops/tests/test_atomic_include.template > test_atomic_include.h
-sed -e s/XX/_release/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_acquire/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_read/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_write/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_full/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_release_write/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_acquire_read/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-echo "#include \"atomic_ops.h\" " > list_atomic.c
-sed -e s/XX// ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_release/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_acquire/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_read/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_write/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_full/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_release_write/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_acquire_read/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XX::g ../../../master/libatomic_ops/tests/test_atomic_include.template > test_atomic_include.h
+sed -e s:XX:_release:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_read:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_write:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_full:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+echo "#include \"atomic_ops.h\"" > list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 list_atomic.c -E > list_atomic.i
+gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -c -o list_atomic.o list_atomic.c
make check-am
make[2]: Entering directory '[...]/master.build/libatomic_ops/tests'
make test_atomic test_atomic_pthreads test_stack test_malloc
make[3]: Entering directory '[...]/master.build/libatomic_ops/tests'
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_atomic.o -MD -MP -MF .deps/test_atomic.Tpo -c -o test_atomic.o ../../../master/libatomic_ops/tests/test_atomic.c
mv -f .deps/test_atomic.Tpo .deps/test_atomic.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic test_atomic.o -lpthread ../src/libatomic_ops.la
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic test_atomic.o -lpthread ../src/libatomic_ops.la
libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic test_atomic.o -lpthread ../src/.libs/libatomic_ops.a
gcc-4.6 -DHAVE_CONFIG_H -DAO_USE_PTHREAD_DEFS -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_atomic_pthreads-test_atomic.o -MD -MP -MF .deps/test_atomic_pthreads-test_atomic.Tpo -c -o test_atomic_pthreads-test_atomic.o `test -f 'test_atomic.c' || echo '../../../master/libatomic_ops/tests/'`test_atomic.c
mv -f .deps/test_atomic_pthreads-test_atomic.Tpo .deps/test_atomic_pthreads-test_atomic.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/libatomic_ops.la
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/libatomic_ops.la
libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/.libs/libatomic_ops.a
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_stack.o -MD -MP -MF .deps/test_stack.Tpo -c -o test_stack.o ../../../master/libatomic_ops/tests/test_stack.c
mv -f .deps/test_stack.Tpo .deps/test_stack.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/.libs/libatomic_ops_gpl.a ../src/.libs/libatomic_ops.a
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
+libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/.libs/libatomic_ops_gpl.a [...]/master.build/libatomic_ops/src/.libs/libatomic_ops.a ../src/.libs/libatomic_ops.a
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_malloc.o -MD -MP -MF .deps/test_malloc.Tpo -c -o test_malloc.o ../../../master/libatomic_ops/tests/test_malloc.c
mv -f .deps/test_malloc.Tpo .deps/test_malloc.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/.libs/libatomic_ops_gpl.a ../src/.libs/libatomic_ops.a
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
+libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/.libs/libatomic_ops_gpl.a [...]/master.build/libatomic_ops/src/.libs/libatomic_ops.a ../src/.libs/libatomic_ops.a
make[3]: Leaving directory '[...]/master.build/libatomic_ops/tests'
make check-TESTS
make[3]: Entering directory '[...]/master.build/libatomic_ops/tests'
-Missing: AO_compare_and_swap_double
-Missing: AO_nop_acquire
-Missing: AO_store_acquire
-Missing: AO_short_store_acquire
-Missing: AO_char_store_acquire
-Missing: AO_int_store_acquire
-Missing: AO_compare_and_swap_double_acquire
-Missing: AO_nop_release
-Missing: AO_load_release
-Missing: AO_short_load_release
-Missing: AO_char_load_release
-Missing: AO_int_load_release
-Missing: AO_compare_and_swap_double_release
-Missing: AO_store_read
-Missing: AO_short_store_read
-Missing: AO_char_store_read
-Missing: AO_int_store_read
-Missing: AO_compare_and_swap_double_read
-Missing: AO_load_write
-Missing: AO_short_load_write
-Missing: AO_char_load_write
-Missing: AO_int_load_write
-Missing: AO_compare_and_swap_double_write
-Missing: AO_compare_and_swap_double_full
-Missing: AO_nop_release_write
-Missing: AO_load_release_write
-Missing: AO_short_load_release_write
-Missing: AO_char_load_release_write
-Missing: AO_int_load_release_write
-Missing: AO_compare_and_swap_double_release_write
-Missing: AO_nop_acquire_read
-Missing: AO_store_acquire_read
-Missing: AO_short_store_acquire_read
-Missing: AO_char_store_acquire_read
-Missing: AO_int_store_acquire_read
-Missing: AO_compare_and_swap_double_acquire_read
-Testing add1/sub1
-Succeeded
-Testing store_release_write/load_acquire_read
-Succeeded
-Testing test_and_set
-Succeeded
-PASS: test_atomic
-Missing: AO_nop_acquire
-Missing: AO_store_acquire
-Missing: AO_short_store_acquire
-Missing: AO_char_store_acquire
-Missing: AO_int_store_acquire
-Missing: AO_nop_release
-Missing: AO_load_release
-Missing: AO_short_load_release
-Missing: AO_char_load_release
-Missing: AO_int_load_release
-Missing: AO_store_read
-Missing: AO_short_store_read
-Missing: AO_char_store_read
-Missing: AO_int_store_read
-Missing: AO_load_write
-Missing: AO_short_load_write
-Missing: AO_char_load_write
-Missing: AO_int_load_write
-Missing: AO_nop_release_write
-Missing: AO_load_release_write
-Missing: AO_short_load_release_write
-Missing: AO_char_load_release_write
-Missing: AO_int_load_release_write
-Missing: AO_nop_acquire_read
-Missing: AO_store_acquire_read
-Missing: AO_short_store_acquire_read
-Missing: AO_char_store_acquire_read
-Missing: AO_int_store_acquire_read
-Testing add1/sub1
-Succeeded
-Testing store_release_write/load_acquire_read
-Succeeded
-Testing test_and_set
-Succeeded
+make[4]: Entering directory '[...]/master.build/libatomic_ops/tests'
+../../../master/libatomic_ops/test-driver: line 107: 21729 Aborted "$@" > $log_file 2>&1
+FAIL: test_atomic
PASS: test_atomic_pthreads
-About 1000000 pushes + 1000000 pops in 1 threads: 34 msecs
-About 1000000 pushes + 1000000 pops in 2 threads: 67 msecs
-About 1000000 pushes + 1000000 pops in 3 threads: 113 msecs
-About 1000000 pushes + 1000000 pops in 4 threads: 93 msecs
PASS: test_stack
-Testing AO_malloc/AO_free
-Succeeded
-Performing 1000 reversals of 1000 element lists in 10 threads
PASS: test_malloc
-==================
-All 4 tests passed
-==================
+make[5]: Entering directory '[...]/master.build/libatomic_ops/tests'
+make all-am
+make[6]: Entering directory '[...]/master.build/libatomic_ops/tests'
+make[6]: Nothing to be done for 'all-am'.
+make[6]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+make[5]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+============================================================================
+Testsuite summary for libatomic_ops 7.5.0
+============================================================================
+# TOTAL: 4
+# PASS: 3
+# SKIP: 0
+# XFAIL: 0
+# FAIL: 1
+# XPASS: 0
+# ERROR: 0
+============================================================================
+See tests/test-suite.log
+Please report to bdwgc@lists.opendylan.org
+============================================================================
+Makefile:732: recipe for target 'test-suite.log' failed
+make[4]: *** [test-suite.log] Error 1
+make[4]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+Makefile:838: recipe for target 'check-TESTS' failed
+make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+Makefile:932: recipe for target 'check-am' failed
+make[2]: *** [check-am] Error 2
make[2]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+Makefile:935: recipe for target 'check' failed
+make[1]: *** [check] Error 2
make[1]: Leaving directory '[...]/master.build/libatomic_ops/tests'
make[1]: Entering directory '[...]/master.build/libatomic_ops'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '[...]/master.build/libatomic_ops'
+Makefile:462: recipe for target 'check-recursive' failed
+make: *** [check-recursive] Error 1
+make: Target 'check' not remade because of errors.
diff --git a/boehm-gc/kepler.SCHWINGE/log_test.diff.sed b/boehm-gc/kepler.SCHWINGE/log_test.diff.sed
index 58dd992b..e69de29b 100644
--- a/boehm-gc/kepler.SCHWINGE/log_test.diff.sed
+++ b/boehm-gc/kepler.SCHWINGE/log_test.diff.sed
@@ -1 +0,0 @@
-s%0x[0-9a-f]\+%[ADDR]%g
diff --git a/boehm-gc/laplace.SCHWINGE/log_build b/boehm-gc/laplace.SCHWINGE/log_build
index f6fd6398..baed609a 100644
--- a/boehm-gc/laplace.SCHWINGE/log_build
+++ b/boehm-gc/laplace.SCHWINGE/log_build
@@ -1,12 +1,13 @@
checking build system type... i686-unknown-gnu0.5
checking host system type... i686-unknown-gnu0.5
checking target system type... i686-unknown-gnu0.5
-checking GC version numbers... major=7 minor=3 alpha=3
+checking GC version numbers... major=7 minor=5 micro=0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
+checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc-4.6
@@ -18,21 +19,12 @@ checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.6 accepts -g... yes
checking for gcc-4.6 option to accept ISO C89... none needed
+checking whether gcc-4.6 understands -c and -o together... yes
checking dependency style of gcc-4.6... gcc3
-checking whether gcc-4.6 and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++-4.6 accepts -g... yes
checking dependency style of g++-4.6... gcc3
checking dependency style of gcc-4.6... gcc3
-checking for thread model used by GCC... posix
-checking for inline... inline
-checking for pthread_self in -lpthread... yes
-checking for gcc -Wextra... yes
-checking for xlc... no
-checking whether gcc supports -fno-strict-aliasing... yes
-checking for dlopen in -ldl... yes
-checking whether to build shared libraries... yes
-checking which machine-dependent code should be used...
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
@@ -82,7 +74,7 @@ checking if gcc-4.6 supports -c -o file.o... yes
checking if gcc-4.6 supports -c -o file.o... (cached) yes
checking whether the gcc-4.6 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
-checking dynamic linker characteristics... gnu0.5 ld.so
+checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
@@ -98,10 +90,20 @@ checking if g++-4.6 static flag -static works... yes
checking if g++-4.6 supports -c -o file.o... yes
checking if g++-4.6 supports -c -o file.o... (cached) yes
checking whether the g++-4.6 linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... gnu0.5 ld.so
+checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
+checking for thread model used by GCC... posix
+checking for inline... inline
+checking for pthread_self in -lpthread... yes
+checking for gcc -Wextra... yes
+checking for xlc... no
+checking whether gcc supports -fno-strict-aliasing... yes
+checking for dlopen in -ldl... yes
+checking whether to build shared libraries... yes
+checking which machine-dependent code should be used...
checking whether Solaris gcc optimization fix is necessary... no
configure: WARNING: "Should define GC_DEBUG and use debug alloc in clients."
+checking for dladdr... yes
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
@@ -109,10 +111,11 @@ checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ATOMIC_OPS... no
checking which libatomic_ops to use... internal
+checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bdw-gc.pc
-config.status: creating include/private/config.h
+config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
@@ -126,6 +129,7 @@ checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
+checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc-4.6
@@ -137,8 +141,8 @@ checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4.6 accepts -g... yes
checking for gcc-4.6 option to accept ISO C89... none needed
+checking whether gcc-4.6 understands -c and -o together... yes
checking dependency style of gcc-4.6... gcc3
-checking whether gcc-4.6 and cc understand -c and -o together... yes
checking dependency style of gcc-4.6... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
@@ -188,7 +192,7 @@ checking if gcc-4.6 static flag -static works... yes
checking if gcc-4.6 supports -c -o file.o... yes
checking if gcc-4.6 supports -c -o file.o... (cached) yes
checking whether the gcc-4.6 linker (/usr/bin/ld) supports shared libraries... yes
-checking dynamic linker characteristics... gnu0.5 ld.so
+checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
@@ -203,6 +207,7 @@ checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for gcc -Wextra... yes
checking for pthread_self in -lpthread... yes
+checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
@@ -215,173 +220,207 @@ config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
make[1]: Entering directory '[...]/master.build'
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo ../master/allchblk.c
+depbase=`echo allchblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF $depbase.Tpo -c -o allchblk.lo ../master/allchblk.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c ../master/allchblk.c -fPIC -DPIC -o .libs/allchblk.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c ../master/allchblk.c -o allchblk.o >/dev/null 2>&1
-mv -f .deps/allchblk.Tpo .deps/allchblk.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo ../master/alloc.c
+depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o alloc.lo ../master/alloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../master/alloc.c -fPIC -DPIC -o .libs/alloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../master/alloc.c -o alloc.o >/dev/null 2>&1
-mv -f .deps/alloc.Tpo .deps/alloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo ../master/blacklst.c
+depbase=`echo blacklst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF $depbase.Tpo -c -o blacklst.lo ../master/blacklst.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c ../master/blacklst.c -fPIC -DPIC -o .libs/blacklst.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c ../master/blacklst.c -o blacklst.o >/dev/null 2>&1
-mv -f .deps/blacklst.Tpo .deps/blacklst.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo ../master/checksums.c
+depbase=`echo checksums.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF $depbase.Tpo -c -o checksums.lo ../master/checksums.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c ../master/checksums.c -fPIC -DPIC -o .libs/checksums.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c ../master/checksums.c -o checksums.o >/dev/null 2>&1
-mv -f .deps/checksums.Tpo .deps/checksums.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo ../master/dbg_mlc.c
+depbase=`echo dbg_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF $depbase.Tpo -c -o dbg_mlc.lo ../master/dbg_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c ../master/dbg_mlc.c -fPIC -DPIC -o .libs/dbg_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c ../master/dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1
-mv -f .deps/dbg_mlc.Tpo .deps/dbg_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo ../master/dyn_load.c
+depbase=`echo dyn_load.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF $depbase.Tpo -c -o dyn_load.lo ../master/dyn_load.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c ../master/dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c ../master/dyn_load.c -o dyn_load.o >/dev/null 2>&1
-mv -f .deps/dyn_load.Tpo .deps/dyn_load.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo ../master/finalize.c
+depbase=`echo finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF $depbase.Tpo -c -o finalize.lo ../master/finalize.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c ../master/finalize.c -fPIC -DPIC -o .libs/finalize.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c ../master/finalize.c -o finalize.o >/dev/null 2>&1
-mv -f .deps/finalize.Tpo .deps/finalize.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo ../master/gc_dlopen.c
+depbase=`echo gc_dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF $depbase.Tpo -c -o gc_dlopen.lo ../master/gc_dlopen.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c ../master/gc_dlopen.c -fPIC -DPIC -o .libs/gc_dlopen.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c ../master/gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1
-mv -f .deps/gc_dlopen.Tpo .deps/gc_dlopen.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo ../master/gcj_mlc.c
+depbase=`echo gcj_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF $depbase.Tpo -c -o gcj_mlc.lo ../master/gcj_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c ../master/gcj_mlc.c -fPIC -DPIC -o .libs/gcj_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c ../master/gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1
-mv -f .deps/gcj_mlc.Tpo .deps/gcj_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo ../master/headers.c
+depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF $depbase.Tpo -c -o headers.lo ../master/headers.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c ../master/headers.c -fPIC -DPIC -o .libs/headers.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c ../master/headers.c -o headers.o >/dev/null 2>&1
-mv -f .deps/headers.Tpo .deps/headers.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo ../master/mach_dep.c
+depbase=`echo mach_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF $depbase.Tpo -c -o mach_dep.lo ../master/mach_dep.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c ../master/mach_dep.c -fPIC -DPIC -o .libs/mach_dep.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c ../master/mach_dep.c -o mach_dep.o >/dev/null 2>&1
-mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo ../master/malloc.c
+depbase=`echo malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF $depbase.Tpo -c -o malloc.lo ../master/malloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../master/malloc.c -fPIC -DPIC -o .libs/malloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../master/malloc.c -o malloc.o >/dev/null 2>&1
-mv -f .deps/malloc.Tpo .deps/malloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo ../master/mallocx.c
+depbase=`echo mallocx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF $depbase.Tpo -c -o mallocx.lo ../master/mallocx.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c ../master/mallocx.c -fPIC -DPIC -o .libs/mallocx.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c ../master/mallocx.c -o mallocx.o >/dev/null 2>&1
-mv -f .deps/mallocx.Tpo .deps/mallocx.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo ../master/mark.c
+depbase=`echo mark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF $depbase.Tpo -c -o mark.lo ../master/mark.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c ../master/mark.c -fPIC -DPIC -o .libs/mark.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c ../master/mark.c -o mark.o >/dev/null 2>&1
-mv -f .deps/mark.Tpo .deps/mark.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo ../master/mark_rts.c
+depbase=`echo mark_rts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF $depbase.Tpo -c -o mark_rts.lo ../master/mark_rts.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c ../master/mark_rts.c -fPIC -DPIC -o .libs/mark_rts.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c ../master/mark_rts.c -o mark_rts.o >/dev/null 2>&1
-mv -f .deps/mark_rts.Tpo .deps/mark_rts.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo ../master/misc.c
+depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo ../master/misc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c ../master/misc.c -fPIC -DPIC -o .libs/misc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c ../master/misc.c -o misc.o >/dev/null 2>&1
-mv -f .deps/misc.Tpo .deps/misc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo ../master/new_hblk.c
+depbase=`echo new_hblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF $depbase.Tpo -c -o new_hblk.lo ../master/new_hblk.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c ../master/new_hblk.c -fPIC -DPIC -o .libs/new_hblk.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c ../master/new_hblk.c -o new_hblk.o >/dev/null 2>&1
-mv -f .deps/new_hblk.Tpo .deps/new_hblk.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo ../master/obj_map.c
+depbase=`echo obj_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF $depbase.Tpo -c -o obj_map.lo ../master/obj_map.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c ../master/obj_map.c -fPIC -DPIC -o .libs/obj_map.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c ../master/obj_map.c -o obj_map.o >/dev/null 2>&1
-mv -f .deps/obj_map.Tpo .deps/obj_map.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo ../master/os_dep.c
+depbase=`echo os_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF $depbase.Tpo -c -o os_dep.lo ../master/os_dep.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c ../master/os_dep.c -fPIC -DPIC -o .libs/os_dep.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c ../master/os_dep.c -o os_dep.o >/dev/null 2>&1
-mv -f .deps/os_dep.Tpo .deps/os_dep.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo ../master/pcr_interface.c
+depbase=`echo pcr_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF $depbase.Tpo -c -o pcr_interface.lo ../master/pcr_interface.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c ../master/pcr_interface.c -fPIC -DPIC -o .libs/pcr_interface.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c ../master/pcr_interface.c -o pcr_interface.o >/dev/null 2>&1
-mv -f .deps/pcr_interface.Tpo .deps/pcr_interface.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ../master/ptr_chck.c
+depbase=`echo ptr_chck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF $depbase.Tpo -c -o ptr_chck.lo ../master/ptr_chck.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ../master/ptr_chck.c -fPIC -DPIC -o .libs/ptr_chck.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ../master/ptr_chck.c -o ptr_chck.o >/dev/null 2>&1
-mv -f .deps/ptr_chck.Tpo .deps/ptr_chck.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo ../master/real_malloc.c
+depbase=`echo real_malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF $depbase.Tpo -c -o real_malloc.lo ../master/real_malloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c ../master/real_malloc.c -fPIC -DPIC -o .libs/real_malloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c ../master/real_malloc.c -o real_malloc.o >/dev/null 2>&1
-mv -f .deps/real_malloc.Tpo .deps/real_malloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo ../master/reclaim.c
+depbase=`echo reclaim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF $depbase.Tpo -c -o reclaim.lo ../master/reclaim.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c ../master/reclaim.c -fPIC -DPIC -o .libs/reclaim.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c ../master/reclaim.c -o reclaim.o >/dev/null 2>&1
-mv -f .deps/reclaim.Tpo .deps/reclaim.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo ../master/specific.c
+depbase=`echo specific.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF $depbase.Tpo -c -o specific.lo ../master/specific.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c ../master/specific.c -fPIC -DPIC -o .libs/specific.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c ../master/specific.c -o specific.o >/dev/null 2>&1
-mv -f .deps/specific.Tpo .deps/specific.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo ../master/stubborn.c
+depbase=`echo stubborn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF $depbase.Tpo -c -o stubborn.lo ../master/stubborn.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c ../master/stubborn.c -fPIC -DPIC -o .libs/stubborn.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c ../master/stubborn.c -o stubborn.o >/dev/null 2>&1
-mv -f .deps/stubborn.Tpo .deps/stubborn.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo ../master/thread_local_alloc.c
+depbase=`echo thread_local_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF $depbase.Tpo -c -o thread_local_alloc.lo ../master/thread_local_alloc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c ../master/thread_local_alloc.c -fPIC -DPIC -o .libs/thread_local_alloc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c ../master/thread_local_alloc.c -o thread_local_alloc.o >/dev/null 2>&1
-mv -f .deps/thread_local_alloc.Tpo .deps/thread_local_alloc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo ../master/typd_mlc.c
+depbase=`echo typd_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF $depbase.Tpo -c -o typd_mlc.lo ../master/typd_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c ../master/typd_mlc.c -fPIC -DPIC -o .libs/typd_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c ../master/typd_mlc.c -o typd_mlc.o >/dev/null 2>&1
-mv -f .deps/typd_mlc.Tpo .deps/typd_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c -o pthread_start.lo ../master/pthread_start.c
+depbase=`echo pthread_start.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF $depbase.Tpo -c -o pthread_start.lo ../master/pthread_start.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c ../master/pthread_start.c -fPIC -DPIC -o .libs/pthread_start.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c ../master/pthread_start.c -o pthread_start.o >/dev/null 2>&1
-mv -f .deps/pthread_start.Tpo .deps/pthread_start.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c -o pthread_support.lo ../master/pthread_support.c
+depbase=`echo pthread_support.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF $depbase.Tpo -c -o pthread_support.lo ../master/pthread_support.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c ../master/pthread_support.c -fPIC -DPIC -o .libs/pthread_support.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c ../master/pthread_support.c -o pthread_support.o >/dev/null 2>&1
-mv -f .deps/pthread_support.Tpo .deps/pthread_support.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c -o pthread_stop_world.lo ../master/pthread_stop_world.c
+depbase=`echo pthread_stop_world.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF $depbase.Tpo -c -o pthread_stop_world.lo ../master/pthread_stop_world.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c ../master/pthread_stop_world.c -fPIC -DPIC -o .libs/pthread_stop_world.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c ../master/pthread_stop_world.c -o pthread_stop_world.o >/dev/null 2>&1
-mv -f .deps/pthread_stop_world.Tpo .deps/pthread_stop_world.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo ../master/backgraph.c
+depbase=`echo backgraph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF $depbase.Tpo -c -o backgraph.lo ../master/backgraph.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c ../master/backgraph.c -fPIC -DPIC -o .libs/backgraph.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c ../master/backgraph.c -o backgraph.o >/dev/null 2>&1
-mv -f .deps/backgraph.Tpo .deps/backgraph.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c -o fnlz_mlc.lo ../master/fnlz_mlc.c
+depbase=`echo fnlz_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF $depbase.Tpo -c -o fnlz_mlc.lo ../master/fnlz_mlc.c &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c ../master/fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c ../master/fnlz_mlc.c -o fnlz_mlc.o >/dev/null 2>&1
-mv -f .deps/fnlz_mlc.Tpo .deps/fnlz_mlc.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo `test -f 'libatomic_ops/src/atomic_ops.c' || echo '../master/'`libatomic_ops/src/atomic_ops.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -fPIC -DPIC -o .libs/atomic_ops.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -o atomic_ops.o >/dev/null 2>&1
-mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libgc.la -rpath [...]/master.build.install/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo thread_local_alloc.lo typd_mlc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo backgraph.lo fnlz_mlc.lo atomic_ops.lo -lpthread -ldl
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/mach_dep.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/thread_local_alloc.o .libs/typd_mlc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/backgraph.o .libs/fnlz_mlc.o .libs/atomic_ops.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3
+depbase=`echo libatomic_ops/src/atomic_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF $depbase.Tpo -c -o libatomic_ops/src/atomic_ops.lo ../master/libatomic_ops/src/atomic_ops.c &&\
+mv -f $depbase.Tpo $depbase.Plo
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -fPIC -DPIC -o libatomic_ops/src/.libs/atomic_ops.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c ../master/libatomic_ops/src/atomic_ops.c -o libatomic_ops/src/atomic_ops.o >/dev/null 2>&1
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libgc.la -rpath [...]/master.build.install/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo thread_local_alloc.lo typd_mlc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo backgraph.lo fnlz_mlc.lo libatomic_ops/src/atomic_ops.lo -lpthread -ldl
+libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/mach_dep.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/thread_local_alloc.o .libs/typd_mlc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/backgraph.o .libs/fnlz_mlc.o libatomic_ops/src/.libs/atomic_ops.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libgc.so.1" && ln -s "libgc.so.1.0.3" "libgc.so.1")
libtool: link: (cd ".libs" && rm -f "libgc.so" && ln -s "libgc.so.1.0.3" "libgc.so")
-libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o mach_dep.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o thread_local_alloc.o typd_mlc.o pthread_start.o pthread_support.o pthread_stop_world.o backgraph.o fnlz_mlc.o atomic_ops.o
+libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o mach_dep.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o thread_local_alloc.o typd_mlc.o pthread_start.o pthread_support.o pthread_stop_world.o backgraph.o fnlz_mlc.o libatomic_ops/src/atomic_ops.o
libtool: link: ranlib .libs/libgc.a
libtool: link: ( cd ".libs" && rm -f "libgc.la" && ln -s "../libgc.la" "libgc.la" )
-/bin/bash ./libtool --tag=CXX --mode=compile g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c -o gc_cpp.lo ../master/gc_cpp.cc
+depbase=`echo gc_cpp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CXX --mode=compile g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF $depbase.Tpo -c -o gc_cpp.lo ../master/gc_cpp.cc &&\
+mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -fPIC -DPIC -o .libs/gc_cpp.o
libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -o gc_cpp.o >/dev/null 2>&1
-mv -f .deps/gc_cpp.Tpo .deps/gc_cpp.Plo
-/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la
+/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la
libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libgccpp.so.1" && ln -s "libgccpp.so.1.0.3" "libgccpp.so.1")
libtool: link: (cd ".libs" && rm -f "libgccpp.so" && ln -s "libgccpp.so.1.0.3" "libgccpp.so")
libtool: link: ar cru .libs/libgccpp.a gc_cpp.o
libtool: link: ranlib .libs/libgccpp.a
libtool: link: ( cd ".libs" && rm -f "libgccpp.la" && ln -s "../libgccpp.la" "libgccpp.la" )
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordbscs.lo -MD -MP -MF .deps/libcord_la-cordbscs.Tpo -c -o libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo '../master/'`cord/cordbscs.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordbscs.lo -MD -MP -MF .deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -fPIC -DPIC -o .libs/libcord_la-cordbscs.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordbscs.lo -MD -MP -MF .deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -o libcord_la-cordbscs.o >/dev/null 2>&1
-mv -f .deps/libcord_la-cordbscs.Tpo .deps/libcord_la-cordbscs.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordprnt.lo -MD -MP -MF .deps/libcord_la-cordprnt.Tpo -c -o libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo '../master/'`cord/cordprnt.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordprnt.lo -MD -MP -MF .deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -fPIC -DPIC -o .libs/libcord_la-cordprnt.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordprnt.lo -MD -MP -MF .deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -o libcord_la-cordprnt.o >/dev/null 2>&1
-mv -f .deps/libcord_la-cordprnt.Tpo .deps/libcord_la-cordprnt.Plo
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordxtra.lo -MD -MP -MF .deps/libcord_la-cordxtra.Tpo -c -o libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo '../master/'`cord/cordxtra.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordxtra.lo -MD -MP -MF .deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -fPIC -DPIC -o .libs/libcord_la-cordxtra.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT libcord_la-cordxtra.lo -MD -MP -MF .deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -o libcord_la-cordxtra.o >/dev/null 2>&1
-mv -f .deps/libcord_la-cordxtra.Tpo .deps/libcord_la-cordxtra.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib libcord_la-cordbscs.lo libcord_la-cordprnt.lo libcord_la-cordxtra.lo ./libgc.la
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/libcord_la-cordbscs.o .libs/libcord_la-cordprnt.o .libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c -o cord/libcord_la-cordbscs.lo `test -f 'cord/cordbscs.c' || echo '../master/'`cord/cordbscs.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -fPIC -DPIC -o cord/.libs/libcord_la-cordbscs.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordbscs.lo -MD -MP -MF cord/.deps/libcord_la-cordbscs.Tpo -c ../master/cord/cordbscs.c -o cord/libcord_la-cordbscs.o >/dev/null 2>&1
+mv -f cord/.deps/libcord_la-cordbscs.Tpo cord/.deps/libcord_la-cordbscs.Plo
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c -o cord/libcord_la-cordprnt.lo `test -f 'cord/cordprnt.c' || echo '../master/'`cord/cordprnt.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -fPIC -DPIC -o cord/.libs/libcord_la-cordprnt.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordprnt.lo -MD -MP -MF cord/.deps/libcord_la-cordprnt.Tpo -c ../master/cord/cordprnt.c -o cord/libcord_la-cordprnt.o >/dev/null 2>&1
+mv -f cord/.deps/libcord_la-cordprnt.Tpo cord/.deps/libcord_la-cordprnt.Plo
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c -o cord/libcord_la-cordxtra.lo `test -f 'cord/cordxtra.c' || echo '../master/'`cord/cordxtra.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -fPIC -DPIC -o cord/.libs/libcord_la-cordxtra.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/libcord_la-cordxtra.lo -MD -MP -MF cord/.deps/libcord_la-cordxtra.Tpo -c ../master/cord/cordxtra.c -o cord/libcord_la-cordxtra.o >/dev/null 2>&1
+mv -f cord/.deps/libcord_la-cordxtra.Tpo cord/.deps/libcord_la-cordxtra.Plo
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cord/libcord_la-cordbscs.lo cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo ./libgc.la
+libtool: link: gcc-4.6 -shared -fPIC -DPIC cord/.libs/libcord_la-cordbscs.o cord/.libs/libcord_la-cordprnt.o cord/.libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libcord.so.1" && ln -s "libcord.so.1.0.3" "libcord.so.1")
libtool: link: (cd ".libs" && rm -f "libcord.so" && ln -s "libcord.so.1.0.3" "libcord.so")
-libtool: link: ar cru .libs/libcord.a libcord_la-cordbscs.o libcord_la-cordprnt.o libcord_la-cordxtra.o
+libtool: link: ar cru .libs/libcord.a cord/libcord_la-cordbscs.o cord/libcord_la-cordprnt.o cord/libcord_la-cordxtra.o
libtool: link: ranlib .libs/libcord.a
libtool: link: ( cd ".libs" && rm -f "libcord.la" && ln -s "../libcord.la" "libcord.la" )
make[1]: Leaving directory '[...]/master.build'
diff --git a/boehm-gc/laplace.SCHWINGE/log_install b/boehm-gc/laplace.SCHWINGE/log_install
index f8e2043a..5023838a 100644
--- a/boehm-gc/laplace.SCHWINGE/log_install
+++ b/boehm-gc/laplace.SCHWINGE/log_install
@@ -1,6 +1,6 @@
make[1]: Entering directory '[...]/master.build'
make[2]: Entering directory '[...]/master.build'
-test -z "[...]/master.build.install/lib" || /bin/mkdir -p "[...]/master.build.install/lib"
+ /bin/mkdir -p '[...]/master.build.install/lib'
/bin/bash ./libtool --mode=install /usr/bin/install -c libgc.la libgccpp.la libcord.la '[...]/master.build.install/lib'
libtool: install: /usr/bin/install -c .libs/libgc.so.1.0.3 [...]/master.build.install/lib/libgc.so.1.0.3
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgc.so.1.0.3 libgc.so.1 || { rm -f libgc.so.1 && ln -s libgc.so.1.0.3 libgc.so.1; }; })
@@ -14,8 +14,8 @@ libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so || { rm -f libgccpp.so && ln -s libgccpp.so.1.0.3 libgccpp.so; }; })
libtool: install: /usr/bin/install -c .libs/libgccpp.lai [...]/master.build.install/lib/libgccpp.la
libtool: install: warning: relinking `libcord.la'
-libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CC --mode=relink gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib libcord_la-cordbscs.lo libcord_la-cordprnt.lo libcord_la-cordxtra.lo ./libgc.la )
-libtool: relink: gcc-4.6 -shared -fPIC -DPIC .libs/libcord_la-cordbscs.o .libs/libcord_la-cordprnt.o .libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
+libtool: install: (cd [...]/master.build; /bin/bash [...]/master.build/libtool --tag CC --mode=relink gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cord/libcord_la-cordbscs.lo cord/libcord_la-cordprnt.lo cord/libcord_la-cordxtra.lo ./libgc.la )
+libtool: relink: gcc-4.6 -shared -fPIC -DPIC cord/.libs/libcord_la-cordbscs.o cord/.libs/libcord_la-cordprnt.o cord/.libs/libcord_la-cordxtra.o -Wl,-rpath -Wl,[...]/master.build.install/lib -L[...]/master.build.install/lib -lgc -O2 -Wl,-soname -Wl,libcord.so.1 -o .libs/libcord.so.1.0.3
libtool: install: /usr/bin/install -c .libs/libcord.so.1.0.3T [...]/master.build.install/lib/libcord.so.1.0.3
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so.1 || { rm -f libcord.so.1 && ln -s libcord.so.1.0.3 libcord.so.1; }; })
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libcord.so.1.0.3 libcord.so || { rm -f libcord.so && ln -s libcord.so.1.0.3 libcord.so; }; })
@@ -29,13 +29,32 @@ libtool: install: ranlib [...]/master.build.install/lib/libgccpp.a
libtool: install: /usr/bin/install -c .libs/libcord.a [...]/master.build.install/lib/libcord.a
libtool: install: chmod 644 [...]/master.build.install/lib/libcord.a
libtool: install: ranlib [...]/master.build.install/lib/libcord.a
-test -z "[...]/master.build.install/share/gc" || /bin/mkdir -p "[...]/master.build.install/share/gc"
- /usr/bin/install -c -m 644 ../master/AUTHORS ../master/README ../master/doc/README.DGUX386 ../master/doc/README.Mac ../master/doc/README.OS2 ../master/doc/README.amiga ../master/doc/README.arm.cross ../master/doc/README.autoconf ../master/doc/README.cmake ../master/doc/README.cords ../master/doc/README.darwin ../master/doc/README.dj ../master/doc/README.environment ../master/doc/README.ews4800 ../master/doc/README.hp ../master/doc/README.linux ../master/doc/README.macros ../master/doc/README.rs6000 ../master/doc/README.sgi ../master/doc/README.solaris2 ../master/doc/README.symbian ../master/doc/README.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/barrett_diagram ../master/doc/debugging.html ../master/doc/finalization.html ../master/doc/gc.man ../master/doc/gcdescr.html ../master/doc/gcinterface.html ../master/doc/leak.html ../master/doc/overview.html ../master/doc/porting.html ../master/doc/scale.html ../master/doc/simple_example.html ../master/doc/tree.html '[...]/master.build.install/share/gc'
-test -z "[...]/master.build.install/include" || /bin/mkdir -p "[...]/master.build.install/include"
+libtool: finish: PATH="/home/thomas/command:/home/thomas/shared/command:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n [...]/master.build.install/lib
+----------------------------------------------------------------------
+Libraries have been installed in:
+ [...]/master.build.install/lib
+
+If you ever happen to want to link against installed libraries
+in a given directory, LIBDIR, you must either use libtool, and
+specify the full pathname of the library, or use the `-LLIBDIR'
+flag during linking and do at least one of the following:
+ - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
+ during execution
+ - add LIBDIR to the `LD_RUN_PATH' environment variable
+ during linking
+ - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
+ - have your system administrator add LIBDIR to `/etc/ld.so.conf'
+
+See any operating system documentation about shared libraries for
+more information, such as the ld(1) and ld.so(8) manual pages.
+----------------------------------------------------------------------
+ /bin/mkdir -p '[...]/master.build.install/share/gc'
+ /usr/bin/install -c -m 644 ../master/AUTHORS ../master/README.md ../master/doc/README.DGUX386 ../master/doc/README.Mac ../master/doc/README.OS2 ../master/doc/README.amiga ../master/doc/README.arm.cross ../master/doc/README.autoconf ../master/doc/README.cmake ../master/doc/README.cords ../master/doc/README.darwin ../master/doc/README.environment ../master/doc/README.ews4800 ../master/doc/README.hp ../master/doc/README.linux ../master/doc/README.macros ../master/doc/README.rs6000 ../master/doc/README.sgi ../master/doc/README.solaris2 ../master/doc/README.symbian ../master/doc/README.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/debugging.html ../master/doc/finalization.html ../master/doc/gc.man ../master/doc/gcdescr.html ../master/doc/gcinterface.html ../master/doc/leak.html ../master/doc/overview.html ../master/doc/porting.html ../master/doc/scale.html ../master/doc/simple_example.html ../master/doc/tree.html '[...]/master.build.install/share/gc'
+ /bin/mkdir -p '[...]/master.build.install/include'
/usr/bin/install -c -m 644 ../master/include/extra/gc_cpp.h ../master/include/extra/gc.h '[...]/master.build.install/include'
-test -z "[...]/master.build.install/lib/pkgconfig" || /bin/mkdir -p "[...]/master.build.install/lib/pkgconfig"
+ /bin/mkdir -p '[...]/master.build.install/lib/pkgconfig'
/usr/bin/install -c -m 644 bdw-gc.pc '[...]/master.build.install/lib/pkgconfig'
-test -z "[...]/master.build.install/include/gc" || /bin/mkdir -p "[...]/master.build.install/include/gc"
+ /bin/mkdir -p '[...]/master.build.install/include/gc'
/usr/bin/install -c -m 644 ../master/include/gc_cpp.h ../master/include/gc.h ../master/include/gc_allocator.h ../master/include/gc_backptr.h ../master/include/gc_config_macros.h ../master/include/gc_disclaim.h ../master/include/gc_gcj.h ../master/include/gc_inline.h ../master/include/gc_mark.h ../master/include/gc_pthread_redirects.h ../master/include/gc_tiny_fl.h ../master/include/gc_typed.h ../master/include/gc_version.h ../master/include/javaxfc.h ../master/include/leak_detector.h ../master/include/weakpointer.h ../master/include/cord.h '[...]/master.build.install/include/gc'
make[2]: Leaving directory '[...]/master.build'
make[1]: Leaving directory '[...]/master.build'
diff --git a/boehm-gc/laplace.SCHWINGE/log_test b/boehm-gc/laplace.SCHWINGE/log_test
index c7e08c7e..c3c2a467 100644
--- a/boehm-gc/laplace.SCHWINGE/log_test
+++ b/boehm-gc/laplace.SCHWINGE/log_test
@@ -1,350 +1,165 @@
make[1]: Entering directory '[...]/master.build'
-make libstaticrootslib.la cordtest gctest leaktest middletest smashtest hugetest realloc_test staticrootstest tracetest threadleaktest threadkey_test subthread_create initsecondarythread test_cpp disclaim_test disclaim_bench
+make libstaticrootslib_test.la libstaticrootslib2_test.la cordtest gctest leaktest middletest smashtest hugetest realloc_test staticrootstest tracetest threadleaktest threadkey_test subthreadcreate_test initsecondarythread_test test_cpp disclaim_test disclaim_bench
make[2]: Entering directory '[...]/master.build'
-/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c -o staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '../master/'`tests/staticrootslib.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o .libs/staticrootslib.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o staticrootslib.o >/dev/null 2>&1
-mv -f .deps/staticrootslib.Tpo .deps/staticrootslib.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib.la staticrootslib.lo ./libgc.la
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libstaticrootslib.so.1 -o .libs/libstaticrootslib.so.1.0.3
-libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so.1" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so.1")
-libtool: link: (cd ".libs" && rm -f "libstaticrootslib.so" && ln -s "libstaticrootslib.so.1.0.3" "libstaticrootslib.so")
-libtool: link: ar cru .libs/libstaticrootslib.a staticrootslib.o
-libtool: link: ranlib .libs/libstaticrootslib.a
-libtool: link: ( cd ".libs" && rm -f "libstaticrootslib.la" && ln -s "../libstaticrootslib.la" "libstaticrootslib.la" )
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cordtest.o -MD -MP -MF .deps/cordtest.Tpo -c -o cordtest.o `test -f 'cord/tests/cordtest.c' || echo '../master/'`cord/tests/cordtest.c
-mv -f .deps/cordtest.Tpo .deps/cordtest.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o cordtest cordtest.o ./libgc.la ./libcord.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/cordtest cordtest.o ./.libs/libgc.so ./.libs/libcord.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o `test -f 'tests/test.c' || echo '../master/'`tests/test.c
-mv -f .deps/test.Tpo .deps/test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o gctest test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/gctest test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT leak_test.o -MD -MP -MF .deps/leak_test.Tpo -c -o leak_test.o `test -f 'tests/leak_test.c' || echo '../master/'`tests/leak_test.c
-mv -f .deps/leak_test.Tpo .deps/leak_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o leaktest leak_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/leaktest leak_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT middle.o -MD -MP -MF .deps/middle.Tpo -c -o middle.o `test -f 'tests/middle.c' || echo '../master/'`tests/middle.c
-mv -f .deps/middle.Tpo .deps/middle.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o middletest middle.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/middletest middle.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT smash_test.o -MD -MP -MF .deps/smash_test.Tpo -c -o smash_test.o `test -f 'tests/smash_test.c' || echo '../master/'`tests/smash_test.c
-mv -f .deps/smash_test.Tpo .deps/smash_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o smashtest smash_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/smashtest smash_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT huge_test.o -MD -MP -MF .deps/huge_test.Tpo -c -o huge_test.o `test -f 'tests/huge_test.c' || echo '../master/'`tests/huge_test.c
-mv -f .deps/huge_test.Tpo .deps/huge_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o hugetest huge_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/hugetest huge_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT realloc_test.o -MD -MP -MF .deps/realloc_test.Tpo -c -o realloc_test.o `test -f 'tests/realloc_test.c' || echo '../master/'`tests/realloc_test.c
-mv -f .deps/realloc_test.Tpo .deps/realloc_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o realloc_test realloc_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/realloc_test realloc_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT staticrootstest.o -MD -MP -MF .deps/staticrootstest.Tpo -c -o staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '../master/'`tests/staticrootstest.c
-mv -f .deps/staticrootstest.Tpo .deps/staticrootstest.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o staticrootstest staticrootstest.o ./libgc.la libstaticrootslib.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/staticrootstest staticrootstest.o ./.libs/libgc.so ./.libs/libstaticrootslib.so -Wl,-rpath -Wl,[...]/master.build.install/lib -Wl,-rpath -Wl,/nowhere
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT trace_test.o -MD -MP -MF .deps/trace_test.Tpo -c -o trace_test.o `test -f 'tests/trace_test.c' || echo '../master/'`tests/trace_test.c
-mv -f .deps/trace_test.Tpo .deps/trace_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o tracetest trace_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/tracetest trace_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT thread_leak_test.o -MD -MP -MF .deps/thread_leak_test.Tpo -c -o thread_leak_test.o `test -f 'tests/thread_leak_test.c' || echo '../master/'`tests/thread_leak_test.c
-mv -f .deps/thread_leak_test.Tpo .deps/thread_leak_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadleaktest thread_leak_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadleaktest thread_leak_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT threadkey_test.o -MD -MP -MF .deps/threadkey_test.Tpo -c -o threadkey_test.o `test -f 'tests/threadkey_test.c' || echo '../master/'`tests/threadkey_test.c
-mv -f .deps/threadkey_test.Tpo .deps/threadkey_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadkey_test threadkey_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadkey_test threadkey_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT subthread_create.o -MD -MP -MF .deps/subthread_create.Tpo -c -o subthread_create.o `test -f 'tests/subthread_create.c' || echo '../master/'`tests/subthread_create.c
-mv -f .deps/subthread_create.Tpo .deps/subthread_create.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o subthread_create subthread_create.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/subthread_create subthread_create.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT initsecondarythread.o -MD -MP -MF .deps/initsecondarythread.Tpo -c -o initsecondarythread.o `test -f 'tests/initsecondarythread.c' || echo '../master/'`tests/initsecondarythread.c
-mv -f .deps/initsecondarythread.Tpo .deps/initsecondarythread.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o initsecondarythread initsecondarythread.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/initsecondarythread initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
-g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT test_cpp.o -MD -MP -MF .deps/test_cpp.Tpo -c -o test_cpp.o `test -f 'tests/test_cpp.cc' || echo '../master/'`tests/test_cpp.cc
-mv -f .deps/test_cpp.Tpo .deps/test_cpp.Po
-/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -o test_cpp test_cpp.o libgccpp.la ./libgc.la
-libtool: link: g++-4.6 -fexceptions -g -O2 -o .libs/test_cpp test_cpp.o ./.libs/libgccpp.so ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT disclaim_test.o -MD -MP -MF .deps/disclaim_test.Tpo -c -o disclaim_test.o `test -f 'tests/disclaim_test.c' || echo '../master/'`tests/disclaim_test.c
-mv -f .deps/disclaim_test.Tpo .deps/disclaim_test.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_test disclaim_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_test disclaim_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
-gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT disclaim_bench.o -MD -MP -MF .deps/disclaim_bench.Tpo -c -o disclaim_bench.o `test -f 'tests/disclaim_bench.c' || echo '../master/'`tests/disclaim_bench.c
-mv -f .deps/disclaim_bench.Tpo .deps/disclaim_bench.Po
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_bench disclaim_bench.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_bench disclaim_bench.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/staticrootslib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootslib.lo -MD -MP -MF $depbase.Tpo -c -o tests/staticrootslib.lo ../master/tests/staticrootslib.c &&\
+mv -f $depbase.Tpo $depbase.Plo
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootslib.lo -MD -MP -MF tests/.deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o tests/.libs/staticrootslib.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootslib.lo -MD -MP -MF tests/.deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o tests/staticrootslib.o >/dev/null 2>&1
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib_test.la tests/staticrootslib.lo ./libgc.la
+libtool: link: gcc-4.6 -shared -fPIC -DPIC tests/.libs/staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libstaticrootslib_test.so.1 -o .libs/libstaticrootslib_test.so.1.0.3
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib_test.so.1" && ln -s "libstaticrootslib_test.so.1.0.3" "libstaticrootslib_test.so.1")
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib_test.so" && ln -s "libstaticrootslib_test.so.1.0.3" "libstaticrootslib_test.so")
+libtool: link: ar cru .libs/libstaticrootslib_test.a tests/staticrootslib.o
+libtool: link: ranlib .libs/libstaticrootslib_test.a
+libtool: link: ( cd ".libs" && rm -f "libstaticrootslib_test.la" && ln -s "../libstaticrootslib_test.la" "libstaticrootslib_test.la" )
+/bin/bash ./libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/libstaticrootslib2_test_la-staticrootslib.lo -MD -MP -MF tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo -c -o tests/libstaticrootslib2_test_la-staticrootslib.lo `test -f 'tests/staticrootslib.c' || echo '../master/'`tests/staticrootslib.c
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/libstaticrootslib2_test_la-staticrootslib.lo -MD -MP -MF tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo -c ../master/tests/staticrootslib.c -fPIC -DPIC -o tests/.libs/libstaticrootslib2_test_la-staticrootslib.o
+libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/libstaticrootslib2_test_la-staticrootslib.lo -MD -MP -MF tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o tests/libstaticrootslib2_test_la-staticrootslib.o >/dev/null 2>&1
+mv -f tests/.deps/libstaticrootslib2_test_la-staticrootslib.Tpo tests/.deps/libstaticrootslib2_test_la-staticrootslib.Plo
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib2_test.la tests/libstaticrootslib2_test_la-staticrootslib.lo ./libgc.la
+libtool: link: gcc-4.6 -shared -fPIC -DPIC tests/.libs/libstaticrootslib2_test_la-staticrootslib.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -O2 -Wl,-soname -Wl,libstaticrootslib2_test.so.1 -o .libs/libstaticrootslib2_test.so.1.0.3
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib2_test.so.1" && ln -s "libstaticrootslib2_test.so.1.0.3" "libstaticrootslib2_test.so.1")
+libtool: link: (cd ".libs" && rm -f "libstaticrootslib2_test.so" && ln -s "libstaticrootslib2_test.so.1.0.3" "libstaticrootslib2_test.so")
+libtool: link: ar cru .libs/libstaticrootslib2_test.a tests/libstaticrootslib2_test_la-staticrootslib.o
+libtool: link: ranlib .libs/libstaticrootslib2_test.a
+libtool: link: ( cd ".libs" && rm -f "libstaticrootslib2_test.la" && ln -s "../libstaticrootslib2_test.la" "libstaticrootslib2_test.la" )
+depbase=`echo cord/tests/cordtest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT cord/tests/cordtest.o -MD -MP -MF $depbase.Tpo -c -o cord/tests/cordtest.o ../master/cord/tests/cordtest.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o cordtest cord/tests/cordtest.o ./libgc.la ./libcord.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/cordtest cord/tests/cordtest.o ./.libs/libgc.so ./.libs/libcord.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/test.o -MD -MP -MF $depbase.Tpo -c -o tests/test.o ../master/tests/test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o gctest tests/test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/gctest tests/test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/leak_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/leak_test.o -MD -MP -MF $depbase.Tpo -c -o tests/leak_test.o ../master/tests/leak_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o leaktest tests/leak_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/leaktest tests/leak_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/middle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/middle.o -MD -MP -MF $depbase.Tpo -c -o tests/middle.o ../master/tests/middle.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o middletest tests/middle.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/middletest tests/middle.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/smash_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/smash_test.o -MD -MP -MF $depbase.Tpo -c -o tests/smash_test.o ../master/tests/smash_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o smashtest tests/smash_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/smashtest tests/smash_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/huge_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/huge_test.o -MD -MP -MF $depbase.Tpo -c -o tests/huge_test.o ../master/tests/huge_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o hugetest tests/huge_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/hugetest tests/huge_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/realloc_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/realloc_test.o -MD -MP -MF $depbase.Tpo -c -o tests/realloc_test.o ../master/tests/realloc_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o realloc_test tests/realloc_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/realloc_test tests/realloc_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/staticrootstest-staticrootstest.o -MD -MP -MF tests/.deps/staticrootstest-staticrootstest.Tpo -c -o tests/staticrootstest-staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '../master/'`tests/staticrootstest.c
+mv -f tests/.deps/staticrootstest-staticrootstest.Tpo tests/.deps/staticrootstest-staticrootstest.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -o staticrootstest tests/staticrootstest-staticrootstest.o ./libgc.la libstaticrootslib_test.la libstaticrootslib2_test.la
+libtool: link: gcc-4.6 -DSTATICROOTSLIB2 -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/staticrootstest tests/staticrootstest-staticrootstest.o ./.libs/libgc.so ./.libs/libstaticrootslib_test.so ./.libs/libstaticrootslib2_test.so -Wl,-rpath -Wl,[...]/master.build.install/lib -Wl,-rpath -Wl,/nowhere
+depbase=`echo tests/trace_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/trace_test.o -MD -MP -MF $depbase.Tpo -c -o tests/trace_test.o ../master/tests/trace_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o tracetest tests/trace_test.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/tracetest tests/trace_test.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/thread_leak_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/thread_leak_test.o -MD -MP -MF $depbase.Tpo -c -o tests/thread_leak_test.o ../master/tests/thread_leak_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadleaktest tests/thread_leak_test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadleaktest tests/thread_leak_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/threadkey_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/threadkey_test.o -MD -MP -MF $depbase.Tpo -c -o tests/threadkey_test.o ../master/tests/threadkey_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o threadkey_test tests/threadkey_test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/threadkey_test tests/threadkey_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/subthread_create.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/subthread_create.o -MD -MP -MF $depbase.Tpo -c -o tests/subthread_create.o ../master/tests/subthread_create.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o subthreadcreate_test tests/subthread_create.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/subthreadcreate_test tests/subthread_create.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/initsecondarythread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/initsecondarythread.o -MD -MP -MF $depbase.Tpo -c -o tests/initsecondarythread.o ../master/tests/initsecondarythread.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o initsecondarythread_test tests/initsecondarythread.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/initsecondarythread_test tests/initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/test_cpp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT tests/test_cpp.o -MD -MP -MF $depbase.Tpo -c -o tests/test_cpp.o ../master/tests/test_cpp.cc &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -o test_cpp tests/test_cpp.o libgccpp.la ./libgc.la
+libtool: link: g++-4.6 -fexceptions -g -O2 -o .libs/test_cpp tests/test_cpp.o ./.libs/libgccpp.so ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/disclaim_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/disclaim_test.o -MD -MP -MF $depbase.Tpo -c -o tests/disclaim_test.o ../master/tests/disclaim_test.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_test tests/disclaim_test.o ./libgc.la -lpthread -ldl
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_test tests/disclaim_test.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+depbase=`echo tests/disclaim_bench.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
+gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -MT tests/disclaim_bench.o -MD -MP -MF $depbase.Tpo -c -o tests/disclaim_bench.o ../master/tests/disclaim_bench.c &&\
+mv -f $depbase.Tpo $depbase.Po
+/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o disclaim_bench tests/disclaim_bench.o ./libgc.la
+libtool: link: gcc-4.6 -fexceptions -Wall -Wextra -g -O2 -fno-strict-aliasing -o .libs/disclaim_bench tests/disclaim_bench.o ./.libs/libgc.so -Wl,-rpath -Wl,[...]/master.build.install/lib
make[2]: Leaving directory '[...]/master.build'
make check-TESTS
make[2]: Entering directory '[...]/master.build'
-SUCCEEDED
+make[3]: Entering directory '[...]/master.build'
PASS: cordtest
-Completed 6 tests
-Allocated 10285267 collectable objects
-Allocated 1212 uncollectable objects
-Allocated 7500000 atomic objects
-Allocated 137760 stubborn objects
-Finalized 6617/6617 objects - finalization is probably ok
-Total number of bytes allocated is 795596801
-Final heap size is 21819392 bytes
-Completed 209 collections
-Collector appears to work
PASS: gctest
-Leaked composite object at 0x808ffd8 (../master/tests/leak_test.c:19, sz=4, NORMAL)
-
-Leaked composite object at 0x8090ec8 (../master/tests/leak_test.c:19, sz=5, NORMAL)
-
-Leaked composite object at 0x8090ef0 (../master/tests/leak_test.c:19, sz=6, NORMAL)
-
-Leaked composite object at 0x8090f18 (../master/tests/leak_test.c:19, sz=7, NORMAL)
-
-Leaked composite object at 0x8090f40 (../master/tests/leak_test.c:19, sz=8, NORMAL)
-
-Leaked composite object at 0x8090f68 (../master/tests/leak_test.c:19, sz=9, NORMAL)
-
-Leaked composite object at 0x8090f90 (../master/tests/leak_test.c:19, sz=10, NORMAL)
-
-Leaked composite object at 0x8090fb8 (../master/tests/leak_test.c:19, sz=11, NORMAL)
-
-Leaked composite object at 0x8090fe0 (../master/tests/leak_test.c:19, sz=12, NORMAL)
-
-Leaked composite object at 0x808fff8 (../master/tests/leak_test.c:12, sz=4, NORMAL)
-
PASS: leaktest
-Final heap size is 131072
PASS: middletest
-GC_check_heap_block: found smashed heap objects:
- 0x8095fb8 in or near object at 0x8095f90 (../master/tests/smash_test.c:22, sz=40)
-
-GC_check_heap_block: found smashed heap objects:
- 0x8095fb8 in or near object at 0x8095f90 (../master/tests/smash_test.c:22, sz=40)
-
-GC_check_heap_block: found smashed heap objects:
- 0x810d430 in or near object at 0x810d408 (../master/tests/smash_test.c:22, sz=40)
- 0x8095fb8 in or near object at 0x8095f90 (../master/tests/smash_test.c:22, sz=40)
-
PASS: smashtest
PASS: hugetest
-Heap size: 65536
-Heap size: 131072
PASS: realloc_test
PASS: staticrootstest
-
-****Chosen address 0x81c5567 in object
-0x81c5568 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
-
-Reachable via 0 levels of pointers from offset 4 in object:
-0x81a5400 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 1 levels of pointers from offset 0 in object:
-0x81a54c8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 2 levels of pointers from offset 4 in object:
-0x81a57c0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 3 levels of pointers from offset 0 in object:
-0x81a57e8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 4 levels of pointers from offset 0 in object:
-0x81a5838 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 5 levels of pointers from offset 0 in object:
-0x81a5860 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 6 levels of pointers from offset 0 in object:
-0x81a5888 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 7 levels of pointers from offset 0 in object:
-0x81a58b0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 8 levels of pointers from offset 0 in object:
-0x81a58d8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 9 levels of pointers from offset 4 in object:
-0x81845e0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 10 levels of pointers from offset 4 in object:
-0x80fba68 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 11 levels of pointers from root at 0x8049ab4
-
-
-****Chosen address 0x80cc3c6 in object
-0x80cc3d8 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
-
-Reachable via 0 levels of pointers from offset 0 in object:
-0x80b12c0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 1 levels of pointers from offset 0 in object:
-0x80b12e8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 2 levels of pointers from offset 0 in object:
-0x80b1310 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 3 levels of pointers from offset 0 in object:
-0x80b1338 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 4 levels of pointers from offset 0 in object:
-0x80b1360 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 5 levels of pointers from offset 0 in object:
-0x80b1428 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 6 levels of pointers from offset 4 in object:
-0x8099fb8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 7 levels of pointers from offset 4 in object:
-0x80c9338 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 8 levels of pointers from offset 4 in object:
-0x80b9a40 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 9 levels of pointers from offset 0 in object:
-0x80b9a68 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 10 levels of pointers from offset 4 in object:
-0x808ffe0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 11 levels of pointers from root at 0x8049aa0
-
-
-****Chosen address 0x8282873 in object
-0x8282888 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 0 levels of pointers from offset 0 in object:
-0x82828b0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 1 levels of pointers from offset 4 in object:
-0x8282b30 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 2 levels of pointers from offset 0 in object:
-0x8282b58 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 3 levels of pointers from offset 4 in object:
-0x8280568 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 4 levels of pointers from offset 4 in object:
-0x827f978 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 5 levels of pointers from offset 0 in object:
-0x827f9a0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 6 levels of pointers from offset 4 in object:
-0x82799f0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 7 levels of pointers from offset 4 in object:
-0x826ca90 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 8 levels of pointers from offset 0 in object:
-0x826cab8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 9 levels of pointers from offset 4 in object:
-0x823ad38 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 10 levels of pointers from root at 0x8049ac0
-
-
-****Chosen address 0x81c6c51 in object
-0x81c6c48 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
-
-Reachable via 0 levels of pointers from offset 4 in object:
-0x81a94c8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 1 levels of pointers from offset 4 in object:
-0x81a9680 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 2 levels of pointers from offset 4 in object:
-0x81a99a0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 3 levels of pointers from offset 4 in object:
-0x81a8068 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 4 levels of pointers from offset 4 in object:
-0x81a8d88 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 5 levels of pointers from offset 4 in object:
-0x81a5860 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 6 levels of pointers from offset 0 in object:
-0x81a5888 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 7 levels of pointers from offset 0 in object:
-0x81a58b0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 8 levels of pointers from offset 0 in object:
-0x81a58d8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 9 levels of pointers from offset 4 in object:
-0x81845e0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 10 levels of pointers from offset 4 in object:
-0x80fba68 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
-Reachable via 11 levels of pointers from root at 0x8049ab4
-
PASS: tracetest
-Leaked composite object at 0x8091ff8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-
-Leaked composite object at 0x8091fb8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-
-Leaked composite object at 0x8091fd8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-
-Leaked composite object at 0x8091f98 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-
-Leaked composite object at 0x8091ff8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-
PASS: threadleaktest
PASS: threadkey_test
-subthread_create: created 201 threads (201 ended)
-PASS: subthread_create
-PASS: initsecondarythread
-usage: test_cpp number-of-iterations
-Assuming 10 iters
-Starting iteration 1
-Starting iteration 2
-Starting iteration 3
-Starting iteration 4
-Starting iteration 5
-Starting iteration 6
-Starting iteration 7
-Starting iteration 8
-Starting iteration 9
-Starting iteration 10
-The test appears to have succeeded.
+PASS: subthreadcreate_test
+PASS: initsecondarythread_test
PASS: test_cpp
-Threaded disclaim test.
PASS: disclaim_test
- fin. ratio time/s time/fin.
-regular finalization: 0.9922 0 0
- finalize on reclaim: 0.9996 0 0
- no finalization: 0.0000 0 N/A
PASS: disclaim_bench
-===================
-All 16 tests passed
-===================
+make[4]: Entering directory '[...]/master.build'
+make[5]: Entering directory '[...]/master.build'
+make[5]: Leaving directory '[...]/master.build'
+make[4]: Leaving directory '[...]/master.build'
+============================================================================
+Testsuite summary for gc 7.5.0
+============================================================================
+# TOTAL: 16
+# PASS: 16
+# SKIP: 0
+# XFAIL: 0
+# FAIL: 0
+# XPASS: 0
+# ERROR: 0
+============================================================================
+make[3]: Leaving directory '[...]/master.build'
make[2]: Leaving directory '[...]/master.build'
make[1]: Leaving directory '[...]/master.build'
Making check in src
make[1]: Entering directory '[...]/master.build/libatomic_ops/src'
-/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo ../../../master/libatomic_ops/src/atomic_ops.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../../../master/libatomic_ops/src/atomic_ops.c -o atomic_ops.o
-mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Plo
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops.la -rpath [...]/master.build.install/lib atomic_ops.lo
+make check-am
+make[2]: Entering directory '[...]/master.build/libatomic_ops/src'
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops.la -rpath [...]/master.build.install/lib atomic_ops.lo
libtool: link: ar cru .libs/libatomic_ops.a atomic_ops.o
libtool: link: ranlib .libs/libatomic_ops.a
libtool: link: ( cd ".libs" && rm -f "libatomic_ops.la" && ln -s "../libatomic_ops.la" "libatomic_ops.la" )
-/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c -o atomic_ops_stack.lo ../../../master/libatomic_ops/src/atomic_ops_stack.c
+/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c -o atomic_ops_stack.lo ../../../master/libatomic_ops/src/atomic_ops_stack.c
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_stack.lo -MD -MP -MF .deps/atomic_ops_stack.Tpo -c ../../../master/libatomic_ops/src/atomic_ops_stack.c -o atomic_ops_stack.o
mv -f .deps/atomic_ops_stack.Tpo .deps/atomic_ops_stack.Plo
-/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c -o atomic_ops_malloc.lo ../../../master/libatomic_ops/src/atomic_ops_malloc.c
+/bin/bash ../libtool --tag=CC --mode=compile gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c -o atomic_ops_malloc.lo ../../../master/libatomic_ops/src/atomic_ops_malloc.c
libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -fPIC -Wall -Wextra -g -O2 -MT atomic_ops_malloc.lo -MD -MP -MF .deps/atomic_ops_malloc.Tpo -c ../../../master/libatomic_ops/src/atomic_ops_malloc.c -o atomic_ops_malloc.o
mv -f .deps/atomic_ops_malloc.Tpo .deps/atomic_ops_malloc.Plo
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops_gpl.la -rpath [...]/master.build.install/lib atomic_ops_stack.lo atomic_ops_malloc.lo
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -fPIC -Wall -Wextra -g -O2 -version-info 1:3:0 -no-undefined -o libatomic_ops_gpl.la -rpath [...]/master.build.install/lib atomic_ops_stack.lo atomic_ops_malloc.lo libatomic_ops.la
libtool: link: ar cru .libs/libatomic_ops_gpl.a atomic_ops_stack.o atomic_ops_malloc.o
libtool: link: ranlib .libs/libatomic_ops_gpl.a
libtool: link: ( cd ".libs" && rm -f "libatomic_ops_gpl.la" && ln -s "../libatomic_ops_gpl.la" "libatomic_ops_gpl.la" )
+make[2]: Leaving directory '[...]/master.build/libatomic_ops/src'
make[1]: Leaving directory '[...]/master.build/libatomic_ops/src'
Making check in doc
make[1]: Entering directory '[...]/master.build/libatomic_ops/doc'
@@ -352,140 +167,126 @@ make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '[...]/master.build/libatomic_ops/doc'
Making check in tests
make[1]: Entering directory '[...]/master.build/libatomic_ops/tests'
-sed -e s/XX// ../../../master/libatomic_ops/tests/test_atomic_include.template > test_atomic_include.h
-sed -e s/XX/_release/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_acquire/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_read/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_write/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_full/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_release_write/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-sed -e s/XX/_acquire_read/ ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
-echo "#include \"atomic_ops.h\" " > list_atomic.c
-sed -e s/XX// ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_release/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_acquire/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_read/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_write/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_full/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_release_write/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
-sed -e s/XX/_acquire_read/ ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XX::g ../../../master/libatomic_ops/tests/test_atomic_include.template > test_atomic_include.h
+sed -e s:XX:_release:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_read:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_write:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_full:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+sed -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/test_atomic_include.template >> test_atomic_include.h
+echo "#include \"atomic_ops.h\"" > list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX::g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_release:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_acquire:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_full:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_release_write:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
+sed -e s:XSIZE:double:g -e s:XCTYPE:AO_double_t:g -e s:XX:_dd_acquire_read:g ../../../master/libatomic_ops/tests/list_atomic.template >> list_atomic.c
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 list_atomic.c -E > list_atomic.i
+gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -c -o list_atomic.o list_atomic.c
make check-am
make[2]: Entering directory '[...]/master.build/libatomic_ops/tests'
make test_atomic test_atomic_pthreads test_stack test_malloc
make[3]: Entering directory '[...]/master.build/libatomic_ops/tests'
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_atomic.o -MD -MP -MF .deps/test_atomic.Tpo -c -o test_atomic.o ../../../master/libatomic_ops/tests/test_atomic.c
mv -f .deps/test_atomic.Tpo .deps/test_atomic.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic test_atomic.o -lpthread ../src/libatomic_ops.la
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic test_atomic.o -lpthread ../src/libatomic_ops.la
libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic test_atomic.o -lpthread ../src/.libs/libatomic_ops.a
gcc-4.6 -DHAVE_CONFIG_H -DAO_USE_PTHREAD_DEFS -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_atomic_pthreads-test_atomic.o -MD -MP -MF .deps/test_atomic_pthreads-test_atomic.Tpo -c -o test_atomic_pthreads-test_atomic.o `test -f 'test_atomic.c' || echo '../../../master/libatomic_ops/tests/'`test_atomic.c
mv -f .deps/test_atomic_pthreads-test_atomic.Tpo .deps/test_atomic_pthreads-test_atomic.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/libatomic_ops.la
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/libatomic_ops.la
libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/.libs/libatomic_ops.a
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_stack.o -MD -MP -MF .deps/test_stack.Tpo -c -o test_stack.o ../../../master/libatomic_ops/tests/test_stack.c
mv -f .deps/test_stack.Tpo .deps/test_stack.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/.libs/libatomic_ops_gpl.a ../src/.libs/libatomic_ops.a
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
+libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_stack test_stack.o -lpthread ../src/.libs/libatomic_ops_gpl.a [...]/master.build/libatomic_ops/src/.libs/libatomic_ops.a ../src/.libs/libatomic_ops.a
gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -Wall -Wextra -g -O2 -MT test_malloc.o -MD -MP -MF .deps/test_malloc.Tpo -c -o test_malloc.o ../../../master/libatomic_ops/tests/test_malloc.c
mv -f .deps/test_malloc.Tpo .deps/test_malloc.Po
-/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/.libs/libatomic_ops_gpl.a ../src/.libs/libatomic_ops.a
+/bin/bash ../libtool --tag=CC --mode=link gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
+libtool: link: gcc-4.6 -Wall -Wextra -g -O2 -o test_malloc test_malloc.o -lpthread ../src/.libs/libatomic_ops_gpl.a [...]/master.build/libatomic_ops/src/.libs/libatomic_ops.a ../src/.libs/libatomic_ops.a
make[3]: Leaving directory '[...]/master.build/libatomic_ops/tests'
make check-TESTS
make[3]: Entering directory '[...]/master.build/libatomic_ops/tests'
-Missing: AO_compare_and_swap_double
-Missing: AO_nop_acquire
-Missing: AO_store_acquire
-Missing: AO_short_store_acquire
-Missing: AO_char_store_acquire
-Missing: AO_int_store_acquire
-Missing: AO_compare_and_swap_double_acquire
-Missing: AO_nop_release
-Missing: AO_load_release
-Missing: AO_short_load_release
-Missing: AO_char_load_release
-Missing: AO_int_load_release
-Missing: AO_compare_and_swap_double_release
-Missing: AO_store_read
-Missing: AO_short_store_read
-Missing: AO_char_store_read
-Missing: AO_int_store_read
-Missing: AO_compare_and_swap_double_read
-Missing: AO_load_write
-Missing: AO_short_load_write
-Missing: AO_char_load_write
-Missing: AO_int_load_write
-Missing: AO_compare_and_swap_double_write
-Missing: AO_compare_and_swap_double_full
-Missing: AO_nop_release_write
-Missing: AO_load_release_write
-Missing: AO_short_load_release_write
-Missing: AO_char_load_release_write
-Missing: AO_int_load_release_write
-Missing: AO_compare_and_swap_double_release_write
-Missing: AO_nop_acquire_read
-Missing: AO_store_acquire_read
-Missing: AO_short_store_acquire_read
-Missing: AO_char_store_acquire_read
-Missing: AO_int_store_acquire_read
-Missing: AO_compare_and_swap_double_acquire_read
-Testing add1/sub1
-Succeeded
-Testing store_release_write/load_acquire_read
-Succeeded
-Testing test_and_set
-Succeeded
-PASS: test_atomic
-Missing: AO_nop_acquire
-Missing: AO_store_acquire
-Missing: AO_short_store_acquire
-Missing: AO_char_store_acquire
-Missing: AO_int_store_acquire
-Missing: AO_nop_release
-Missing: AO_load_release
-Missing: AO_short_load_release
-Missing: AO_char_load_release
-Missing: AO_int_load_release
-Missing: AO_store_read
-Missing: AO_short_store_read
-Missing: AO_char_store_read
-Missing: AO_int_store_read
-Missing: AO_load_write
-Missing: AO_short_load_write
-Missing: AO_char_load_write
-Missing: AO_int_load_write
-Missing: AO_nop_release_write
-Missing: AO_load_release_write
-Missing: AO_short_load_release_write
-Missing: AO_char_load_release_write
-Missing: AO_int_load_release_write
-Missing: AO_nop_acquire_read
-Missing: AO_store_acquire_read
-Missing: AO_short_store_acquire_read
-Missing: AO_char_store_acquire_read
-Missing: AO_int_store_acquire_read
-Testing add1/sub1
-Succeeded
-Testing store_release_write/load_acquire_read
-Succeeded
-Testing test_and_set
-Succeeded
+make[4]: Entering directory '[...]/master.build/libatomic_ops/tests'
+../../../master/libatomic_ops/test-driver: line 107: 27232 Aborted "$@" > $log_file 2>&1
+FAIL: test_atomic
PASS: test_atomic_pthreads
-About 1000000 pushes + 1000000 pops in 1 threads: 20 msecs
-About 1000000 pushes + 1000000 pops in 2 threads: 20 msecs
-About 1000000 pushes + 1000000 pops in 3 threads: 30 msecs
-About 1000000 pushes + 1000000 pops in 4 threads: 30 msecs
PASS: test_stack
-Testing AO_malloc/AO_free
-Succeeded
-Performing 1000 reversals of 1000 element lists in 10 threads
PASS: test_malloc
-==================
-All 4 tests passed
-==================
+make[5]: Entering directory '[...]/master.build/libatomic_ops/tests'
+make all-am
+make[6]: Entering directory '[...]/master.build/libatomic_ops/tests'
+make[6]: Nothing to be done for 'all-am'.
+make[6]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+make[5]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+============================================================================
+Testsuite summary for libatomic_ops 7.5.0
+============================================================================
+# TOTAL: 4
+# PASS: 3
+# SKIP: 0
+# XFAIL: 0
+# FAIL: 1
+# XPASS: 0
+# ERROR: 0
+============================================================================
+See tests/test-suite.log
+Please report to bdwgc@lists.opendylan.org
+============================================================================
+Makefile:732: recipe for target 'test-suite.log' failed
+make[4]: *** [test-suite.log] Error 1
+make[4]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+Makefile:838: recipe for target 'check-TESTS' failed
+make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+Makefile:932: recipe for target 'check-am' failed
+make[2]: *** [check-am] Error 2
make[2]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+Makefile:935: recipe for target 'check' failed
+make[1]: *** [check] Error 2
make[1]: Leaving directory '[...]/master.build/libatomic_ops/tests'
make[1]: Entering directory '[...]/master.build/libatomic_ops'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '[...]/master.build/libatomic_ops'
+Makefile:462: recipe for target 'check-recursive' failed
+make: *** [check-recursive] Error 1
+make: Target 'check' not remade because of errors.
diff --git a/boehm-gc/laplace.SCHWINGE/log_test.diff.sed b/boehm-gc/laplace.SCHWINGE/log_test.diff.sed
index 58dd992b..e69de29b 100644
--- a/boehm-gc/laplace.SCHWINGE/log_test.diff.sed
+++ b/boehm-gc/laplace.SCHWINGE/log_test.diff.sed
@@ -1 +0,0 @@
-s%0x[0-9a-f]\+%[ADDR]%g
diff --git a/boehm-gc/log_build.diff b/boehm-gc/log_build.diff
index 019b1be4..2f8bb968 100644
--- a/boehm-gc/log_build.diff
+++ b/boehm-gc/log_build.diff
@@ -1,16 +1,8 @@
diff --git toolchain/logs/boehm-gc/kepler.SCHWINGE/log_build_ toolchain/logs/boehm-gc/laplace.SCHWINGE/log_build_
-index 4026894..36e66c9 100644
+index 124d841..7685f33 100644
--- toolchain/logs/boehm-gc/kepler.SCHWINGE/log_build_
+++ toolchain/logs/boehm-gc/laplace.SCHWINGE/log_build_
-@@ -27,7 +27,6 @@ checking dependency style of gcc-4.6... gcc3
- checking for thread model used by GCC... posix
- checking for inline... inline
- checking for pthread_self in -lpthread... yes
--configure: WARNING: "Explicit GC_INIT() calls may be required."
- checking for gcc -Wextra... yes
- checking for xlc... no
- checking whether gcc supports -fno-strict-aliasing... yes
-@@ -44,7 +43,7 @@ checking if the linker (/usr/bin/ld) is GNU ld... yes
+@@ -35,7 +35,7 @@ checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
@@ -19,29 +11,23 @@ index 4026894..36e66c9 100644
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert [ARCH] file names to [ARCH] format... func_convert_file_noop
-@@ -83,7 +82,7 @@ checking if gcc-4.6 supports -c -o file.o... yes
- checking if gcc-4.6 supports -c -o file.o... (cached) yes
- checking whether the gcc-4.6 linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
--checking dynamic linker characteristics... GNU/Linux ld.so
-+checking dynamic linker characteristics... gnu0.5 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
-@@ -99,11 +98,10 @@ checking if g++-4.6 static flag -static works... yes
- checking if g++-4.6 supports -c -o file.o... yes
- checking if g++-4.6 supports -c -o file.o... (cached) yes
- checking whether the g++-4.6 linker (/usr/bin/ld) supports shared libraries... yes
--checking dynamic linker characteristics... (cached) GNU/Linux ld.so
-+checking dynamic linker characteristics... gnu0.5 ld.so
- checking how to hardcode library paths into programs... immediate
+@@ -95,7 +95,6 @@ checking how to hardcode library paths into programs... immediate
+ checking for thread model used by GCC... posix
+ checking for inline... inline
+ checking for pthread_self in -lpthread... yes
+-configure: WARNING: "Explicit GC_INIT() calls may be required."
+ checking for gcc -Wextra... yes
+ checking for xlc... no
+ checking whether gcc supports -fno-strict-aliasing... yes
+@@ -104,7 +103,6 @@ checking whether to build shared libraries... yes
+ checking which machine-dependent code should be used...
checking whether Solaris gcc optimization fix is necessary... no
configure: WARNING: "Should define GC_DEBUG and use debug alloc in clients."
-configure: WARNING: "Client must not use -fomit-frame-pointer."
+ checking for dladdr... yes
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
- checking for sys/dg_sys_info.h... no
-@@ -152,7 +150,7 @@ checking if the linker (/usr/bin/ld) is GNU ld... yes
+@@ -156,7 +154,7 @@ checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
@@ -50,19 +36,10 @@ index 4026894..36e66c9 100644
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert [ARCH] file names to [ARCH] format... func_convert_file_noop
-@@ -190,7 +188,7 @@ checking if gcc-4.6 static flag -static works... yes
- checking if gcc-4.6 supports -c -o file.o... yes
- checking if gcc-4.6 supports -c -o file.o... (cached) yes
- checking whether the gcc-4.6 linker (/usr/bin/ld) supports shared libraries... yes
--checking dynamic linker characteristics... GNU/Linux ld.so
-+checking dynamic linker characteristics... gnu0.5 ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
-@@ -361,7 +359,7 @@ libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./l
+@@ -400,7 +398,7 @@ mv -f $depbase.Tpo $depbase.Plo
+ libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -fPIC -DPIC -o .libs/gc_cpp.o
libtool: compile: g++-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -MT gc_cpp.lo -MD -MP -MF .deps/gc_cpp.Tpo -c ../master/gc_cpp.cc -o gc_cpp.o >/dev/null 2>&1
- mv -f .deps/gc_cpp.Tpo .deps/gc_cpp.Plo
- /bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la
+ /bin/bash ./libtool --tag=CXX --mode=link g++-4.6 -fexceptions -g -O2 -version-info 1:3:0 -no-undefined -o libgccpp.la -rpath [...]/master.build.install/lib gc_cpp.lo ./libgc.la
-libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -L/usr/lib/gcc/i486-linux-gnu/4.6 -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3
+libtool: link: g++-4.6 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6/crtbeginS.o .libs/gc_cpp.o -Wl,-rpath -Wl,[...]/master.build/.libs -Wl,-rpath -Wl,[...]/master.build.install/lib ./.libs/libgc.so -L/usr/lib/gcc/i486-gnu/4.6 -L/usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6/crtendS.o /usr/lib/gcc/i486-gnu/4.6/../../../i386-gnu/crtn.o -O2 -Wl,-soname -Wl,libgccpp.so.1 -o .libs/libgccpp.so.1.0.3
libtool: link: (cd ".libs" && rm -f "libgccpp.so.1" && ln -s "libgccpp.so.1.0.3" "libgccpp.so.1")
diff --git a/boehm-gc/log_install.diff b/boehm-gc/log_install.diff
index caa5cc2e..b855b9bc 100644
--- a/boehm-gc/log_install.diff
+++ b/boehm-gc/log_install.diff
@@ -1,5 +1,5 @@
diff --git toolchain/logs/boehm-gc/kepler.SCHWINGE/log_install_ toolchain/logs/boehm-gc/laplace.SCHWINGE/log_install_
-index 3a6ae82..f8e2043 100644
+index f11ed76..5023838 100644
--- toolchain/logs/boehm-gc/kepler.SCHWINGE/log_install_
+++ toolchain/logs/boehm-gc/laplace.SCHWINGE/log_install_
@@ -8,7 +8,7 @@ libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgc.so.1.0.
@@ -11,29 +11,12 @@ index 3a6ae82..f8e2043 100644
libtool: install: /usr/bin/install -c .libs/libgccpp.so.1.0.3T [...]/master.build.install/lib/libgccpp.so.1.0.3
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so.1 || { rm -f libgccpp.so.1 && ln -s libgccpp.so.1.0.3 libgccpp.so.1; }; })
libtool: install: (cd [...]/master.build.install/lib && { ln -s -f libgccpp.so.1.0.3 libgccpp.so || { rm -f libgccpp.so && ln -s libgccpp.so.1.0.3 libgccpp.so; }; })
-@@ -29,25 +29,6 @@ libtool: install: ranlib [...]/master.build.install/lib/libgccpp.a
+@@ -29,7 +29,7 @@ libtool: install: ranlib [...]/master.build.install/lib/libgccpp.a
libtool: install: /usr/bin/install -c .libs/libcord.a [...]/master.build.install/lib/libcord.a
libtool: install: chmod 644 [...]/master.build.install/lib/libcord.a
libtool: install: ranlib [...]/master.build.install/lib/libcord.a
-libtool: finish: PATH="/home/thomas/command-i686:/home/thomas/command:/home/thomas/shared/command:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n [...]/master.build.install/lib
------------------------------------------------------------------------
--Libraries have been installed in:
-- [...]/master.build.install/lib
--
--If you ever happen to want to link against installed libraries
--in a given directory, LIBDIR, you must either use libtool, and
--specify the full pathname of the library, or use the `-LLIBDIR'
--flag during linking and do at least one of the following:
-- - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
-- during execution
-- - add LIBDIR to the `LD_RUN_PATH' environment variable
-- during linking
-- - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
-- - have your system administrator add LIBDIR to `/etc/ld.so.conf'
--
--See any operating system documentation about shared libraries for
--more information, such as the ld(1) and ld.so(8) manual pages.
------------------------------------------------------------------------
- test -z "[...]/master.build.install/share/gc" || /bin/mkdir -p "[...]/master.build.install/share/gc"
- /usr/bin/install -c -m 644 ../master/AUTHORS ../master/README ../master/doc/README.DGUX386 ../master/doc/README.Mac ../master/doc/README.OS2 ../master/doc/README.amiga ../master/doc/README.arm.cross ../master/doc/README.autoconf ../master/doc/README.cmake ../master/doc/README.cords ../master/doc/README.darwin ../master/doc/README.dj ../master/doc/README.environment ../master/doc/README.ews4800 ../master/doc/README.hp ../master/doc/README.linux ../master/doc/README.macros ../master/doc/README.rs6000 ../master/doc/README.sgi ../master/doc/README.solaris2 ../master/doc/README.symbian ../master/doc/README.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/barrett_diagram ../master/doc/debugging.html ../master/doc/finalization.html ../master/doc/gc.man ../master/doc/gcdescr.html ../master/doc/gcinterface.html ../master/doc/leak.html ../master/doc/overview.html ../master/doc/porting.html ../master/doc/scale.html ../master/doc/simple_example.html ../master/doc/tree.html '[...]/master.build.install/share/gc'
- test -z "[...]/master.build.install/include" || /bin/mkdir -p "[...]/master.build.install/include"
++libtool: finish: PATH="/home/thomas/command:/home/thomas/shared/command:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin" ldconfig -n [...]/master.build.install/lib
+ ----------------------------------------------------------------------
+ Libraries have been installed in:
+ [...]/master.build.install/lib
diff --git a/boehm-gc/log_test.diff b/boehm-gc/log_test.diff
index 0c46d6f8..62504a64 100644
--- a/boehm-gc/log_test.diff
+++ b/boehm-gc/log_test.diff
@@ -1,735 +1,21 @@
diff --git toolchain/logs/boehm-gc/kepler.SCHWINGE/log_test_ toolchain/logs/boehm-gc/laplace.SCHWINGE/log_test_
-index e323bc7..4a6e695 100644
+index 5b1d7ac..c3c2a46 100644
--- toolchain/logs/boehm-gc/kepler.SCHWINGE/log_test_
+++ toolchain/logs/boehm-gc/laplace.SCHWINGE/log_test_
-@@ -82,85 +82,48 @@ make[2]: Entering directory '[...]/master.build'
- SUCCEEDED
- PASS: cordtest
- Completed 6 tests
--Allocated 10285707 collectable objects
-+Allocated 10285267 collectable objects
- Allocated 1212 uncollectable objects
--Allocated 7499997 atomic objects
--Allocated 137759 stubborn objects
--Finalized 6621/6621 objects - finalization is probably ok
--Total number of bytes allocated is 1147021510
--Final heap size is 29728768 bytes
--Completed 277 collections (using 2 marker threads)
-+Allocated 7500000 atomic objects
-+Allocated 137760 stubborn objects
-+Finalized 6617/6617 objects - finalization is probably ok
-+Total number of bytes allocated is 795596801
-+Final heap size is 21819392 bytes
-+Completed 209 collections
- Collector appears to work
- PASS: gctest
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=4, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=5, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-+
-+Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=6, NORMAL)
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=7, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=9, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=10, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=11, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=12, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:18 (discriminator 2) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/leak_test.c:12, sz=4, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/leak_test.c:12 (discriminator 2) [[ADDR]]
-
- PASS: leaktest
- Final heap size is 131072
- PASS: middletest
- GC_check_heap_block: found smashed heap objects:
- [ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]]
-
- GC_check_heap_block: found smashed heap objects:
- [ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]]
-
- GC_check_heap_block: found smashed heap objects:
- [ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]]
- [ADDR] in or near object at [ADDR] (../master/tests/smash_test.c:22, sz=40)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- main:[...]/master.build/../master/tests/smash_test.c:22 [[ADDR]]
-
- PASS: smashtest
- PASS: hugetest
-@@ -170,550 +133,171 @@ PASS: realloc_test
- PASS: staticrootstest
-
- ****Chosen address [ADDR] in object
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-+[ADDR] (../master/tests/trace_test.c:19, sz=8, PTRFREE)
-
- Reachable via 0 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
- Reachable via 1 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
--Reachable via 2 levels of pointers from offset 0 in object:
-+Reachable via 2 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
- Reachable via 3 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
--Reachable via 4 levels of pointers from offset 4 in object:
-+Reachable via 4 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 5 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 6 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 7 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 8 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
--Reachable via 9 levels of pointers from root at [ADDR]
-+Reachable via 9 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 10 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 11 levels of pointers from root at [ADDR]
-
-
- ****Chosen address [ADDR] in object
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-+[ADDR] (../master/tests/trace_test.c:19, sz=8, PTRFREE)
-
- Reachable via 0 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-
--Reachable via 1 levels of pointers from offset 4 in object:
-+Reachable via 1 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
- Reachable via 2 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-
- Reachable via 3 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
--Reachable via 4 levels of pointers from offset 4 in object:
-+Reachable via 4 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
--Reachable via 5 levels of pointers from offset 4 in object:
-+Reachable via 5 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 6 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
--Reachable via 7 levels of pointers from offset 0 in object:
-+Reachable via 7 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 8 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 9 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-+
-+Reachable via 10 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 11 levels of pointers from root at [ADDR]
-+
-+
-+****Chosen address [ADDR] in object
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 0 levels of pointers from offset 0 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 1 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 2 levels of pointers from offset 0 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 3 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 4 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 5 levels of pointers from offset 0 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 6 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 7 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 8 levels of pointers from offset 0 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-+
-+Reachable via 9 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-
- Reachable via 10 levels of pointers from root at [ADDR]
-
-
- ****Chosen address [ADDR] in object
- [ADDR] (../master/tests/trace_test.c:19, sz=8, PTRFREE)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 (discriminator 1) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-
--Reachable via 0 levels of pointers from offset 0 in object:
-+Reachable via 0 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
--Reachable via 1 levels of pointers from offset 0 in object:
-+Reachable via 1 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
- Reachable via 2 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-
- Reachable via 3 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-
- Reachable via 4 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-
- Reachable via 5 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 6 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 7 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 8 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 9 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 10 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
--
--Reachable via 11 levels of pointers from root at [ADDR]
--
--
--****Chosen address [ADDR] in object
--[ADDR] (../master/tests/trace_test.c:19, sz=8, PTRFREE)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 (discriminator 1) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
--
--Reachable via 0 levels of pointers from offset 4 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
--
--Reachable via 1 levels of pointers from offset 4 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
--
--Reachable via 2 levels of pointers from offset 0 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
--
--Reachable via 3 levels of pointers from offset 0 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
--
--Reachable via 4 levels of pointers from offset 4 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
--
--Reachable via 5 levels of pointers from offset 4 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
--
--Reachable via 6 levels of pointers from offset 0 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
--
--Reachable via 7 levels of pointers from offset 4 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:25 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
--
--Reachable via 8 levels of pointers from offset 4 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
--
--Reachable via 9 levels of pointers from offset 0 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
--
--Reachable via 10 levels of pointers from offset 0 in object:
--[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:34 (discriminator 2) [[ADDR]]
-
- Reachable via 11 levels of pointers from root at [ADDR]
-
- PASS: tracetest
- Leaked composite object at [ADDR] (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_start_routine+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+[ADDR]) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_start_routine+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+[ADDR]) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_start_routine+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+[ADDR]) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_start_routine+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+[ADDR]) [[ADDR]]
-
- Leaked composite object at [ADDR] (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
-- Call chain at allocation:
-- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+[ADDR]) [[ADDR]]
-- test:[...]/master.build/../master/tests/thread_leak_test.c:25 (discriminator 2) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+[ADDR]) [[ADDR]]
-- [...]/master.build/.libs/libgc.so.1(GC_start_routine+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+[ADDR]) [[ADDR]]
-- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+[ADDR]) [[ADDR]]
-
- PASS: threadleaktest
- PASS: threadkey_test
--subthread_create: created 184 threads (180 ended)
-+subthread_create: created 201 threads (201 ended)
- PASS: subthread_create
- PASS: initsecondarythread
- usage: test_cpp number-of-iterations
-@@ -733,9 +317,9 @@ PASS: test_cpp
- Threaded disclaim test.
- PASS: disclaim_test
- fin. ratio time/s time/fin.
--regular finalization: 0.9922 35.842 8.61269e-06
-- finalize on reclaim: 0.9998 0.487 1.16137e-07
-- no finalization: 0.0000 0.405 N/A
-+regular finalization: 0.9922 0 0
-+ finalize on reclaim: 0.9996 0 0
-+ no finalization: 0.0000 0 N/A
+@@ -125,7 +125,6 @@ PASS: disclaim_test
PASS: disclaim_bench
- ===================
- All 16 tests passed
-@@ -887,10 +471,10 @@ Succeeded
- Testing test_and_set
- Succeeded
+ make[4]: Entering directory '[...]/master.build'
+ make[5]: Entering directory '[...]/master.build'
+-make[5]: Nothing to be done for 'all-am'.
+ make[5]: Leaving directory '[...]/master.build'
+ make[4]: Leaving directory '[...]/master.build'
+ ============================================================================
+@@ -248,7 +247,7 @@ make[3]: Leaving directory '[...]/master.build/libatomic_ops/tests'
+ make check-TESTS
+ make[3]: Entering directory '[...]/master.build/libatomic_ops/tests'
+ make[4]: Entering directory '[...]/master.build/libatomic_ops/tests'
+-../../../master/libatomic_ops/test-driver: line 107: 21729 Aborted "$@" > $log_file 2>&1
++../../../master/libatomic_ops/test-driver: line 107: 27232 Aborted "$@" > $log_file 2>&1
+ FAIL: test_atomic
PASS: test_atomic_pthreads
--About 1000000 pushes + 1000000 pops in 1 threads: 34 msecs
--About 1000000 pushes + 1000000 pops in 2 threads: 67 msecs
--About 1000000 pushes + 1000000 pops in 3 threads: 113 msecs
--About 1000000 pushes + 1000000 pops in 4 threads: 93 msecs
-+About 1000000 pushes + 1000000 pops in 1 threads: 20 msecs
-+About 1000000 pushes + 1000000 pops in 2 threads: 20 msecs
-+About 1000000 pushes + 1000000 pops in 3 threads: 30 msecs
-+About 1000000 pushes + 1000000 pops in 4 threads: 30 msecs
PASS: test_stack
- Testing AO_malloc/AO_free
- Succeeded