
1 Dec
2005
1 Dec
'05
7:20 p.m.
I tried the tests in question and it works like expected when specifying -ieee on the command line.
John, maybe it would be best to give a compile error on Tru64/CXX for these tests when _IEEE_FP is not defined.
There's no trickery to make it pass without -ieee: infinities don't get tested because numeric_limits<>::has_infinity is false. I've just checked with -ieee and then infinities and NaN's do get tested, and everything works as expected. Thanks for the heads-up. John.