
John Maddock wrote:
Mikko Vainio wrote:
Two tests fail to compile, namely is_class_test.cpp and tricky_function_type_test.cpp. Others pass. The output is listed below. I hope this helps.
I haven't been able to reproduce locally, but I think I see the issue, can you do an SVN update and try is_class_test again?
Now all the tests pass. Applied the changeset to 1.37.0 source tree and tried to compile serialization. Results in ICE: intel-linux.compile.c++ bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_iprimitive.o icpc: command line remark #10010: option '-Ob' is deprecated and will be removed in a future release. See '-help deprecated' (0): internal error: backend signals compilation aborted for libs/serialization/src/basic_text_iprimitive.cpp (code 4) "icpc" -c -xc++ -O3 -Ob2 -w1 -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG -I"." -c -o "bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp" ...failed intel-linux.compile.c++ bin.v2/libs/serialization/build/intel-linux/release/threading-multi/basic_text_iprimitive.o... This one is for Intel I guess? Rgds, Mikko