From: John Maddock (john_at_[hidden])
Date: 2006-12-04 08:45:24


Vladimir Prus wrote:
>> I can reproduce this with just
>>
>> #include <cmath>
>>
>> int main()
>> {
>> long double d = std::tan(-0.53682426991417537756471137222469281L);
>> return d;
>> }
>>
>> So I'll file a bug report with Intel.
>
> Thanks! As soon as Intel confirms this is their bug, or if you
> sufficiently sure it is, can you please update
> status/expected_failures.xml?

Will do so shortly: Intel have reproduced the issue BTW, looks like a
specific glibc or kernel version issue as it doesn't show up on all
machines.

John.