$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Intel Compiler 11 and Boost 1.39 Bessel functions
From: John Maddock (john_at_[hidden])
Date: 2009-07-20 12:53:26
>> Weird, what happens if you compile with -O3 but not -g ?
>
> It works like a charm. You have to put those two flags to raise the
> internal error (we use -g to have a least some kind of feedback for
> optimized code)
Could you isolate the bessel function usage to a single file and compile
that one file without -g?
Sorry, it's all I can think of at present :-(
John.