id summary reporter owner description type status milestone component version severity resolution keywords cc 427 sorry, unimplemented: call_expr cannot be mangled mattiasellert John Maddock "{{{ [ellert@ellert boost-test]$ rpm -q boost boost-1.32.0-5.fc3 [ellert@ellert boost-test]$ gccxml --version GCC-XML version 0.7.0 [ellert@ellert boost-test]$ gccxml -fxml=test.xml -I. test.h /usr/include/boost/tuple/detail/tuple_basic.hpp:311: sorry, unimplemented: call_expr cannot be mangled due to a defect in the C++ ABI If I apply the attached patch to boost/type_traits/config.hpp it works: [ellert@ellert boost-test]$ gccxml -fxml=test.xml -I. -Ipatched test.h [ellert@ellert boost-test]$ (I have removed the ""xml_find_template_parm encountered unsupported type"" messages in the output above for clarity.) The files used in the example are attached in the tarfile. }}}" Bugs closed type_traits None None