
4 Dec
2006
4 Dec
'06
11:27 a.m.
John Maddock wrote:
Martin Wille wrote:
Vladimir Prus wrote:
Marin, the intel-linux-9.0 failure:
looks like segfault or something like that -- no errors messages, and non-zero return status. Can you run the test manually and tell what's going on?
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? Thanks, Volodya