> I am curious about what kind of code crash the SPEC benchmark. > Maybe the SPEC benchmark was modified to use C++1x by hand? auto_ptr is the deprecated C++03 one. It and close equivalents seem to be used in a few SPEC2006 benchmarks. Cheers. Tim.