Boost logo

Boost Users :

Subject: [Boost-users] Intel Compiler 11 and Boost 1.39 Bessel functions
From: Matthieu Brucher (matthieu.brucher_at_[hidden])
Date: 2009-07-20 05:19:05


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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net