summaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-09 12:28:58 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-09 12:28:58 +0200
commit38fcc99f51de0f5e1a80697a478098cde553e844 (patch)
tree2fc5d227fb532ba8638fbdda5eff6d00fc9c006f /boehm-gc
parentfa334a1683df3cf3f5fbe56cd353368ab4e88002 (diff)
boehm-gc: 5f492b98dd131bdd6c67eb56c31024420c1e7dab (2012-06-08), 6a0afde033f105c6320f1409162e3765a1395bfd (2012-05-15)
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/hurd/log_build256
-rw-r--r--boehm-gc/hurd/log_check278
-rw-r--r--boehm-gc/hurd/log_install15
-rw-r--r--boehm-gc/linux/log_build260
-rw-r--r--boehm-gc/linux/log_check1044
-rw-r--r--boehm-gc/linux/log_install15
-rw-r--r--boehm-gc/log_build.diff38
-rw-r--r--boehm-gc/log_check.diff754
-rw-r--r--boehm-gc/log_install.diff6
9 files changed, 1347 insertions, 1319 deletions
diff --git a/boehm-gc/hurd/log_build b/boehm-gc/hurd/log_build
index 2d353251..3b666073 100644
--- a/boehm-gc/hurd/log_build
+++ b/boehm-gc/hurd/log_build
@@ -1,7 +1,7 @@
checking build system type... i686-unknown-gnu0.3
checking host system type... i686-unknown-gnu0.3
checking target system type... i686-unknown-gnu0.3
-checking GC version numbers... major=7 minor=2 alpha=7
+checking GC version numbers... major=7 minor=3 alpha=3
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
@@ -27,7 +27,9 @@ 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...
@@ -98,11 +100,11 @@ 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.3 ld.so
checking how to hardcode library paths into programs... immediate
+checking whether Solaris gcc optimization fix is necessary... no
+configure: WARNING: "Should define GC_DEBUG and use debug alloc in clients."
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
-checking whether Solaris gcc optimization fix is necessary... no
-configure: WARNING: "Should define GC_DEBUG and use debug alloc. in clients."
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ATOMIC_OPS... no
@@ -115,7 +117,7 @@ config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
=== configuring in libatomic_ops ([...]/master.build/libatomic_ops)
-configure: running /bin/bash ../../master/libatomic_ops/configure --disable-option-checking '--prefix=[...]/master.build.install' 'SHELL=/bin/bash' 'CC=gcc-4.6' 'CXX=g++-4.6' '--enable-cplusplus' '--enable-gc-debug' '--enable-gc-assertions' --cache-file=/dev/null --srcdir=../../master/libatomic_ops
+configure: running /bin/bash ../../master/libatomic_ops/configure --disable-option-checking '--prefix=[...]/master.build.install' 'SHELL=/bin/bash' 'CC=gcc-4.6' 'CXX=g++-4.6' '--enable-cplusplus' '--enable-gc-debug' '--enable-gc-assertions' '--enable-assertions' --cache-file=/dev/null --srcdir=../../master/libatomic_ops
checking build system type... i686-unknown-gnu0.3
checking host system type... i686-unknown-gnu0.3
checking target system type... i686-unknown-gnu0.3
@@ -197,7 +199,9 @@ checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
-checking Determining PIC compiler flag... -fPIC
+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
configure: creating ./config.status
config.status: creating Makefile
@@ -211,139 +215,143 @@ 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo ../master/allchblk.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c ../master/allchblk.c -o allchblk.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo ../master/alloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../master/alloc.c -o alloc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo ../master/blacklst.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c ../master/blacklst.c -o blacklst.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo ../master/checksums.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c ../master/checksums.c -o checksums.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo ../master/dbg_mlc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c ../master/dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo ../master/dyn_load.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c ../master/dyn_load.c -o dyn_load.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo ../master/finalize.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c ../master/finalize.c -o finalize.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo ../master/gc_dlopen.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c ../master/gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo ../master/gcj_mlc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c ../master/gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo ../master/headers.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c ../master/headers.c -o headers.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo ../master/malloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../master/malloc.c -o malloc.o >/dev/null 2>&1
+/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
+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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo ../master/mallocx.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c ../master/mallocx.c -o mallocx.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo ../master/mark.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c ../master/mark.c -o mark.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo ../master/mark_rts.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c ../master/mark_rts.c -o mark_rts.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo ../master/misc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c ../master/misc.c -o misc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo ../master/new_hblk.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c ../master/new_hblk.c -o new_hblk.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo ../master/obj_map.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c ../master/obj_map.c -o obj_map.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo ../master/os_dep.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c ../master/os_dep.c -o os_dep.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo ../master/pcr_interface.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c ../master/pcr_interface.c -o pcr_interface.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ../master/ptr_chck.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ../master/ptr_chck.c -o ptr_chck.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo ../master/real_malloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c ../master/real_malloc.c -o real_malloc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo ../master/reclaim.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c ../master/reclaim.c -o reclaim.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo ../master/specific.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c ../master/specific.c -o specific.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo ../master/stubborn.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c ../master/stubborn.c -o stubborn.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo ../master/typd_mlc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo ../master/backgraph.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo ../master/thread_local_alloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c -o pthread_start.lo ../master/pthread_start.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c ../master/pthread_start.c -o pthread_start.o >/dev/null 2>&1
+/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
+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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c -o pthread_support.lo ../master/pthread_support.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c ../master/pthread_support.c -o pthread_support.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c -o pthread_stop_world.lo ../master/pthread_stop_world.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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
+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
+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=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo ../master/mach_dep.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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=link gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 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 typd_mlc.lo backgraph.lo thread_local_alloc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo atomic_ops.lo mach_dep.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/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/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/atomic_ops.o .libs/mach_dep.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3
+/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
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 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 typd_mlc.o backgraph.o thread_local_alloc.o pthread_start.o pthread_support.o pthread_stop_world.o atomic_ops.o mach_dep.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 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
@@ -357,27 +365,23 @@ libtool: link: (cd ".libs" && rm -f "libgccpp.so" && ln -s "libgccpp.so.1.0.3" "
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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c -o 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c ../master/cord/cordbscs.c -fPIC -DPIC -o .libs/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c ../master/cord/cordbscs.c -o cordbscs.o >/dev/null 2>&1
-mv -f .deps/cordbscs.Tpo .deps/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c -o 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c ../master/cord/cordprnt.c -fPIC -DPIC -o .libs/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c ../master/cord/cordprnt.c -o cordprnt.o >/dev/null 2>&1
-mv -f .deps/cordprnt.Tpo .deps/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c -o cordtest.lo `test -f 'cord/cordtest.c' || echo '../master/'`cord/cordtest.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c ../master/cord/cordtest.c -fPIC -DPIC -o .libs/cordtest.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c ../master/cord/cordtest.c -o cordtest.o >/dev/null 2>&1
-mv -f .deps/cordtest.Tpo .deps/cordtest.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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c -o 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c ../master/cord/cordxtra.c -fPIC -DPIC -o .libs/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c ../master/cord/cordxtra.c -o cordxtra.o >/dev/null 2>&1
-mv -f .deps/cordxtra.Tpo .deps/cordxtra.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/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 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
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 cordbscs.o cordprnt.o cordtest.o cordxtra.o
+libtool: link: ar cru .libs/libcord.a libcord_la-cordbscs.o libcord_la-cordprnt.o 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/hurd/log_check b/boehm-gc/hurd/log_check
index 36afb5fa..7cfe62fc 100644
--- a/boehm-gc/hurd/log_check
+++ b/boehm-gc/hurd/log_check
@@ -1,78 +1,96 @@
make[1]: Entering directory `[...]/master.build'
-make libstaticrootslib.la gctest leaktest middletest smashtest hugetest realloc_test staticrootstest tracetest threadleaktest threadkey_test initsecondarythread test_cpp
+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[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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o staticrootslib.o >/dev/null 2>&1
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib.la staticrootslib.lo ./libgc.la
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o `test -f 'tests/test.c' || echo '../master/'`tests/test.c
+gcc-4.6 -DHAVE_CONFIG_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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o gctest test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o leaktest leak_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT middle.o -MD -MP -MF .deps/middle.Tpo -c -o middle.o `test -f 'tests/middle.c' || echo '../master/'`tests/middle.c
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o middletest middle.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o smashtest smash_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o hugetest huge_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o realloc_test realloc_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT staticrootstest.o -MD -MP -MF .deps/staticrootstest.Tpo -c -o staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '../master/'`tests/staticrootstest.c
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o staticrootstest staticrootstest.o ./libgc.la libstaticrootslib.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o tracetest trace_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o threadleaktest thread_leak_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o threadkey_test threadkey_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT initsecondarythread.o -MD -MP -MF .deps/initsecondarythread.Tpo -c -o initsecondarythread.o `test -f 'tests/initsecondarythread.c' || echo '../master/'`tests/initsecondarythread.c
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o initsecondarythread initsecondarythread.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -o .libs/initsecondarythread initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+/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
+/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
make[2]: Leaving directory `[...]/master.build'
make check-TESTS
make[2]: Entering directory `[...]/master.build'
+SUCCEEDED
+PASS: cordtest
Completed 6 tests
-Allocated 10285258 collectable objects
+Allocated 10285329 collectable objects
Allocated 1212 uncollectable objects
Allocated 7500000 atomic objects
Allocated 137760 stubborn objects
-Finalized 6609/6609 objects - finalization is probably ok
-Total number of bytes allocated is 796643017
-Final heap size is 27873280 bytes
+Finalized 6612/6612 objects - finalization is probably ok
+Total number of bytes allocated is 800293073
+Final heap size is 20819968 bytes
+Completed 183 collections
Collector appears to work
-Completed 126 collections
PASS: gctest
Leaked composite object at 0x808ffd8 (../master/tests/leak_test.c:19, sz=4, NORMAL)
@@ -93,10 +111,8 @@ Leaked composite object at 0x8090fb8 (../master/tests/leak_test.c:19, sz=11, NOR
Leaked composite object at 0x8090fe0 (../master/tests/leak_test.c:19, sz=12, NORMAL)
PASS: leaktest
-Assertion failure: ../master/thread_local_alloc.c:156
-assertion failure
-/bin/bash: line 5: 24743 Aborted ${dir}$tst
-FAIL: middletest
+Final heap size is 1536000
+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)
@@ -120,156 +136,156 @@ PASS: realloc_test
PASS: staticrootstest
****Chosen address 0x8355869 in object
-0x8355860 (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+0x8355860 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
Reachable via 0 levels of pointers from offset 4 in object:
-0x811b8b0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x811b950 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 1 levels of pointers from offset 4 in object:
-0x811bab8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x811bae0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 2 levels of pointers from offset 0 in object:
-0x811bae0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x811bbd0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 3 levels of pointers from offset 0 in object:
-0x811bbd0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x811bbf8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 4 levels of pointers from offset 0 in object:
-0x811bbf8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x811bc20 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 5 levels of pointers from offset 0 in object:
-0x811bc20 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x811bc48 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 6 levels of pointers from offset 4 in object:
-0x81152c0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81152e8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 7 levels of pointers from offset 4 in object:
-0x81081a8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81081d0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 8 levels of pointers from offset 4 in object:
-0x80f3ea0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80f3ec8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 9 levels of pointers from offset 4 in object:
-0x80c29a0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80c29f0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 10 levels of pointers from offset 0 in object:
-0x80c29f0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80c2a18 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-Reachable via 11 levels of pointers from root at 0x15ff8e4
+Reachable via 11 levels of pointers from root at 0x15ff8ec
****Chosen address 0x835b873 in object
-0x835b888 (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+0x835b888 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
Reachable via 0 levels of pointers from offset 0 in object:
-0x8152f40 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8152f68 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 1 levels of pointers from offset 4 in object:
-0x81500e0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8150108 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 2 levels of pointers from offset 4 in object:
-0x8150568 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8150590 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 3 levels of pointers from offset 0 in object:
-0x8150590 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81505b8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 4 levels of pointers from offset 0 in object:
-0x81505b8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81505e0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 5 levels of pointers from offset 4 in object:
-0x814ea90 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x814eab8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 6 levels of pointers from offset 0 in object:
-0x814eab8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x814eae0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 7 levels of pointers from offset 0 in object:
-0x814eae0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x814eb30 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 8 levels of pointers from offset 0 in object:
-0x814eb30 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x814eb58 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 9 levels of pointers from offset 4 in object:
-0x81204a0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8120568 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 10 levels of pointers from offset 4 in object:
-0x80c29f0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80c2a18 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-Reachable via 11 levels of pointers from root at 0x15ff8e4
+Reachable via 11 levels of pointers from root at 0x15ff8ec
****Chosen address 0x816dc51 in object
-0x816dc48 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x816dc48 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 0 levels of pointers from offset 4 in object:
-0x816ddc8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x816ddc8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 1 levels of pointers from offset 0 in object:
-0x816ddf8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x816ddf8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 2 levels of pointers from offset 4 in object:
-0x81b3388 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81b3388 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 3 levels of pointers from offset 0 in object:
-0x81b33b0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81b33b0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 4 levels of pointers from offset 4 in object:
-0x81b27c0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81b27c0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 5 levels of pointers from offset 4 in object:
-0x81affe0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81affe0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 6 levels of pointers from offset 4 in object:
-0x81a8040 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x81a8040 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 7 levels of pointers from offset 4 in object:
-0x819b0e0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x819b0e0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 8 levels of pointers from offset 0 in object:
-0x819b108 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x819b108 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 9 levels of pointers from offset 4 in object:
-0x8169630 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8169630 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-Reachable via 10 levels of pointers from root at 0x80499e8
+Reachable via 10 levels of pointers from root at 0x8049a68
****Chosen address 0x80b98ec in object
-0x80b9900 (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+0x80b9900 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
Reachable via 0 levels of pointers from offset 0 in object:
-0x80ba0b8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80ba0b8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 1 levels of pointers from offset 4 in object:
-0x80ba1f8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80ba1f8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 2 levels of pointers from offset 0 in object:
-0x80ba220 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80ba220 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 3 levels of pointers from offset 4 in object:
-0x80ba720 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80ba720 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 4 levels of pointers from offset 0 in object:
-0x80ba748 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80ba748 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 5 levels of pointers from offset 4 in object:
-0x80b8b58 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80b8b58 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 6 levels of pointers from offset 0 in object:
-0x80b8b80 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80b8b80 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 7 levels of pointers from offset 0 in object:
-0x80b8ba8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80b8ba8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 8 levels of pointers from offset 0 in object:
-0x80b8bd0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x80b8bd0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 9 levels of pointers from offset 4 in object:
-0x808ffb8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x808ffb8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 10 levels of pointers from offset 0 in object:
-0x808ffe0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x808ffe0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
-Reachable via 11 levels of pointers from root at 0x80499e0
+Reachable via 11 levels of pointers from root at 0x8049a60
PASS: tracetest
Leaked composite object at 0x8091ff8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
@@ -284,6 +300,8 @@ Leaked composite object at 0x8091ff8 (../master/tests/thread_leak_test.c:25, sz=
PASS: threadleaktest
PASS: threadkey_test
+subthread_create: created 196 threads (192 ended)
+PASS: subthread_create
PASS: initsecondarythread
usage: test_cpp number-of-iterations
Assuming 10 iters
@@ -299,32 +317,34 @@ Starting iteration 9
Starting iteration 10
The test appears to have succeeded.
PASS: test_cpp
-==================================
-1 of 12 tests failed
-Please report to hans.boehm@hp.com
-==================================
-make[2]: *** [check-TESTS] Error 1
+Threaded disclaim test.
+PASS: disclaim_test
+ fin. ratio time/s time/fin.
+regular finalization: 0.9922 25.55 6.13956e-06
+ finalize on reclaim: 0.9997 4.8 1.14471e-06
+ no finalization: 0.0000 8.11 N/A
+PASS: disclaim_bench
+===================
+All 16 tests passed
+===================
make[2]: Leaving directory `[...]/master.build'
-make[1]: *** [check-am] Error 2
make[1]: Leaving directory `[...]/master.build'
-make: *** [check-recursive] Error 1
-make: Target `check' not remade because of errors.
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 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../../../master/libatomic_ops/src/atomic_ops.c -o atomic_ops.o
+/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 -g -O2 -Wall -Wextra -DNDEBUG -version-info 1:3:0 -no-undefined -o libatomic_ops.la -rpath [...]/master.build.install/lib atomic_ops.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.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 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -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
+/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 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -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
+/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 -g -O2 -Wall -Wextra -DNDEBUG -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
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" )
@@ -352,27 +372,27 @@ sed -e s/XX/_write/ ../../../master/libatomic_ops/tests/list_atomic.template >>
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
-gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -g -O2 -Wall -Wextra -DNDEBUG 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 list_atomic.c -E > list_atomic.i
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 -g -O2 -Wall -Wextra -DNDEBUG -MT test_atomic.o -MD -MP -MF .deps/test_atomic.Tpo -c -o test_atomic.o ../../../master/libatomic_ops/tests/test_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 -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 -g -O2 -Wall -Wextra -DNDEBUG -o test_atomic test_atomic.o -lpthread ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -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
+/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 -g -O2 -Wall -Wextra -DNDEBUG -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -MT test_stack.o -MD -MP -MF .deps/test_stack.Tpo -c -o test_stack.o ../../../master/libatomic_ops/tests/test_stack.c
+/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 -g -O2 -Wall -Wextra -DNDEBUG -o test_stack test_stack.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -o test_stack test_stack.o -lpthread ../src/.libs/libatomic_ops_gpl.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 -g -O2 -Wall -Wextra -DNDEBUG -MT test_malloc.o -MD -MP -MF .deps/test_malloc.Tpo -c -o test_malloc.o ../../../master/libatomic_ops/tests/test_malloc.c
+/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
+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 -g -O2 -Wall -Wextra -DNDEBUG -o test_malloc test_malloc.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -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 ../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'
@@ -455,7 +475,7 @@ Testing test_and_set
Succeeded
PASS: test_atomic_pthreads
About 1000000 pushes + 1000000 pops in 1 threads: 80 msecs
-About 1000000 pushes + 1000000 pops in 2 threads: 70 msecs
+About 1000000 pushes + 1000000 pops in 2 threads: 80 msecs
About 1000000 pushes + 1000000 pops in 3 threads: 90 msecs
About 1000000 pushes + 1000000 pops in 4 threads: 70 msecs
PASS: test_stack
diff --git a/boehm-gc/hurd/log_install b/boehm-gc/hurd/log_install
index fb9f9294..654cdb78 100644
--- a/boehm-gc/hurd/log_install
+++ b/boehm-gc/hurd/log_install
@@ -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la )
-libtool: relink: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/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 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: /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; }; })
@@ -30,17 +30,12 @@ libtool: install: /usr/bin/install -c .libs/libcord.a [...]/master.build.install
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.MacOSX ../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.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/barrett_diagram ../master/doc/debugging.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'
+ /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"
- /usr/bin/install -c -m 644 ../master/include/extra/gc.h ../master/include/extra/gc_cpp.h '[...]/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"
/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"
- /usr/bin/install -c -m 644 ../master/include/gc_cpp.h ../master/include/gc_allocator.h ../master/include/gc.h ../master/include/gc_typed.h ../master/include/gc_inline.h ../master/include/gc_mark.h ../master/include/gc_cpp.h ../master/include/weakpointer.h ../master/include/new_gc_alloc.h ../master/include/gc_allocator.h ../master/include/gc_backptr.h ../master/include/gc_gcj.h ../master/include/leak_detector.h ../master/include/gc_pthread_redirects.h ../master/include/gc_config_macros.h ../master/include/gc_tiny_fl.h ../master/include/gc_version.h ../master/include/cord.h '[...]/master.build.install/include/gc'
-/usr/bin/install: will not overwrite just-created `[...]/master.build.install/include/gc/gc_cpp.h' with `../master/include/gc_cpp.h'
-/usr/bin/install: will not overwrite just-created `[...]/master.build.install/include/gc/gc_allocator.h' with `../master/include/gc_allocator.h'
-make[2]: *** [install-pkgincludeHEADERS] Error 1
+ /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]: *** [install-am] Error 2
make[1]: Leaving directory `[...]/master.build'
-make: *** [install-recursive] Error 1
diff --git a/boehm-gc/linux/log_build b/boehm-gc/linux/log_build
index 5716d026..66059ee1 100644
--- a/boehm-gc/linux/log_build
+++ b/boehm-gc/linux/log_build
@@ -1,7 +1,7 @@
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=2 alpha=7
+checking GC version numbers... major=7 minor=3 alpha=3
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
@@ -28,7 +28,9 @@ 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...
@@ -99,12 +101,12 @@ 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 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 sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
-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 pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ATOMIC_OPS... no
@@ -117,7 +119,7 @@ config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
=== configuring in libatomic_ops ([...]/master.build/libatomic_ops)
-configure: running /bin/bash ../../master/libatomic_ops/configure --disable-option-checking '--prefix=[...]/master.build.install' 'SHELL=/bin/bash' 'CC=gcc-4.6' 'CXX=g++-4.6' '--enable-cplusplus' '--enable-gc-debug' '--enable-gc-assertions' --cache-file=/dev/null --srcdir=../../master/libatomic_ops
+configure: running /bin/bash ../../master/libatomic_ops/configure --disable-option-checking '--prefix=[...]/master.build.install' 'SHELL=/bin/bash' 'CC=gcc-4.6' 'CXX=g++-4.6' '--enable-cplusplus' '--enable-gc-debug' '--enable-gc-assertions' '--enable-assertions' --cache-file=/dev/null --srcdir=../../master/libatomic_ops
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
@@ -199,7 +201,9 @@ checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
-checking Determining PIC compiler flag... -fPIC
+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
configure: creating ./config.status
config.status: creating Makefile
@@ -213,141 +217,143 @@ 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo ../master/allchblk.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c ../master/allchblk.c -o allchblk.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo ../master/alloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c ../master/alloc.c -o alloc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo ../master/blacklst.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c ../master/blacklst.c -o blacklst.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo ../master/checksums.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c ../master/checksums.c -o checksums.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo ../master/dbg_mlc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c ../master/dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo ../master/dyn_load.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c ../master/dyn_load.c -o dyn_load.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo ../master/finalize.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c ../master/finalize.c -o finalize.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo ../master/gc_dlopen.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c ../master/gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo ../master/gcj_mlc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c ../master/gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo ../master/headers.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c ../master/headers.c -o headers.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo ../master/malloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c ../master/malloc.c -o malloc.o >/dev/null 2>&1
+/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
+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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo ../master/mallocx.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c ../master/mallocx.c -o mallocx.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo ../master/mark.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c ../master/mark.c -o mark.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo ../master/mark_rts.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c ../master/mark_rts.c -o mark_rts.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo ../master/misc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c ../master/misc.c -o misc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo ../master/new_hblk.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c ../master/new_hblk.c -o new_hblk.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo ../master/obj_map.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c ../master/obj_map.c -o obj_map.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo ../master/os_dep.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c ../master/os_dep.c -o os_dep.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo ../master/pcr_interface.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c ../master/pcr_interface.c -o pcr_interface.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ../master/ptr_chck.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ../master/ptr_chck.c -o ptr_chck.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo ../master/real_malloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c ../master/real_malloc.c -o real_malloc.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo ../master/reclaim.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c ../master/reclaim.c -o reclaim.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo ../master/specific.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c ../master/specific.c -o specific.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo ../master/stubborn.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c ../master/stubborn.c -o stubborn.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo ../master/typd_mlc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo ../master/backgraph.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c ../master/backgraph.c -fPIC -DPIC -o .libs/backgraph.o
-../master/backgraph.c: In function 'per_object_helper':
-../master/backgraph.c:278:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo ../master/thread_local_alloc.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c -o pthread_start.lo ../master/pthread_start.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_start.lo -MD -MP -MF .deps/pthread_start.Tpo -c ../master/pthread_start.c -o pthread_start.o >/dev/null 2>&1
+/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
+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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c -o pthread_support.lo ../master/pthread_support.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_support.lo -MD -MP -MF .deps/pthread_support.Tpo -c ../master/pthread_support.c -o pthread_support.o >/dev/null 2>&1
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT pthread_stop_world.lo -MD -MP -MF .deps/pthread_stop_world.Tpo -c -o pthread_stop_world.lo ../master/pthread_stop_world.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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
+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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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
+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
+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=compile gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo ../master/mach_dep.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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=link gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 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 typd_mlc.lo backgraph.lo thread_local_alloc.lo pthread_start.lo pthread_support.lo pthread_stop_world.lo atomic_ops.lo mach_dep.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/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/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/pthread_start.o .libs/pthread_support.o .libs/pthread_stop_world.o .libs/atomic_ops.o .libs/mach_dep.o -lpthread -ldl -O2 -Wl,-soname -Wl,libgc.so.1 -o .libs/libgc.so.1.0.3
+/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
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 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 typd_mlc.o backgraph.o thread_local_alloc.o pthread_start.o pthread_support.o pthread_stop_world.o atomic_ops.o mach_dep.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 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
@@ -361,27 +367,23 @@ libtool: link: (cd ".libs" && rm -f "libgccpp.so" && ln -s "libgccpp.so.1.0.3" "
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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c -o 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c ../master/cord/cordbscs.c -fPIC -DPIC -o .libs/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c ../master/cord/cordbscs.c -o cordbscs.o >/dev/null 2>&1
-mv -f .deps/cordbscs.Tpo .deps/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c -o 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c ../master/cord/cordprnt.c -fPIC -DPIC -o .libs/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c ../master/cord/cordprnt.c -o cordprnt.o >/dev/null 2>&1
-mv -f .deps/cordprnt.Tpo .deps/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c -o cordtest.lo `test -f 'cord/cordtest.c' || echo '../master/'`cord/cordtest.c
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c ../master/cord/cordtest.c -fPIC -DPIC -o .libs/cordtest.o
-libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c ../master/cord/cordtest.c -o cordtest.o >/dev/null 2>&1
-mv -f .deps/cordtest.Tpo .deps/cordtest.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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c -o 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c ../master/cord/cordxtra.c -fPIC -DPIC -o .libs/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c ../master/cord/cordxtra.c -o cordxtra.o >/dev/null 2>&1
-mv -f .deps/cordxtra.Tpo .deps/cordxtra.Plo
-/bin/bash ./libtool --tag=CC --mode=link gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la
-libtool: link: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/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 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
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 cordbscs.o cordprnt.o cordtest.o cordxtra.o
+libtool: link: ar cru .libs/libcord.a libcord_la-cordbscs.o libcord_la-cordprnt.o 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/linux/log_check b/boehm-gc/linux/log_check
index 0117a6be..a7bcc04a 100644
--- a/boehm-gc/linux/log_check
+++ b/boehm-gc/linux/log_check
@@ -1,147 +1,165 @@
make[1]: Entering directory `[...]/master.build'
-make libstaticrootslib.la gctest leaktest middletest smashtest hugetest realloc_test staticrootstest tracetest threadleaktest threadkey_test initsecondarythread test_cpp
+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[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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT staticrootslib.lo -MD -MP -MF .deps/staticrootslib.Tpo -c ../master/tests/staticrootslib.c -o staticrootslib.o >/dev/null 2>&1
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -version-info 1:3:0 -no-undefined -rpath /nowhere -o libstaticrootslib.la staticrootslib.lo ./libgc.la
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o `test -f 'tests/test.c' || echo '../master/'`tests/test.c
+gcc-4.6 -DHAVE_CONFIG_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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o gctest test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o leaktest leak_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT middle.o -MD -MP -MF .deps/middle.Tpo -c -o middle.o `test -f 'tests/middle.c' || echo '../master/'`tests/middle.c
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o middletest middle.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o smashtest smash_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o hugetest huge_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o realloc_test realloc_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT staticrootstest.o -MD -MP -MF .deps/staticrootstest.Tpo -c -o staticrootstest.o `test -f 'tests/staticrootstest.c' || echo '../master/'`tests/staticrootstest.c
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o staticrootstest staticrootstest.o ./libgc.la libstaticrootslib.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o tracetest trace_test.o ./libgc.la
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o threadleaktest thread_leak_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -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
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o threadkey_test threadkey_test.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT initsecondarythread.o -MD -MP -MF .deps/initsecondarythread.Tpo -c -o initsecondarythread.o `test -f 'tests/initsecondarythread.c' || echo '../master/'`tests/initsecondarythread.c
+/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 -g -O2 -Wall -Wextra -Wno-unused-parameter -o initsecondarythread initsecondarythread.o ./libgc.la -lpthread -ldl
-libtool: link: gcc-4.6 -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -o .libs/initsecondarythread initsecondarythread.o ./.libs/libgc.so -lpthread -ldl -Wl,-rpath -Wl,[...]/master.build.install/lib
+/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
+/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
make[2]: Leaving directory `[...]/master.build'
make check-TESTS
make[2]: Entering directory `[...]/master.build'
+SUCCEEDED
+PASS: cordtest
Completed 6 tests
-Allocated 10285404 collectable objects
+Allocated 10285543 collectable objects
Allocated 1212 uncollectable objects
Allocated 7500000 atomic objects
-Allocated 137750 stubborn objects
-Finalized 6616/6616 objects - finalization is probably ok
-Total number of bytes allocated is 1136258462
-Final heap size is 27959296 bytes
+Allocated 137703 stubborn objects
+Finalized 6602/6602 objects - finalization is probably ok
+Total number of bytes allocated is 1141118582
+Final heap size is 30089216 bytes
+Completed 270 collections (using 2 marker threads)
Collector appears to work
-Completed 275 collections
PASS: gctest
-Leaked composite object at 0x8aadfb8 (../master/tests/leak_test.c:19, sz=4, NORMAL)
+Leaked composite object at 0x80cbfb8 (../master/tests/leak_test.c:19, sz=4, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaedb8 (../master/tests/leak_test.c:19, sz=5, NORMAL)
+Leaked composite object at 0x80ccdb8 (../master/tests/leak_test.c:19, sz=5, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaee00 (../master/tests/leak_test.c:19, sz=6, NORMAL)
+Leaked composite object at 0x80cce00 (../master/tests/leak_test.c:19, sz=6, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaee48 (../master/tests/leak_test.c:19, sz=7, NORMAL)
+Leaked composite object at 0x80cce48 (../master/tests/leak_test.c:19, sz=7, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaee90 (../master/tests/leak_test.c:19, sz=8, NORMAL)
+Leaked composite object at 0x80cce90 (../master/tests/leak_test.c:19, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaeed8 (../master/tests/leak_test.c:19, sz=9, NORMAL)
+Leaked composite object at 0x80cced8 (../master/tests/leak_test.c:19, sz=9, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaef20 (../master/tests/leak_test.c:19, sz=10, NORMAL)
+Leaked composite object at 0x80ccf20 (../master/tests/leak_test.c:19, sz=10, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaef68 (../master/tests/leak_test.c:19, sz=11, NORMAL)
+Leaked composite object at 0x80ccf68 (../master/tests/leak_test.c:19, sz=11, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
-Leaked composite object at 0x8aaefb0 (../master/tests/leak_test.c:19, sz=12, NORMAL)
+Leaked composite object at 0x80ccfb0 (../master/tests/leak_test.c:19, sz=12, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/leak_test.c:18 [0x8048643]
PASS: leaktest
Final heap size is 131072
PASS: middletest
GC_check_heap_block: found smashed heap objects:
- 0x8fa2fd0 in or near object at 0x8fa2fa8 (../master/tests/smash_test.c:22, sz=40)
+ 0x9dcefd0 in or near object at 0x9dcefa8 (../master/tests/smash_test.c:22, sz=40)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485a9]
GC_check_heap_block: found smashed heap objects:
- 0x8fa2fd0 in or near object at 0x8fa2fa8 (../master/tests/smash_test.c:22, sz=40)
+ 0x9dcefd0 in or near object at 0x9dcefa8 (../master/tests/smash_test.c:22, sz=40)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485a9]
GC_check_heap_block: found smashed heap objects:
- 0x8fa2fd0 in or near object at 0x8fa2fa8 (../master/tests/smash_test.c:22, sz=40)
+ 0x9e820c8 in or near object at 0x9e820a0 (../master/tests/smash_test.c:22, sz=40)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485a9]
- 0x90460c8 in or near object at 0x90460a0 (../master/tests/smash_test.c:22, sz=40)
+ 0x9dcefd0 in or near object at 0x9dcefa8 (../master/tests/smash_test.c:22, sz=40)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
main:[...]/master.build/../master/tests/smash_test.c:22 [0x80485a9]
PASS: smashtest
@@ -151,562 +169,576 @@ Heap size: 131072
PASS: realloc_test
PASS: staticrootstest
-****Chosen address 0x8cfd873 in object
-0x8cfd8a8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+****Chosen address 0x884cc51 in object
+0x884cc50 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
-Reachable via 0 levels of pointers from offset 0 in object:
-0x8cfd8f0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+Reachable via 0 levels of pointers from offset 4 in object:
+0x884b038 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
-Reachable via 1 levels of pointers from offset 4 in object:
-0x8cfc230 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+Reachable via 1 levels of pointers from offset 0 in object:
+0x884b080 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 2 levels of pointers from offset 0 in object:
-0x8cfc278 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x884b110 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 3 levels of pointers from offset 0 in object:
-0x8cfc2c0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x884b158 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 4 levels of pointers from offset 4 in object:
-0x8cf7bc0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8846278 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 5 levels of pointers from offset 0 in object:
-0x8cf7c08 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8846350 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 6 levels of pointers from offset 0 in object:
-0x8cf7c50 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8846398 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
-Reachable via 7 levels of pointers from offset 0 in object:
-0x8cf7c98 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+Reachable via 7 levels of pointers from offset 4 in object:
+0x881eaa0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 8 levels of pointers from offset 0 in object:
-0x8cf7ce0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x881eae8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
-Reachable via 9 levels of pointers from root at 0x8049a38
+Reachable via 9 levels of pointers from offset 0 in object:
+0x881eb30 (../master/tests/trace_test.c:17, sz=8, NORMAL)
+ Call chain at allocation:
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
+
+Reachable via 10 levels of pointers from root at 0x8049af4
-****Chosen address 0x8d7644a in object
-0x8d76470 (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+****Chosen address 0x89aa44a in object
+0x89aa470 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x400322c0]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x804870c]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x40032ed0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80487b4]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 0 levels of pointers from offset 0 in object:
-0x8c69980 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x88804b8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 1 levels of pointers from offset 0 in object:
-0x8c69a10 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8880500 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 2 levels of pointers from offset 4 in object:
-0x8c68398 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8880d28 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 3 levels of pointers from offset 4 in object:
-0x8c67350 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x887ec50 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 4 levels of pointers from offset 4 in object:
-0x8c64428 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x887cdb8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 5 levels of pointers from offset 4 in object:
-0x8c5f350 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8877e90 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 6 levels of pointers from offset 0 in object:
-0x8c5f398 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8877ed8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 7 levels of pointers from offset 0 in object:
-0x8c5f3e0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8877f20 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 8 levels of pointers from offset 0 in object:
-0x8c5f590 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8877f68 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 9 levels of pointers from offset 4 in object:
-0x8d52aa0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8985308 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 10 levels of pointers from offset 4 in object:
-0x8cf7ce0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8929548 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
-Reachable via 11 levels of pointers from root at 0xbfb8c8d4
+Reachable via 11 levels of pointers from root at 0x8049af8
-****Chosen address 0x8b998ec in object
-0x8b998f0 (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+****Chosen address 0x879d8ec in object
+0x879d8f0 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x400322c0]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x804870c]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x40032ed0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80487b4]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 0 levels of pointers from offset 4 in object:
-0x8b4d308 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8751308 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 1 levels of pointers from offset 4 in object:
-0x8b4d6b0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x87516b0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 2 levels of pointers from offset 0 in object:
-0x8b4d6f8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x87516f8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 3 levels of pointers from offset 0 in object:
-0x8b4d740 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8751740 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 4 levels of pointers from offset 4 in object:
-0x8b4a818 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x874e818 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 5 levels of pointers from offset 4 in object:
-0x8b45740 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8749740 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 6 levels of pointers from offset 0 in object:
-0x8b45a58 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8749a58 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 7 levels of pointers from offset 4 in object:
-0x8b23a10 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8717a10 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 8 levels of pointers from offset 4 in object:
-0x8b8b788 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x878f788 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 9 levels of pointers from offset 0 in object:
-0x8b8b7d0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x878f7d0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 10 levels of pointers from offset 0 in object:
-0x8b8b818 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x878f818 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
-Reachable via 11 levels of pointers from root at 0x8049a28
+Reachable via 11 levels of pointers from root at 0x8049ae8
-****Chosen address 0x8c0df29 in object
-0x8c0df20 (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+****Chosen address 0x8821f29 in object
+0x8821f20 (../master/tests/trace_test.c:19, sz=8, PTRFREE)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x400322c0]
- mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x804870c]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc_atomic+0x60) [0x40032ed0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80487b4]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 0 levels of pointers from offset 0 in object:
-0x8c0ee90 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8822e90 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 1 levels of pointers from offset 0 in object:
-0x8c0eed8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8822ed8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 2 levels of pointers from offset 4 in object:
-0x8c0c398 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8820398 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 3 levels of pointers from offset 4 in object:
-0x8c0cc98 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8820c98 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
Reachable via 4 levels of pointers from offset 4 in object:
-0x8c0bed8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x881fed8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
Reachable via 5 levels of pointers from offset 4 in object:
-0x8c07398 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x881b398 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 6 levels of pointers from offset 4 in object:
-0x8c02c98 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8816c98 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 7 levels of pointers from offset 0 in object:
-0x8c02ce0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x8816ce0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 8 levels of pointers from offset 4 in object:
-0x8bd51e8 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x87d91e8 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:20 [0x80486e5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:25 [0x8048789]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 9 levels of pointers from offset 4 in object:
-0x8b87398 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x878b398 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [0x80486db]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ mktree:[...]/master.build/../master/tests/trace_test.c:24 [0x804877f]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
Reachable via 10 levels of pointers from offset 0 in object:
-0x8b873e0 (../master/tests/trace_test.c:16, sz=8, NORMAL)
+0x878b3e0 (../master/tests/trace_test.c:17, sz=8, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
- mktree:[...]/master.build/../master/tests/trace_test.c:17 [0x80486c5]
- main:[...]/master.build/../master/tests/trace_test.c:29 [0x80485b4]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
+ mktree:[...]/master.build/../master/tests/trace_test.c:18 [0x8048765]
+ main:[...]/master.build/../master/tests/trace_test.c:34 [0x8048654]
-Reachable via 11 levels of pointers from root at 0x8049a2c
+Reachable via 11 levels of pointers from root at 0x8049aec
PASS: tracetest
-Leaked composite object at 0x8e6fff8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
+Leaked composite object at 0x988dff8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
test:[...]/master.build/../master/tests/thread_leak_test.c:25 [0x8048848]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40045214]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003d55e]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40045275]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008fc60]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017a7be]
+ [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0x40044b4c]
+ [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003df5e]
+ [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40044bb5]
+ /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40091c60]
+ /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017c7be]
-Leaked composite object at 0x8e6ff78 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
+Leaked composite object at 0x988dfb8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
test:[...]/master.build/../master/tests/thread_leak_test.c:25 [0x8048848]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40045214]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003d55e]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40045275]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008fc60]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017a7be]
+ [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0x40044b4c]
+ [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003df5e]
+ [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40044bb5]
+ /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40091c60]
+ /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017c7be]
-Leaked composite object at 0x8e6ff38 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
+Leaked composite object at 0x988df38 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
test:[...]/master.build/../master/tests/thread_leak_test.c:25 [0x8048848]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40045214]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003d55e]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40045275]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008fc60]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017a7be]
+ [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0x40044b4c]
+ [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003df5e]
+ [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40044bb5]
+ /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40091c60]
+ /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017c7be]
-Leaked composite object at 0x8e6fef8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
+Leaked composite object at 0x988def8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
test:[...]/master.build/../master/tests/thread_leak_test.c:25 [0x8048848]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40045214]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003d55e]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40045275]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008fc60]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017a7be]
+ [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0x40044b4c]
+ [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003df5e]
+ [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40044bb5]
+ /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40091c60]
+ /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017c7be]
-Leaked composite object at 0x8e6ffb8 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
+Leaked composite object at 0x988df78 (../master/tests/thread_leak_test.c:25, sz=4, NORMAL)
Call chain at allocation:
- [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40031ec0]
+ [...]/master.build/.libs/libgc.so.1(GC_debug_malloc+0x60) [0x40032ab0]
test:[...]/master.build/../master/tests/thread_leak_test.c:25 [0x8048848]
- [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x64) [0x40045214]
- [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003d55e]
- [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40045275]
- /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x4008fc60]
- /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017a7be]
+ [...]/master.build/.libs/libgc.so.1(GC_inner_start_routine+0x6c) [0x40044b4c]
+ [...]/master.build/.libs/libgc.so.1(GC_call_with_stack_base+0x1e) [0x4003df5e]
+ [...]/master.build/.libs/libgc.so.1(GC_start_routine+0x25) [0x40044bb5]
+ /lib/i386-linux-gnu/i686/nosegneg/libpthread.so.0(+0x5c60) [0x40091c60]
+ /lib/i386-linux-gnu/i686/nosegneg/libc.so.6(clone+0x5e) [0x4017c7be]
PASS: threadleaktest
PASS: threadkey_test
+subthread_create: created 192 threads (190 ended)
+PASS: subthread_create
PASS: initsecondarythread
usage: test_cpp number-of-iterations
Assuming 10 iters
@@ -722,27 +754,34 @@ Starting iteration 9
Starting iteration 10
The test appears to have succeeded.
PASS: test_cpp
+Threaded disclaim test.
+PASS: disclaim_test
+ fin. ratio time/s time/fin.
+regular finalization: 0.9922 33.43 8.03309e-06
+ finalize on reclaim: 0.9998 0.58 1.38316e-07
+ no finalization: 0.0000 0.48 N/A
+PASS: disclaim_bench
===================
-All 12 tests passed
+All 16 tests passed
===================
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 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c ../../../master/libatomic_ops/src/atomic_ops.c -o atomic_ops.o
+/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 -g -O2 -Wall -Wextra -DNDEBUG -version-info 1:3:0 -no-undefined -o libatomic_ops.la -rpath [...]/master.build.install/lib atomic_ops.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.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 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -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
+/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 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -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
+/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 -g -O2 -Wall -Wextra -DNDEBUG -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
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" )
@@ -770,27 +809,27 @@ sed -e s/XX/_write/ ../../../master/libatomic_ops/tests/list_atomic.template >>
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
-gcc-4.6 -DHAVE_CONFIG_H -I../src -I../../../master/libatomic_ops/src -I../tests -I../../../master/libatomic_ops/tests -g -O2 -Wall -Wextra -DNDEBUG 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 list_atomic.c -E > list_atomic.i
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 -g -O2 -Wall -Wextra -DNDEBUG -MT test_atomic.o -MD -MP -MF .deps/test_atomic.Tpo -c -o test_atomic.o ../../../master/libatomic_ops/tests/test_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 -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 -g -O2 -Wall -Wextra -DNDEBUG -o test_atomic test_atomic.o -lpthread ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -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
+/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 -g -O2 -Wall -Wextra -DNDEBUG -o test_atomic_pthreads test_atomic_pthreads-test_atomic.o -lpthread ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -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 -g -O2 -Wall -Wextra -DNDEBUG -MT test_stack.o -MD -MP -MF .deps/test_stack.Tpo -c -o test_stack.o ../../../master/libatomic_ops/tests/test_stack.c
+/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 -g -O2 -Wall -Wextra -DNDEBUG -o test_stack test_stack.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -o test_stack test_stack.o -lpthread ../src/.libs/libatomic_ops_gpl.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 -g -O2 -Wall -Wextra -DNDEBUG -MT test_malloc.o -MD -MP -MF .deps/test_malloc.Tpo -c -o test_malloc.o ../../../master/libatomic_ops/tests/test_malloc.c
+/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
+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 -g -O2 -Wall -Wextra -DNDEBUG -o test_malloc test_malloc.o -lpthread ../src/libatomic_ops_gpl.la ../src/libatomic_ops.la
-libtool: link: gcc-4.6 -g -O2 -Wall -Wextra -DNDEBUG -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 ../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'
@@ -872,24 +911,21 @@ Succeeded
Testing test_and_set
Succeeded
PASS: test_atomic_pthreads
-FAILED
-/bin/bash: line 5: 27329 Aborted ${dir}$tst
-FAIL: test_stack
+About 1000000 pushes + 1000000 pops in 1 threads: 34 msecs
+About 1000000 pushes + 1000000 pops in 2 threads: 227 msecs
+About 1000000 pushes + 1000000 pops in 3 threads: 227 msecs
+About 1000000 pushes + 1000000 pops in 4 threads: 214 msecs
+PASS: test_stack
Testing AO_malloc/AO_free
Succeeded
Performing 1000 reversals of 1000 element lists in 10 threads
PASS: test_malloc
-===================
-1 of 4 tests failed
-===================
-make[3]: *** [check-TESTS] Error 1
+==================
+All 4 tests passed
+==================
make[3]: Leaving directory `[...]/master.build/libatomic_ops/tests'
-make[2]: *** [check-am] Error 2
make[2]: Leaving directory `[...]/master.build/libatomic_ops/tests'
-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'
-make: *** [check-recursive] Error 1
-make: Target `check' not remade because of errors.
diff --git a/boehm-gc/linux/log_install b/boehm-gc/linux/log_install
index 02dada6a..dfcff687 100644
--- a/boehm-gc/linux/log_install
+++ b/boehm-gc/linux/log_install
@@ -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -version-info 1:3:0 -no-undefined -o libcord.la -rpath [...]/master.build.install/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la )
-libtool: relink: gcc-4.6 -shared -fPIC -DPIC .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/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 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: /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; }; })
@@ -49,17 +49,12 @@ 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.MacOSX ../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.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/barrett_diagram ../master/doc/debugging.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'
+ /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"
- /usr/bin/install -c -m 644 ../master/include/extra/gc.h ../master/include/extra/gc_cpp.h '[...]/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"
/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"
- /usr/bin/install -c -m 644 ../master/include/gc_cpp.h ../master/include/gc_allocator.h ../master/include/gc.h ../master/include/gc_typed.h ../master/include/gc_inline.h ../master/include/gc_mark.h ../master/include/gc_cpp.h ../master/include/weakpointer.h ../master/include/new_gc_alloc.h ../master/include/gc_allocator.h ../master/include/gc_backptr.h ../master/include/gc_gcj.h ../master/include/leak_detector.h ../master/include/gc_pthread_redirects.h ../master/include/gc_config_macros.h ../master/include/gc_tiny_fl.h ../master/include/gc_version.h ../master/include/cord.h '[...]/master.build.install/include/gc'
-/usr/bin/install: will not overwrite just-created `[...]/master.build.install/include/gc/gc_cpp.h' with `../master/include/gc_cpp.h'
-/usr/bin/install: will not overwrite just-created `[...]/master.build.install/include/gc/gc_allocator.h' with `../master/include/gc_allocator.h'
-make[2]: *** [install-pkgincludeHEADERS] Error 1
+ /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]: *** [install-am] Error 2
make[1]: Leaving directory `[...]/master.build'
-make: *** [install-recursive] Error 1
diff --git a/boehm-gc/log_build.diff b/boehm-gc/log_build.diff
index 71f73bba..bd69e40b 100644
--- a/boehm-gc/log_build.diff
+++ b/boehm-gc/log_build.diff
@@ -1,14 +1,14 @@
---- /dev/fd/63 2012-06-09 09:19:31.559847590 +0200
-+++ /dev/fd/62 2012-06-09 09:19:31.559847590 +0200
+--- /dev/fd/63 2012-06-09 12:20:56.139449389 +0200
++++ /dev/fd/62 2012-06-09 12:20:56.139449389 +0200
@@ -27,7 +27,6 @@
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 for dlopen in -ldl... yes
- checking whether to build shared libraries... yes
-@@ -42,7 +41,7 @@
+ checking whether gcc supports -fno-strict-aliasing... yes
+@@ -44,7 +43,7 @@
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
@@ -17,7 +17,7 @@
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
-@@ -81,7 +80,7 @@
+@@ -83,7 +82,7 @@
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
@@ -26,23 +26,20 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -97,14 +96,13 @@
+@@ -99,11 +98,10 @@
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.3 ld.so
checking how to hardcode library paths into programs... immediate
+ 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 sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
- 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 pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for ATOMIC_OPS... no
-@@ -150,7 +148,7 @@
+@@ -152,7 +150,7 @@
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
@@ -51,7 +48,7 @@
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
-@@ -188,7 +186,7 @@
+@@ -190,7 +188,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
@@ -60,16 +57,7 @@
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
-@@ -315,8 +313,6 @@
- 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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo ../master/backgraph.c
- libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c ../master/backgraph.c -fPIC -DPIC -o .libs/backgraph.o
--../master/backgraph.c: In function 'per_object_helper':
--../master/backgraph.c:278:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- libtool: compile: gcc-4.6 -DHAVE_CONFIG_H -I./include -I../master/include -I./libatomic_ops/src -I../master/libatomic_ops/src -fexceptions -g -O2 -Wall -Wextra -Wno-unused-parameter -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 -g -O2 -Wall -Wextra -Wno-unused-parameter -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo ../master/thread_local_alloc.c
-@@ -355,7 +351,7 @@
+@@ -361,7 +359,7 @@
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
diff --git a/boehm-gc/log_check.diff b/boehm-gc/log_check.diff
index 4bfb3beb..b274b2b0 100644
--- a/boehm-gc/log_check.diff
+++ b/boehm-gc/log_check.diff
@@ -1,24 +1,24 @@
---- /dev/fd/63 2012-06-09 09:23:26.967838989 +0200
-+++ /dev/fd/62 2012-06-09 09:23:26.967838989 +0200
-@@ -64,646 +64,223 @@
- make check-TESTS
- make[2]: Entering directory `[...]/master.build'
+--- /dev/fd/63 2012-06-09 12:18:38.355454005 +0200
++++ /dev/fd/62 2012-06-09 12:18:38.355454005 +0200
+@@ -82,662 +82,225 @@
+ SUCCEEDED
+ PASS: cordtest
Completed 6 tests
--Allocated 10285404 collectable objects
-+Allocated 10285258 collectable objects
+-Allocated 10285543 collectable objects
++Allocated 10285329 collectable objects
Allocated 1212 uncollectable objects
Allocated 7500000 atomic objects
--Allocated 137750 stubborn objects
--Finalized 6616/6616 objects - finalization is probably ok
--Total number of bytes allocated is 1136258462
--Final heap size is 27959296 bytes
+-Allocated 137703 stubborn objects
+-Finalized 6602/6602 objects - finalization is probably ok
+-Total number of bytes allocated is 1141118582
+-Final heap size is 30089216 bytes
+-Completed 270 collections (using 2 marker threads)
+Allocated 137760 stubborn objects
-+Finalized 6609/6609 objects - finalization is probably ok
-+Total number of bytes allocated is 796643017
-+Final heap size is 27873280 bytes
++Finalized 6612/6612 objects - finalization is probably ok
++Total number of bytes allocated is 800293073
++Final heap size is 20819968 bytes
++Completed 183 collections
Collector appears to work
--Completed 275 collections
-+Completed 126 collections
PASS: gctest
Leaked composite object at [ADDR] (../master/tests/leak_test.c:19, sz=4, NORMAL)
- Call chain at allocation:
@@ -67,11 +67,8 @@
PASS: leaktest
-Final heap size is 131072
--PASS: middletest
-+Assertion failure: ../master/thread_local_alloc.c:156
-+assertion failure
-+/bin/bash: line 5: 24743 Aborted ${dir}$tst
-+FAIL: middletest
++Final heap size is 1536000
+ 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:
@@ -85,11 +82,11 @@
- 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)
+- [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)
+ [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]]
@@ -110,533 +107,544 @@
PASS: staticrootstest
****Chosen address [ADDR] in object
--[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+-[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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-+[ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+- 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 0 in object:
-+Reachable via 0 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ 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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+-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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:25 [[ADDR]]
Reachable via 2 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:24 [[ADDR]]
Reachable via 3 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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:24 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
Reachable via 5 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
-Reachable via 6 levels of pointers from offset 0 in object:
+Reachable via 6 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[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:16, sz=8, NORMAL)
+ 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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
-Reachable via 8 levels of pointers from offset 0 in object:
+Reachable via 8 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[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 [[ADDR]]
--Reachable via 9 levels of pointers from root at [ADDR]
+-Reachable via 10 levels of pointers from root at [ADDR]
+Reachable via 9 levels of pointers from offset 4 in object:
-+[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
++[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
+
+Reachable via 10 levels of pointers from offset 0 in object:
-+[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
++[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:18, sz=8, PTRFREE)
+ [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:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:
+Reachable via 3 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:
+Reachable via 4 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 6 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 7 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 8 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 9 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 10 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]]
+- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
Reachable via 11 levels of pointers from root at [ADDR]
****Chosen address [ADDR] in object
--[ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+-[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:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-+[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+- 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]]
++[ADDR] (../master/tests/trace_test.c:17, sz=8, NORMAL)
Reachable via 0 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:
+Reachable via 1 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:
+Reachable via 2 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
-Reachable via 6 levels of pointers from offset 0 in object:
+Reachable via 6 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 7 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
-Reachable via 8 levels of pointers from offset 4 in object:
+Reachable via 8 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
-
-Reachable via 9 levels of pointers from offset 0 in object:
--[ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+-[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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
-Reachable via 10 levels of pointers from offset 0 in object:
+Reachable via 9 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]]
+- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
-Reachable via 11 levels of pointers from root at [ADDR]
+Reachable via 10 levels of pointers from root at [ADDR]
****Chosen address [ADDR] in object
- [ADDR] (../master/tests/trace_test.c:18, sz=8, PTRFREE)
+ [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:18 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:25 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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:25 [[ADDR]]
+- mktree:[...]/master.build/../master/tests/trace_test.c:24 [[ADDR]]
-Reachable via 2 levels of pointers from offset 4 in object:
+Reachable via 2 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:25 [[ADDR]]
Reachable via 3 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[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:25 [[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:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[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 5 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
-Reachable via 6 levels of pointers from offset 4 in object:
+Reachable via 6 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
Reachable via 7 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
-Reachable via 8 levels of pointers from offset 4 in object:
+Reachable via 8 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:20 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 9 levels of pointers from offset 4 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- mktree:[...]/master.build/../master/tests/trace_test.c:19 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[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 [[ADDR]]
Reachable via 10 levels of pointers from offset 0 in object:
- [ADDR] (../master/tests/trace_test.c:16, sz=8, NORMAL)
+ [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:17 [[ADDR]]
-- main:[...]/master.build/../master/tests/trace_test.c:29 [[ADDR]]
+- mktree:[...]/master.build/../master/tests/trace_test.c:18 [[ADDR]]
+- main:[...]/master.build/../master/tests/trace_test.c:34 [[ADDR]]
Reachable via 11 levels of pointers from root at [ADDR]
@@ -693,56 +701,36 @@
PASS: threadleaktest
PASS: threadkey_test
-@@ -722,11 +299,16 @@
- Starting iteration 10
- The test appears to have succeeded.
- PASS: test_cpp
--===================
--All 12 tests passed
--===================
-+==================================
-+1 of 12 tests failed
-+Please report to hans.boehm@hp.com
-+==================================
-+make[2]: *** [check-TESTS] Error 1
- make[2]: Leaving directory `[...]/master.build'
-+make[1]: *** [check-am] Error 2
- make[1]: Leaving directory `[...]/master.build'
-+make: *** [check-recursive] Error 1
-+make: Target `check' not remade because of errors.
- 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 -g -O2 -Wall -Wextra -DNDEBUG -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo ../../../master/libatomic_ops/src/atomic_ops.c
-@@ -872,24 +454,21 @@
+-subthread_create: created 192 threads (190 ended)
++subthread_create: created 196 threads (192 ended)
+ PASS: subthread_create
+ PASS: initsecondarythread
+ usage: test_cpp number-of-iterations
+@@ -757,9 +320,9 @@
+ Threaded disclaim test.
+ PASS: disclaim_test
+ fin. ratio time/s time/fin.
+-regular finalization: 0.9922 33.43 8.03309e-06
+- finalize on reclaim: 0.9998 0.58 1.38316e-07
+- no finalization: 0.0000 0.48 N/A
++regular finalization: 0.9922 25.55 6.13956e-06
++ finalize on reclaim: 0.9997 4.8 1.14471e-06
++ no finalization: 0.0000 8.11 N/A
+ PASS: disclaim_bench
+ ===================
+ All 16 tests passed
+@@ -911,10 +474,10 @@
Testing test_and_set
Succeeded
PASS: test_atomic_pthreads
--FAILED
--/bin/bash: line 5: 27329 Aborted ${dir}$tst
--FAIL: test_stack
+-About 1000000 pushes + 1000000 pops in 1 threads: 34 msecs
+-About 1000000 pushes + 1000000 pops in 2 threads: 227 msecs
+-About 1000000 pushes + 1000000 pops in 3 threads: 227 msecs
+-About 1000000 pushes + 1000000 pops in 4 threads: 214 msecs
+About 1000000 pushes + 1000000 pops in 1 threads: 80 msecs
-+About 1000000 pushes + 1000000 pops in 2 threads: 70 msecs
++About 1000000 pushes + 1000000 pops in 2 threads: 80 msecs
+About 1000000 pushes + 1000000 pops in 3 threads: 90 msecs
+About 1000000 pushes + 1000000 pops in 4 threads: 70 msecs
-+PASS: test_stack
+ PASS: test_stack
Testing AO_malloc/AO_free
Succeeded
- Performing 1000 reversals of 1000 element lists in 10 threads
- PASS: test_malloc
--===================
--1 of 4 tests failed
--===================
--make[3]: *** [check-TESTS] Error 1
-+==================
-+All 4 tests passed
-+==================
- make[3]: Leaving directory `[...]/master.build/libatomic_ops/tests'
--make[2]: *** [check-am] Error 2
- make[2]: Leaving directory `[...]/master.build/libatomic_ops/tests'
--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'
--make: *** [check-recursive] Error 1
--make: Target `check' not remade because of errors.
diff --git a/boehm-gc/log_install.diff b/boehm-gc/log_install.diff
index a4886b50..c43695a5 100644
--- a/boehm-gc/log_install.diff
+++ b/boehm-gc/log_install.diff
@@ -1,5 +1,5 @@
---- toolchain/logs/boehm-gc/linux/log_install 2012-06-09 09:22:22.035841329 +0200
-+++ toolchain/logs/boehm-gc/hurd/log_install 2012-06-09 09:22:32.687840955 +0200
+--- toolchain/logs/boehm-gc/linux/log_install 2012-06-09 12:20:04.015451551 +0200
++++ toolchain/logs/boehm-gc/hurd/log_install 2012-06-09 12:20:02.179450759 +0200
@@ -8,7 +8,7 @@
libtool: install: /usr/bin/install -c .libs/libgc.lai [...]/master.build.install/lib/libgc.la
libtool: install: warning: relinking `libgccpp.la'
@@ -33,5 +33,5 @@
-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.MacOSX ../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.uts ../master/doc/README.win32 ../master/doc/README.win64 ../master/doc/barrett_diagram ../master/doc/debugging.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'
+ /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"