
20 Jul
2009
20 Jul
'09
3:19 a.m.
Hi, I've tried this code with Boost 1.39 (1.37 has the same behavior) and icpc 11.0.083: #include <iostream> #include <boost/math/special_functions/bessel.hpp> int main(int argv, char** argc) { std::cout << boost::math::cyl_bessel_i(0, 0) << std::endl; } With -g -03, this crashes with an internal error. The issue was reported to Intel (but if you have a solution, I'm all ears). Matthieu -- Information System Engineer, Ph.D. Website: http://matthieu-brucher.developpez.com/ Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92 LinkedIn: http://www.linkedin.com/in/matthieubrucher