I get 7 failures:
smart_ptr_test shared_ptr_basic_test shared_ptr_test weak_ptr_test shared_from_this_test get_deleter_test shared_ptr_alloc_test
Not good, and since bcp replies on shared_ptr that would be why that one failed as well. However I can't reproduce this, on: HP-UX td192 B.11.11 U 9000/800 1839940656 unlimited-user license with Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.2/specs Configured with: /scratch/njs/pkgbuild/3.3.1/hpux-11/gcc-3.4.2/configure --enable-languages=c,c++ --enable-threads=posix --disable-nls --with-gnu-as --without-gnu-ld --with-as=/usr/local/bin/as --with-ld=/usr/ccs/bin/ld --with-libiconv-prefix=/usr/local --prefix=/usr/local Thread model: posix gcc version 3.4.2 Where all the smart ptr tests pass OK. I'm cc'ing Peter Dimov as he's our smart_ptr expert. John.